Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5975594 commit 04e69c3Copy full SHA for 04e69c3
lib/libc/sys/aio_fsync.2
@@ -24,7 +24,7 @@
24
.\"
25
.\" $FreeBSD$
26
27
-.Dd May 4, 2013
+.Dd December 27, 2013
28
.Dt AIO_FSYNC 2
29
.Os
30
.Sh NAME
@@ -49,7 +49,7 @@ completed at the time the call returns.
49
.Pp
50
The
51
.Fa op
52
-argument could be set only to
+argument can only be set to
53
.Dv O_SYNC
54
to cause all currently queued I/O operations to be completed
55
as if by a call to
@@ -109,7 +109,8 @@ returned in
109
.It Bq Er EBADF
110
111
.Fa iocb->aio_fildes
112
-is invalid for writing.
+argument
113
+is not a valid descriptor.
114
.It Bq Er EINVAL
115
This implementation does not support synchronized I/O for this file.
116
.El
0 commit comments