diff options
author | ru <ru@FreeBSD.org> | 2005-01-28 10:43:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-28 10:43:05 +0000 |
commit | 2e897984596878596fc73da7c0812eacf42d9a1f (patch) | |
tree | acdfe06653d772ba3e3cf286ade348e8336ffa0e /share/man/man9/VOP_ADVLOCK.9 | |
parent | 9b1a8ec7bf2e28c5ce416bea40eb8a47b74b09ef (diff) | |
download | FreeBSD-src-2e897984596878596fc73da7c0812eacf42d9a1f.zip FreeBSD-src-2e897984596878596fc73da7c0812eacf42d9a1f.tar.gz |
Mark lists as in the rest of section 9 manpages.
Submitted by: Joel Dahl (mostly)
Diffstat (limited to 'share/man/man9/VOP_ADVLOCK.9')
-rw-r--r-- | share/man/man9/VOP_ADVLOCK.9 | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/share/man/man9/VOP_ADVLOCK.9 b/share/man/man9/VOP_ADVLOCK.9 index a10b87d..7159481 100644 --- a/share/man/man9/VOP_ADVLOCK.9 +++ b/share/man/man9/VOP_ADVLOCK.9 @@ -45,25 +45,32 @@ The arguments are: .Bl -tag -width flags .It Fa vp -the vnode being manipulated +The vnode being manipulated. .It Fa id -the id token which is changing the lock +The id token which is changing the lock. .It Fa op -the operation to perform (see -.Xr fcntl 2 ) +The operation to perform (see +.Xr fcntl 2 ) . .It Fa fl -description of the lock +Description of the lock. .It Fa flags One of more of the following: -.Bl -column F_UNLCK -offset indent -.It Dv F_RDLCK Ta "shared or read lock" -.It Dv F_UNLCK Ta "unlock" -.It Dv F_WRLCK Ta "exclusive or write lock" -.It Dv F_WAIT Ta "Wait until lock is granted" -.It Dv F_FLOCK Ta Use +.Pp +.Bl -tag -width ".Dv F_UNLCK" -offset indent -compact +.It Dv F_RDLCK +Shared or read lock. +.It Dv F_UNLCK +Unlock. +.It Dv F_WRLCK +Exclusive or write lock. +.It Dv F_WAIT +Wait until lock is granted. +.It Dv F_FLOCK +Use .Xr flock 2 -semantics for lock -.It Dv F_POSIX Ta "Use POSIX semantics for lock" +semantics for lock. +.It Dv F_POSIX +Use POSIX semantics for lock. .El .El .Pp |