Module Name:    src
Committed By:   riastradh
Date:           Sun Mar 29 21:06:26 UTC 2015

Modified Files:
        src/share/man/man9: bufferio.9

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/bufferio.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/bufferio.9
diff -u src/share/man/man9/bufferio.9:1.2 src/share/man/man9/bufferio.9:1.3
--- src/share/man/man9/bufferio.9:1.2	Sun Mar 29 21:05:21 2015
+++ src/share/man/man9/bufferio.9	Sun Mar 29 21:06:26 2015
@@ -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 @@ then before the user submits it to a blo
 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 @@ For writes associated with a vnode
 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 @@ However, the caller is responsible for a
 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.

Reply via email to