summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2011-09-03 22:59:07 +0000
committerjmc <jmc@openbsd.org>2011-09-03 22:59:07 +0000
commite324319b8a8a5b1105767b4beffb8d1ad9489904 (patch)
treeb6ed9667c18399ae09a3788abf288e02e705cfb5 /share/man/man9
parenttweak previous; (diff)
downloadwireguard-openbsd-e324319b8a8a5b1105767b4beffb8d1ad9489904.tar.xz
wireguard-openbsd-e324319b8a8a5b1105767b4beffb8d1ad9489904.zip
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')
-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