diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-02 17:28:31 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-03 17:12:29 +0200 |
commit | 46e723d4c4121822f1ee9c6fb4be19c3793ef2c5 (patch) | |
tree | b64b60279f4b1af5a5b30643f8e6a2b2c49fee84 /man3/aio_fsync.3 | |
parent | 2c1c3c95f586327723eff410e7f1b8d8d9853720 (diff) |
aio_fsync.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/aio_fsync.3')
-rw-r--r-- | man3/aio_fsync.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index dee215dc..af7055bd 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -54,8 +54,8 @@ 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. + +Note that this is a request only; it does not wait for I/O completion. .LP Apart from .IR aio_fildes , |