svn commit: r203549 - head/share/man/man9
Edward Tomasz Napierala
trasz at FreeBSD.org
Sat Feb 6 14:10:46 UTC 2010
Author: trasz
Date: Sat Feb 6 14:10:45 2010
New Revision: 203549
URL: http://svn.freebsd.org/changeset/base/203549
Log:
Add missing coma.
Modified:
head/share/man/man9/mtx_pool.9
Modified: head/share/man/man9/mtx_pool.9
==============================================================================
--- head/share/man/man9/mtx_pool.9 Sat Feb 6 13:49:35 2010 (r203548)
+++ head/share/man/man9/mtx_pool.9 Sat Feb 6 14:10:45 2010 (r203549)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 25, 2002
+.Dd February 6, 2010
.Dt MTX_POOL 9
.Os
.Sh NAME
@@ -177,7 +177,7 @@ on each mutex in the specified pool,
deallocates the memory associated with the pool,
and assigns NULL to the pool pointer.
.Sh SEE ALSO
-.Xr locking 9
+.Xr locking 9 ,
.Xr mutex 9
.Sh HISTORY
These routines first appeared in
More information about the svn-src-head
mailing list