summaryrefslogtreecommitdiffstats
path: root/man3/aio_read.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_read.3')
-rw-r--r--man3/aio_read.334
1 files changed, 17 insertions, 17 deletions
diff --git a/man3/aio_read.3 b/man3/aio_read.3
index d5c5084aa..5a7905b97 100644
--- a/man3/aio_read.3
+++ b/man3/aio_read.3
@@ -21,7 +21,7 @@ The
function queues the I/O request described by the buffer pointed to by
.IR aiocbp .
This function is the asynchronous analog of
-.BR read (2).
+.MR read 2 .
The arguments of the call
.P
.in +4n
@@ -38,7 +38,7 @@ and
of the structure pointed to by
.IR aiocbp .
(See
-.BR aio (7)
+.MR aio 7
for a description of the
.I aiocb
structure.)
@@ -53,13 +53,13 @@ The "asynchronous" means that this call returns as soon as the
request has been enqueued; the read may or may not have completed
when the call returns.
One tests for completion using
-.BR aio_error (3).
+.MR aio_error 3 .
The return status of a completed I/O operation can be obtained by
-.BR aio_return (3).
+.MR aio_return 3 .
Asynchronous notification of I/O completion can be obtained by setting
.I aiocbp\->aio_sigevent
appropriately; see
-.BR sigevent (3type)
+.MR sigevent 3type
for details.
.P
If
@@ -82,9 +82,9 @@ is returned, and
is set to indicate the error.
If an error is detected only later, it will
be reported via
-.BR aio_return (3)
+.MR aio_return 3
(returns status \-1) and
-.BR aio_error (3)
+.MR aio_error 3
(error status\[em]whatever one would have gotten in
.IR errno ,
such as
@@ -116,7 +116,7 @@ and want at least one byte, but the starting position is past
the maximum offset for this file.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -147,13 +147,13 @@ Simultaneous I/O operations specifying the same
structure produce undefined results.
.SH EXAMPLES
See
-.BR aio (7).
+.MR aio 7 .
.SH SEE ALSO
-.BR aio_cancel (3),
-.BR aio_error (3),
-.BR aio_fsync (3),
-.BR aio_return (3),
-.BR aio_suspend (3),
-.BR aio_write (3),
-.BR lio_listio (3),
-.BR aio (7)
+.MR aio_cancel 3 ,
+.MR aio_error 3 ,
+.MR aio_fsync 3 ,
+.MR aio_return 3 ,
+.MR aio_suspend 3 ,
+.MR aio_write 3 ,
+.MR lio_listio 3 ,
+.MR aio 7