Date: Sun, 28 Mar 2010 18:43:04 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r205797 - stable/8/share/man/man9 Message-ID: <201003281843.o2SIh4oa007115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003281843.o2SIh4oa007115>