svn commit: r254175 - head/share/man/man9

Joel Dahl joel at FreeBSD.org
Sat Aug 10 06:39:43 UTC 2013


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


More information about the svn-src-all mailing list