Date: Sat, 10 Aug 2013 06:39:42 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254175 - head/share/man/man9 Message-ID: <201308100639.r7A6dgDI044892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Sat Aug 10 06:39:42 2013 New Revision: 254175 URL: http://svnweb.freebsd.org/changeset/base/254175 Log: Minor mdoc nits. Modified: head/share/man/man9/mutex.9 Modified: head/share/man/man9/mutex.9 ============================================================================== --- head/share/man/man9/mutex.9 Sat Aug 10 06:37:53 2013 (r254174) +++ head/share/man/man9/mutex.9 Sat Aug 10 06:39:42 2013 (r254175) @@ -226,7 +226,7 @@ lock, respectively, and also accept a .Fa flags argument. In both cases, the only flags presently available for lock acquires are -.Dv MTX_QUIET +.Dv MTX_QUIET and .Dv MTX_RECURSE . If the @@ -243,7 +243,6 @@ bit is turned on in the .Fa flags argument, then the mutex can be acquired recursively. .Pp -.Pp The .Fn mtx_trylock attempts to acquire the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308100639.r7A6dgDI044892>