Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Mark up error code with .Er.



details:   https://anonhg.NetBSD.org/src/rev/760da0a5aa5b
branches:  trunk
changeset: 554006:760da0a5aa5b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 24 07:43:35 2003 +0000

description:
Mark up error code with .Er.

diffstat:

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

diffs (21 lines):

diff -r 5927dc4ba9da -r 760da0a5aa5b share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Fri Oct 24 06:49:37 2003 +0000
+++ b/share/man/man9/vnode.9    Fri Oct 24 07:43:35 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.19 2003/10/23 22:30:47 hubertf Exp $
+.\"     $NetBSD: vnode.9,v 1.20 2003/10/24 07:43:35 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -663,8 +663,9 @@
 is a set of flags modifying the operation of
 .Fn vflush .
 If FORCECLOSE is not specified, there should not be any active vnodes and
-an error EBUSY is returned if any are found (this is a user error, not a
-system error).
+the error
+.Er EBUSY
+is returned if any are found (this is a user error, not a system error).
 If FORCECLOSE is specified, active vnodes that are found are detached.
 If WRITECLOSE is set, only flush out regular file vnodes open for
 writing.



Home | Main Index | Thread Index | Old Index