aio.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-04 04:14:50 +02:00
parent 7b93714089
commit 64be80cfef
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ The
.I aio_reqprio .I aio_reqprio
field of the field of the
.I aiocb .I aiocb
structure was less than 0, or greater than the limit specified by structure was less than 0,
or was greater than the limit returned by the call
.IR sysconf(_SC_AIO_PRIO_DELTA_MAX) . .IR sysconf(_SC_AIO_PRIO_DELTA_MAX) .
.SH VERSIONS .SH VERSIONS
The POSIX AIO interfaces are provided by glibc since version 2.1. The POSIX AIO interfaces are provided by glibc since version 2.1.