summaryrefslogtreecommitdiff
path: root/man3/aio_fsync.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 19:42:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 19:42:52 +0000
commit2f0af33ba65b9acc67dc3fcdbb8b123af932a477 (patch)
tree504cfe0d5df667fddf7cc42641c7c1d31db40a8a /man3/aio_fsync.3
parent1274071a69a58859123c827aecbdd938c27ebd6f (diff)
ffix
Diffstat (limited to 'man3/aio_fsync.3')
-rw-r--r--man3/aio_fsync.313
1 files changed, 10 insertions, 3 deletions
diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3
index 47e80b47..04cd4c18 100644
--- a/man3/aio_fsync.3
+++ b/man3/aio_fsync.3
@@ -37,12 +37,16 @@ associated with
.LP
More precisely, if
.I op
-is O_SYNC, then all currently queued I/O operations shall be
+is
+.BR O_SYNC ,
+then all currently queued I/O operations shall be
completed as if by a call of
.BR fsync (2),
and if
.I op
-is O_DSYNC, this call is the asynchronous analog of
+is
+.BR O_DSYNC ,
+this call is the asynchronous analog of
.BR fdatasync (2).
Note that this is a request only \(em this call does not wait
for I/O completion.
@@ -74,7 +78,10 @@ is not a valid file descriptor open for writing.
.B EINVAL
No synchronized I/O for this file is supported, or
.I op
-is not O_SYNC or O_DSYNC.
+is not
+.B O_SYNC
+or
+.BR O_DSYNC .
.SH "CONFORMING TO"
POSIX.1-2001
.SH "SEE ALSO"