]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/aio_fsync.3
ffix
[thirdparty/man-pages.git] / man3 / aio_fsync.3
index 47e80b473c9052e674c86bf272b9b2a79d0a9e53..04cd4c185d73e64018c184f02c7e5b8856b887be 100644 (file)
@@ -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"