Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 16:57:38 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259950 - head/lib/libc/sys
Message-ID:  <201312271657.rBRGvc9i024061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271657.rBRGvc9i024061>