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.315
1 files changed, 7 insertions, 8 deletions
diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3
index 1dea3d8..4246c56 100644
--- a/man3/aio_fsync.3
+++ b/man3/aio_fsync.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH aio_fsync 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH aio_fsync 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
aio_fsync \- asynchronous file synchronization
.SH LIBRARY
@@ -12,7 +12,7 @@ Real-time library
.SH SYNOPSIS
.nf
.B "#include <aio.h>"
-.PP
+.P
.BI "int aio_fsync(int " op ", struct aiocb *" aiocbp );
.fi
.SH DESCRIPTION
@@ -26,7 +26,7 @@ associated with
for a description of the
.I aiocb
structure.)
-.PP
+.P
More precisely, if
.I op
is
@@ -40,9 +40,9 @@ is
.BR O_DSYNC ,
this call is the asynchronous analog of
.BR fdatasync (2).
-.PP
+.P
Note that this is a request only; it does not wait for I/O completion.
-.PP
+.P
Apart from
.IR aio_fildes ,
the only field in the structure pointed to by
@@ -52,7 +52,7 @@ that is used by this call is the
field (a
.I sigevent
structure, described in
-.BR sigevent (7)),
+.BR sigevent (3type)),
which indicates the desired type of asynchronous notification at completion.
All other fields are ignored.
.SH RETURN VALUE
@@ -95,7 +95,6 @@ T{
.BR aio_fsync ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
@@ -110,4 +109,4 @@ POSIX.1-2001.
.BR aio_write (3),
.BR lio_listio (3),
.BR aio (7),
-.BR sigevent (7)
+.BR sigevent (3type)