Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 10:03:32 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r260625 - stable/8/lib/libc/sys
Message-ID:  <201401141003.s0EA3Whf094040@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Tue Jan 14 10:03:31 2014
New Revision: 260625
URL: http://svnweb.freebsd.org/changeset/base/260625

Log:
  MFC r259921,259950:
  
  Provide the manual page for aio_fsync(2).

Added:
  stable/8/lib/libc/sys/aio_fsync.2
     - copied, changed from r259921, head/lib/libc/sys/aio_fsync.2
Modified:
  stable/8/lib/libc/sys/Makefile.inc
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/sys/   (props changed)

Modified: stable/8/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/8/lib/libc/sys/Makefile.inc	Tue Jan 14 09:58:33 2014	(r260624)
+++ stable/8/lib/libc/sys/Makefile.inc	Tue Jan 14 10:03:31 2014	(r260625)
@@ -65,7 +65,7 @@ ${SPSEUDO}:
 	    >> ${.TARGET}
 
 MAN+=	abort2.2 accept.2 access.2 acct.2 adjtime.2 \
-	aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
+	aio_cancel.2 aio_error.2 aio_fsync.2 aio_read.2 aio_return.2 \
 	aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
 	bind.2 brk.2 chdir.2 chflags.2 \
 	chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 closefrom.2 \

Copied and modified: stable/8/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/8/lib/libc/sys/aio_fsync.2	Tue Jan 14 10:03:31 2014	(r260625)
@@ -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?201401141003.s0EA3Whf094040>