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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"