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 `Ap s' instead of `No 's', per signal fro...



details:   https://anonhg.NetBSD.org/src/rev/0c76dda344e5
branches:  trunk
changeset: 807142:0c76dda344e5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Mar 29 21:06:26 2015 +0000

description:
Use `Ap s' instead of `No 's', per signal from wizd.

diffstat:

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

diffs (36 lines):

diff -r 8c0053653db3 -r 0c76dda344e5 share/man/man9/bufferio.9
--- a/share/man/man9/bufferio.9 Sun Mar 29 21:05:21 2015 +0000
+++ b/share/man/man9/bufferio.9 Sun Mar 29 21:06:26 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bufferio.9,v 1.2 2015/03/29 21:05:21 riastradh Exp $
+.\"    $NetBSD: bufferio.9,v 1.3 2015/03/29 21:06:26 riastradh Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -117,7 +117,7 @@
 increment
 .Fa vp Ns Li "->v_numoutput" .
 The user must not acquire
-.Fa vp Ns No 's
+.Fa vp Ns Ap s
 vnode lock between incrementing
 .Fa vp Ns Li "->v_numoutput"
 and submitting
@@ -183,7 +183,7 @@
 accounts for
 .Fa vp Ns Li "->v_numoutput" ,
 so the caller is not allowed to acquire
-.Fa vp Ns No 's
+.Fa vp Ns Ap s
 vnode lock before submitting the nested I/O transfer to a block
 device.
 However, the caller is responsible for accounting the master buffer in
@@ -191,7 +191,7 @@
 This must be done very carefully because after incrementing
 .Fa vp Ns Li "->v_numoutput" ,
 the caller is not allowed to acquire
-.Fa vp Ns No 's
+.Fa vp Ns Ap s
 vnode lock before either calling
 .Fn nestiobuf_done
 or submitting the last nested I/O transfer to a block device.



Home | Main Index | Thread Index | Old Index