summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/aio_fsync.2
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-12-27 16:57:38 +0000
committerpluknet <pluknet@FreeBSD.org>2013-12-27 16:57:38 +0000
commit04e69c32ce0e0f762aace37db8b9749e1add82b5 (patch)
tree2c6ab77619f4fb9868e45f1338b56222d1c2eb7f /lib/libc/sys/aio_fsync.2
parent597559485b9255f3fc731637f3d9f6fca8b7d39e (diff)
downloadFreeBSD-src-04e69c32ce0e0f762aace37db8b9749e1add82b5.zip
FreeBSD-src-04e69c32ce0e0f762aace37db8b9749e1add82b5.tar.gz
- 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
Diffstat (limited to 'lib/libc/sys/aio_fsync.2')
-rw-r--r--lib/libc/sys/aio_fsync.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/aio_fsync.2 b/lib/libc/sys/aio_fsync.2
index 831d14a..e05bff4 100644
--- a/lib/libc/sys/aio_fsync.2
+++ b/lib/libc/sys/aio_fsync.2
@@ -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
OpenPOWER on IntegriCloud