diff options
author | hmp <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
commit | 5d71788a056bfdb2b7446be7e42b64371485657f (patch) | |
tree | 699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VOP_LOCK.9 | |
parent | f2f79e8c3fd78874b7ac71ce17f19bb9f33d3061 (diff) | |
download | FreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.zip FreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.tar.gz |
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.
The .Ar mdoc(7) specifier should only be used when displaying command line
arguments.
Approved by: des (mentor)
Diffstat (limited to 'share/man/man9/VOP_LOCK.9')
-rw-r--r-- | share/man/man9/VOP_LOCK.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index e0c2c0d..3e31f09 100644 --- a/share/man/man9/VOP_LOCK.9 +++ b/share/man/man9/VOP_LOCK.9 @@ -56,9 +56,9 @@ same time. .Pp The arguments are: .Bl -tag -width flags -.It Ar vp +.It Fa vp the vnode being locked or unlocked -.It Ar flags +.It Fa flags One of the lock request types: .Bl -column LK_EXCLUPGRADE -offset indent .It Dv LK_SHARED Ta "Shared lock" @@ -90,7 +90,7 @@ with these control flags: .It Dv LK_RETRY Ta "Retry until locked" .It Dv LK_NOOBJ Ta "Don't create object" .El -.It Ar td +.It Fa td thread context to use for the locks .El .Pp |