svn commit: r205797 - stable/8/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Mar 28 18:43:05 UTC 2010


Author: trasz
Date: Sun Mar 28 18:43:04 2010
New Revision: 205797
URL: http://svn.freebsd.org/changeset/base/205797

Log:
  MFC r203549:
  
  Add missing coma.

Modified:
  stable/8/share/man/man9/mtx_pool.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/mtx_pool.9
==============================================================================
--- stable/8/share/man/man9/mtx_pool.9	Sun Mar 28 17:29:15 2010	(r205796)
+++ stable/8/share/man/man9/mtx_pool.9	Sun Mar 28 18:43:04 2010	(r205797)
@@ -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-stable mailing list