diff options
author | keramida <keramida@FreeBSD.org> | 2005-01-12 21:43:09 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-01-12 21:43:09 +0000 |
commit | 4b344b0b27bf042f8881d962c957e2cfcde2366a (patch) | |
tree | 78a4779602762cc2f745199df18829c59dc002a6 /share/examples/mdoc | |
parent | 33f06d18c5b4dfa9f7691f498a886d94fcfaca6a (diff) | |
download | FreeBSD-src-4b344b0b27bf042f8881d962c957e2cfcde2366a.zip FreeBSD-src-4b344b0b27bf042f8881d962c957e2cfcde2366a.tar.gz |
A few more mdoc fixes I missed in the suggestions of Ruslan.
Diffstat (limited to 'share/examples/mdoc')
-rw-r--r-- | share/examples/mdoc/example.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/mdoc/example.9 b/share/examples/mdoc/example.9 index f392c4a..f40e330 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., |