Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 mdoc improvement.



details:   https://anonhg.NetBSD.org/src/rev/f025ce9863a8
branches:  trunk
changeset: 546568:f025ce9863a8
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu May 01 15:58:49 2003 +0000

description:
mdoc improvement.
(use the longest tag for width specifier)

diffstat:

 share/man/man9/vnodeops.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 63a8caebf47e -r f025ce9863a8 share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Thu May 01 15:50:00 2003 +0000
+++ b/share/man/man9/vnodeops.9 Thu May 01 15:58:49 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnodeops.9,v 1.20 2003/05/01 15:42:51 yamt Exp $
+.\"     $NetBSD: vnodeops.9,v 1.21 2003/05/01 15:58:49 yamt Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1206,7 +1206,7 @@
 operation to perform.
 Valid values are:
 .Pp
-.Bl -tag -offset indent -width F_SETLK -compact
+.Bl -tag -offset indent -width F_UNLCK -compact
 .It F_SETLK
 set lock
 .It F_GETLK
@@ -1223,7 +1223,7 @@
 is the set of flags.
 Valid values are:
 .Pp
-.Bl -tag -offset indent -width F_WAIT -compact
+.Bl -tag -offset indent -width F_FLOCK -compact
 .It F_WAIT
 wait until lock is granted
 .It F_FLOCK



Home | Main Index | Thread Index | Old Index