svn commit: r260623 - stable/10/lib/libc/sys
Sergey Kandaurov
pluknet at FreeBSD.org
Tue Jan 14 09:49:43 UTC 2014
Author: pluknet
Date: Tue Jan 14 09:49:42 2014
New Revision: 260623
URL: http://svnweb.freebsd.org/changeset/base/260623
Log:
MFC r259921,259950:
Provide the manual page for aio_fsync(2).
Added:
stable/10/lib/libc/sys/aio_fsync.2
- copied, changed from r259921, head/lib/libc/sys/aio_fsync.2
Modified:
stable/10/lib/libc/sys/Makefile.inc
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/10/lib/libc/sys/Makefile.inc Tue Jan 14 08:43:38 2014 (r260622)
+++ stable/10/lib/libc/sys/Makefile.inc Tue Jan 14 09:49:42 2014 (r260623)
@@ -85,6 +85,7 @@ MAN+= abort2.2 \
adjtime.2 \
aio_cancel.2 \
aio_error.2 \
+ aio_fsync.2 \
aio_mlock.2 \
aio_read.2 \
aio_return.2 \
Copied and modified: stable/10/lib/libc/sys/aio_fsync.2 (from r259921, head/lib/libc/sys/aio_fsync.2)
==============================================================================
--- head/lib/libc/sys/aio_fsync.2 Thu Dec 26 19:16:30 2013 (r259921, copy source)
+++ stable/10/lib/libc/sys/aio_fsync.2 Tue Jan 14 09:49:42 2014 (r260623)
@@ -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-stable-10
mailing list