summaryrefslogtreecommitdiffstats
path: root/man3/aio_fsync.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_fsync.3')
-rw-r--r--man3/aio_fsync.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3
index c435c7e85..8d9e00cc8 100644
--- a/man3/aio_fsync.3
+++ b/man3/aio_fsync.3
@@ -22,7 +22,7 @@ function does a sync on all outstanding asynchronous I/O operations
associated with
.IR aiocbp\->aio_fildes .
(See
-.BR aio (7)
+.MR aio 7
for a description of the
.I aiocb
structure.)
@@ -33,13 +33,13 @@ is
.BR O_SYNC ,
then all currently queued I/O operations shall be
completed as if by a call of
-.BR fsync (2),
+.MR fsync 2 ,
and if
.I op
is
.BR O_DSYNC ,
this call is the asynchronous analog of
-.BR fdatasync (2).
+.MR fdatasync 2 .
.P
Note that this is a request only; it does not wait for I/O completion.
.P
@@ -52,7 +52,7 @@ that is used by this call is the
field (a
.I sigevent
structure, described in
-.BR sigevent (3type)),
+.MR sigevent 3type ),
which indicates the desired type of asynchronous notification at completion.
All other fields are ignored.
.SH RETURN VALUE
@@ -83,7 +83,7 @@ or
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
@@ -101,12 +101,12 @@ POSIX.1-2008.
glibc 2.1.
POSIX.1-2001.
.SH SEE ALSO
-.BR aio_cancel (3),
-.BR aio_error (3),
-.BR aio_read (3),
-.BR aio_return (3),
-.BR aio_suspend (3),
-.BR aio_write (3),
-.BR lio_listio (3),
-.BR aio (7),
-.BR sigevent (3type)
+.MR aio_cancel 3 ,
+.MR aio_error 3 ,
+.MR aio_read 3 ,
+.MR aio_return 3 ,
+.MR aio_suspend 3 ,
+.MR aio_write 3 ,
+.MR lio_listio 3 ,
+.MR aio 7 ,
+.MR sigevent 3type