summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-08-10 06:39:42 +0000
committerjoel <joel@FreeBSD.org>2013-08-10 06:39:42 +0000
commitd921a36411c6648a334eb4df17b0d8553a3a44c5 (patch)
tree49d7b4a0b14cab3eb2ba03f2be9140fe636a1a2d /share/man/man9
parentd44a7909033bd9216b4344a8a374cdf69f87762e (diff)
downloadFreeBSD-src-d921a36411c6648a334eb4df17b0d8553a3a44c5.zip
FreeBSD-src-d921a36411c6648a334eb4df17b0d8553a3a44c5.tar.gz
Minor mdoc nits.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/mutex.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index 782033c..c7cc1ef 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -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
OpenPOWER on IntegriCloud