Module Name: src
Committed By: jym
Date: Sun Sep 6 19:46:24 UTC 2009
Modified Files:
src/share/man/man9: pool_cache.9
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/pool_cache.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/pool_cache.9
diff -u src/share/man/man9/pool_cache.9:1.9 src/share/man/man9/pool_cache.9:1.10
--- src/share/man/man9/pool_cache.9:1.9 Mon Aug 3 22:17:11 2009
+++ src/share/man/man9/pool_cache.9 Sun Sep 6 19:46:24 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: pool_cache.9,v 1.9 2009/08/03 22:17:11 wiz Exp $
+.\" $NetBSD: pool_cache.9,v 1.10 2009/09/06 19:46:24 jym Exp $
.\"
.\" Copyright (c)2003 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -200,10 +200,10 @@
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.It Fn pool_cache_destroy "pc"
.Pp
-Destroy a pool cache.
+Destroy a pool cache
+.Fa pc .
All other access to the cache must be stopped before this call
can be made.
-.Fa pc .
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.It Fn pool_cache_get_paddr "pc" "flags" "pap"
.Pp