Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Nested I/O transfers are not `asynchronous'.



details:   https://anonhg.NetBSD.org/src/rev/11b61502b1de
branches:  trunk
changeset: 337024:11b61502b1de
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Mar 30 13:22:12 2015 +0000

description:
Nested I/O transfers are not `asynchronous'.

diffstat:

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

diffs (20 lines):

diff -r 87083e70615c -r 11b61502b1de share/man/man9/bufferio.9
--- a/share/man/man9/bufferio.9 Mon Mar 30 13:18:08 2015 +0000
+++ b/share/man/man9/bufferio.9 Mon Mar 30 13:22:12 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bufferio.9,v 1.8 2015/03/30 13:18:08 riastradh Exp $
+.\"    $NetBSD: bufferio.9,v 1.9 2015/03/30 13:22:12 riastradh Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -188,8 +188,8 @@
 buffer, the user can issue smaller transfers for segments of the buffer
 using
 .Fn nestiobuf_setup .
-The nested I/O transfers are asynchronous -- when they complete, they
-debit from the amount of work left to be done in the master buffer.
+When nested I/O transfers complete, in any order, they debit from the
+amount of work left to be done in the master buffer.
 If any segments of the buffer were skipped, the user can report this
 with
 .Fn nestiobuf_done



Home | Main Index | Thread Index | Old Index