From c16a777f08b568f5ccb99481aeacd6d85ae194ba Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Wed, 12 Jan 2005 21:43:09 +0000 Subject: [PATCH] A few more mdoc fixes I missed in the suggestions of Ruslan. --- share/examples/mdoc/example.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/examples/mdoc/example.9 b/share/examples/mdoc/example.9 index f392c4aab45e..f40e3301257a 100644 --- a/share/examples/mdoc/example.9 +++ b/share/examples/mdoc/example.9 @@ -277,13 +277,13 @@ Programming error. .El .Sh LOCKING The -.Dv example_lock +.Va example_lock lock must be held before .Fn example is called. .Pp Since -.Fn example_lock +.Va example_lock is a .Xr mutex 9 , no sleepable locks (i.e.,