summaryrefslogtreecommitdiffstats
path: root/man3/aio_error.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_error.3')
-rw-r--r--man3/aio_error.332
1 files changed, 16 insertions, 16 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3
index 11dcf37d0..e8afd079f 100644
--- a/man3/aio_error.3
+++ b/man3/aio_error.3
@@ -22,7 +22,7 @@ function returns the error status for the asynchronous I/O request
with control block pointed to by
.IR aiocbp .
(See
-.BR aio (7)
+.MR aio 7
for a description of the
.I aiocb
structure.)
@@ -44,11 +44,11 @@ A positive error number, if the asynchronous I/O operation failed.
This is the same value that would have been stored in the
.I errno
variable in the case of a synchronous
-.BR read (2),
-.BR write (2),
-.BR fsync (2),
+.MR read 2 ,
+.MR write 2 ,
+.MR fsync 2 ,
or
-.BR fdatasync (2)
+.MR fdatasync 2
call.
.SH ERRORS
.TP
@@ -56,7 +56,7 @@ call.
.I aiocbp
does not point at a control block for an asynchronous I/O request
of which the return status (see
-.BR aio_return (3))
+.MR aio_return 3 )
has not been retrieved yet.
.TP
.B ENOSYS
@@ -64,7 +64,7 @@ has not been retrieved yet.
is not implemented.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -83,13 +83,13 @@ glibc 2.1.
POSIX.1-2001.
.SH EXAMPLES
See
-.BR aio (7).
+.MR aio 7 .
.SH SEE ALSO
-.BR aio_cancel (3),
-.BR aio_fsync (3),
-.BR aio_read (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_fsync 3 ,
+.MR aio_read 3 ,
+.MR aio_return 3 ,
+.MR aio_suspend 3 ,
+.MR aio_write 3 ,
+.MR lio_listio 3 ,
+.MR aio 7