lio_listio.3: Clarify that async notification occurs when *all* I/Os complete

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-08 12:33:40 +12:00
parent 2da75a9e41
commit 9dacae96c2
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH LIO_LISTIO 3 2010-10-20 "" "Linux Programmer's Manual"
.TH LIO_LISTIO 3 2012-05-08 "" "Linux Programmer's Manual"
.SH NAME
lio_listio \- initiate a list of I/O requests
.SH SYNOPSIS
@ -50,7 +50,7 @@ argument is ignored.
.TP
.B LIO_NOWAIT
The I/O operations are queued for processing and the call returns immediately.
When the I/O operations complete, asynchronous notification occurs,
When all of the I/O operations complete, asynchronous notification occurs,
as specified by the
.IR sevp
argument; see