Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Use Er, not Dv, for errno E* names.



details:   https://anonhg.NetBSD.org/src/rev/46c9a3cf811d
branches:  trunk
changeset: 807726:46c9a3cf811d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 20 15:39:38 2015 +0000

description:
Use Er, not Dv, for errno E* names.

diffstat:

 share/man/man9/vnode.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 101341b45915 -r 46c9a3cf811d share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Mon Apr 20 15:38:13 2015 +0000
+++ b/share/man/man9/vnode.9    Mon Apr 20 15:39:38 2015 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.66 2015/04/20 15:30:41 riastradh Exp $
+.\"     $NetBSD: vnode.9,v 1.67 2015/04/20 15:39:38 riastradh Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -573,7 +573,7 @@
 is
 .Li true ;
 or will return
-.Dv EBUSY
+.Er EBUSY
 if
 .Fa lockflags
 is
@@ -590,13 +590,13 @@
 .Pp
 Returns
 .Bl -tag -offset abcd -width ENOENT -compact
-.It Dv EBUSY
+.It Er EBUSY
 if
 .Fa vp
 was changing state and
 .Fa wait
 is false.
-.It Dv ENOENT
+.It Er ENOENT
 if the system was reclaiming
 .Fa vp
 with



Home | Main Index | Thread Index | Old Index