svn commit: r259950 - head/lib/libc/sys
Sergey Kandaurov
pluknet at FreeBSD.org
Fri Dec 27 16:57:38 UTC 2013
Author: pluknet
Date: Fri Dec 27 16:57:38 2013
New Revision: 259950
URL: http://svnweb.freebsd.org/changeset/base/259950
Log:
- Fix EBADF description, in following the future POSIX tc and what FreeBSD
actually implements.
- Improve grammar: use more preferred "can", not "could".
Submitted by: jilles
Modified:
head/lib/libc/sys/aio_fsync.2
Modified: head/lib/libc/sys/aio_fsync.2
==============================================================================
--- head/lib/libc/sys/aio_fsync.2 Fri Dec 27 16:48:37 2013 (r259949)
+++ head/lib/libc/sys/aio_fsync.2 Fri Dec 27 16:57:38 2013 (r259950)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 4, 2013
+.Dd December 27, 2013
.Dt AIO_FSYNC 2
.Os
.Sh NAME
@@ -49,7 +49,7 @@ completed at the time the call returns.
.Pp
The
.Fa op
-argument could be set only to
+argument can only be set to
.Dv O_SYNC
to cause all currently queued I/O operations to be completed
as if by a call to
@@ -109,7 +109,8 @@ returned in
.It Bq Er EBADF
The
.Fa iocb->aio_fildes
-is invalid for writing.
+argument
+is not a valid descriptor.
.It Bq Er EINVAL
This implementation does not support synchronized I/O for this file.
.El
More information about the svn-src-head
mailing list