summaryrefslogtreecommitdiff
path: root/share/man/man9/vnsubr.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-09-03 22:59:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-09-03 22:59:09 +0000
commit0451f3d56ea81c5bb90e2ad8622098dcbf5878cd (patch)
tree8104b89f5731d02def482049ba85b76933489f95 /share/man/man9/vnsubr.9
parent311bc18da7da07c9ba1304eecbf55db137005055 (diff)
make -column lists pretty again;
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
Diffstat (limited to 'share/man/man9/vnsubr.9')
-rw-r--r--share/man/man9/vnsubr.919
1 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man9/vnsubr.9 b/share/man/man9/vnsubr.9
index 62327621a4f..97e54cd9b81 100644
--- a/share/man/man9/vnsubr.9
+++ b/share/man/man9/vnsubr.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnsubr.9,v 1.10 2011/07/21 07:54:33 jmc Exp $
+.\" $OpenBSD: vnsubr.9,v 1.11 2011/09/03 22:59:07 jmc Exp $
.\" $NetBSD: vnsubr.9,v 1.21 2004/05/25 14:54:56 hannken Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 21 2011 $
+.Dd $Mdocdate: September 3 2011 $
.Dt VNSUBR 9
.Os
.Sh NAME
@@ -128,17 +128,18 @@ function should be used.
The
.Fa flags
argument may contain the following flags:
-.Bl -column LK_INTERLOCK -offset indent
-.It Dv LK_RETRY Ta
+.Pp
+.Bl -tag -width LK_EXCLUSIVE -offset indent -compact
+.It Dv LK_RETRY
Return the vnode even if it has been reclaimed.
-.It Dv LK_NOWAIT Ta
-Don't wait if the vnode lock is held by someone else (may still
-wait on reclamation lock).
+.It Dv LK_NOWAIT
+Don't wait if the vnode lock is held by someone else
+(may still wait on reclamation lock).
Must not be used with
.Dv LK_RETRY .
-.It Dv LK_EXCLUSIVE Ta
+.It Dv LK_EXCLUSIVE
Acquire an exclusive lock.
-.It Dv LK_SHARED Ta
+.It Dv LK_SHARED
Acquire a shared lock.
.El
.Pp