From owner-svn-src-all@FreeBSD.ORG Tue Jan 14 09:58:34 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29240FB8; Tue, 14 Jan 2014 09:58:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF421136B; Tue, 14 Jan 2014 09:58:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E9wXtL090540; Tue, 14 Jan 2014 09:58:33 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E9wXjU090538; Tue, 14 Jan 2014 09:58:33 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201401140958.s0E9wXjU090538@svn.freebsd.org> From: Sergey Kandaurov Date: Tue, 14 Jan 2014 09:58:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r260624 - stable/9/lib/libc/sys X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 09:58:34 -0000 Author: pluknet Date: Tue Jan 14 09:58:33 2014 New Revision: 260624 URL: http://svnweb.freebsd.org/changeset/base/260624 Log: MFC r259921,259950: Provide the manual page for aio_fsync(2). Added: stable/9/lib/libc/sys/aio_fsync.2 - copied, changed from r259921, head/lib/libc/sys/aio_fsync.2 Modified: stable/9/lib/libc/sys/Makefile.inc Directory Properties: stable/9/lib/libc/ (props changed) stable/9/lib/libc/sys/ (props changed) Modified: stable/9/lib/libc/sys/Makefile.inc ============================================================================== --- stable/9/lib/libc/sys/Makefile.inc Tue Jan 14 09:49:42 2014 (r260623) +++ stable/9/lib/libc/sys/Makefile.inc Tue Jan 14 09:58:33 2014 (r260624) @@ -79,7 +79,7 @@ ${SPSEUDO}: printf ${NOTE_GNU_STACK} >>${.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 cap_enter.2 cap_new.2 chdir.2 chflags.2 \ chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 closefrom.2 \ Copied and modified: stable/9/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/9/lib/libc/sys/aio_fsync.2 Tue Jan 14 09:58:33 2014 (r260624) @@ -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