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 Dv, not Li, for EBUSY/ENOENT.



details:   https://anonhg.NetBSD.org/src/rev/7cd5829e166f
branches:  trunk
changeset: 807719:7cd5829e166f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 20 14:09:14 2015 +0000

description:
Use Dv, not Li, for EBUSY/ENOENT.

diffstat:

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

diffs (25 lines):

diff -r 1a0febe076c6 -r 7cd5829e166f share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Mon Apr 20 14:08:52 2015 +0000
+++ b/share/man/man9/vnode.9    Mon Apr 20 14:09:14 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index