From cbf572d018b6997d6c25af5c3e07d42db1b73cc9 Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Sat, 10 Aug 2013 06:39:42 +0000 Subject: [PATCH] Minor mdoc nits. --- share/man/man9/mutex.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index 782033c6191e..c7cc1ef9876e 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