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 other markup. Remove trailing space.



details:   https://anonhg.NetBSD.org/src/rev/92f4865b27ce
branches:  trunk
changeset: 782551:92f4865b27ce
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 05 22:49:14 2012 +0000

description:
Use other markup. Remove trailing space.

diffstat:

 share/man/man9/namecache.9 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r a9ef910df0cf -r 92f4865b27ce share/man/man9/namecache.9
--- a/share/man/man9/namecache.9        Mon Nov 05 22:44:22 2012 +0000
+++ b/share/man/man9/namecache.9        Mon Nov 05 22:49:14 2012 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namecache.9,v 1.16 2012/11/05 17:31:15 dholland Exp $
+.\"     $NetBSD: namecache.9,v 1.17 2012/11/05 22:49:14 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -150,8 +150,8 @@
 known to refer to
 .Em no
 existing object.
-.Pq The lookup cannot fail, in the sense of generating an error condition \
-that requires aborting the operation in progress.
+(The lookup cannot fail, in the sense of generating an error condition
+that requires aborting the operation in progress.)
 .Pp
 On a cache miss,
 .Fn cache_lookup
@@ -166,7 +166,8 @@
 On a negative hit,
 .Fa vpp
 is set to contain a null pointer and a nonzero value is returned.
-Usually a negative hit will prompt the caller to fail with ENOENT.
+Usually a negative hit will prompt the caller to fail with
+.Er ENOENT .
 .Pp
 The
 .Fa iswhiteout
@@ -202,7 +203,7 @@
 Returns 0 on success, -1 on cache miss, positive errno on failure.
 .It Fn cache_enter "dvp" "vp" "name" "namelen" "nameiflags"
 Add an entry to the cache.
-The 
+The
 .Fa name
 and
 .Fa namelen



Home | Main Index | Thread Index | Old Index