Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 20 14:09:14 UTC 2015

Modified Files:
        src/share/man/man9: vnode.9

Log Message:
Use Dv, not Li, for EBUSY/ENOENT.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/share/man/man9/vnode.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/vnode.9
diff -u src/share/man/man9/vnode.9:1.64 src/share/man/man9/vnode.9:1.65
--- src/share/man/man9/vnode.9:1.64	Mon Apr 20 14:08:52 2015
+++ src/share/man/man9/vnode.9	Mon Apr 20 14:09:14 2015
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.64 2015/04/20 14:08:52 riastradh Exp $
+.\"     $NetBSD: vnode.9,v 1.65 2015/04/20 14:09:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -567,13 +567,13 @@ to lock the vnode.)
 .Pp
 Returns
 .Bl -tag -offset abcd -width ENOENT -compact
-.It Li EBUSY
+.It Dv EBUSY
 if
 .Fa vp
 was changing state and
 .Fa wait
 is false.
-.It Li ENOENT
+.It Dv ENOENT
 if the system was reclaiming
 .Fa vp
 with

Reply via email to