Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04e69c3

Browse files
pluknetpluknet
authored andcommitted
- 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
1 parent 5975594 commit 04e69c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/libc/sys/aio_fsync.2

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.\"
2525
.\" $FreeBSD$
2626
.\"
27-
.Dd May 4, 2013
27+
.Dd December 27, 2013
2828
.Dt AIO_FSYNC 2
2929
.Os
3030
.Sh NAME
@@ -49,7 +49,7 @@ completed at the time the call returns.
4949
.Pp
5050
The
5151
.Fa op
52-
argument could be set only to
52+
argument can only be set to
5353
.Dv O_SYNC
5454
to cause all currently queued I/O operations to be completed
5555
as if by a call to
@@ -109,7 +109,8 @@ returned in
109109
.It Bq Er EBADF
110110
The
111111
.Fa iocb->aio_fildes
112-
is invalid for writing.
112+
argument
113+
is not a valid descriptor.
113114
.It Bq Er EINVAL
114115
This implementation does not support synchronized I/O for this file.
115116
.El

0 commit comments

Comments
 (0)