From owner-svn-src-projects@freebsd.org Tue Dec 15 07:07:31 2020 Return-Path: Delivered-To: svn-src-projects@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 131F04AB40B for ; Tue, 15 Dec 2020 07:07:31 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cw8Tb02k4z3F6J; Tue, 15 Dec 2020 07:07:31 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E896D7BB7; Tue, 15 Dec 2020 07:07:30 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BF77UIf095961; Tue, 15 Dec 2020 07:07:30 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BF77UDE095959; Tue, 15 Dec 2020 07:07:30 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <202012150707.0BF77UDE095959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Tue, 15 Dec 2020 07:07:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r368654 - in projects/aio_writev: lib/libc/sys share/man/man4 X-SVN-Group: projects X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in projects/aio_writev: lib/libc/sys share/man/man4 X-SVN-Commit-Revision: 368654 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 07:07:31 -0000 Author: asomers Date: Tue Dec 15 07:07:30 2020 New Revision: 368654 URL: https://svnweb.freebsd.org/changeset/base/368654 Log: aio.4: Link to aio_writev.2 and aio_readv.2 Also, add links to aio_error.2 and aio_return.2 Modified: projects/aio_writev/lib/libc/sys/aio_error.2 projects/aio_writev/lib/libc/sys/aio_return.2 projects/aio_writev/share/man/man4/aio.4 Modified: projects/aio_writev/lib/libc/sys/aio_error.2 ============================================================================== --- projects/aio_writev/lib/libc/sys/aio_error.2 Tue Dec 15 06:31:46 2020 (r368653) +++ projects/aio_writev/lib/libc/sys/aio_error.2 Tue Dec 15 07:07:30 2020 (r368654) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 2, 1999 +.Dd December 15, 2020 .Dt AIO_ERROR 2 .Os .Sh NAME @@ -52,7 +52,9 @@ is returned. If the request has completed unsuccessfully the error status is returned as described in .Xr read 2 , +.Xr readv 2 , .Xr write 2 , +.Xr writev 2 , or .Xr fsync 2 . On failure, @@ -76,9 +78,11 @@ does not reference an outstanding asynchronous I/O req .Sh SEE ALSO .Xr aio_cancel 2 , .Xr aio_read 2 , +.Xr aio_readv 2 , .Xr aio_return 2 , .Xr aio_suspend 2 , .Xr aio_write 2 , +.Xr aio_writev 2 , .Xr fsync 2 , .Xr read 2 , .Xr write 2 , Modified: projects/aio_writev/lib/libc/sys/aio_return.2 ============================================================================== --- projects/aio_writev/lib/libc/sys/aio_return.2 Tue Dec 15 06:31:46 2020 (r368653) +++ projects/aio_writev/lib/libc/sys/aio_return.2 Tue Dec 15 07:07:30 2020 (r368654) @@ -55,7 +55,9 @@ returns something other than If the asynchronous I/O request has completed, the status is returned as described in .Xr read 2 , +.Xr readv 2 , .Xr write 2 , +.Xr writev 2 , or .Xr fsync 2 . Otherwise, Modified: projects/aio_writev/share/man/man4/aio.4 ============================================================================== --- projects/aio_writev/share/man/man4/aio.4 Tue Dec 15 06:31:46 2020 (r368653) +++ projects/aio_writev/share/man/man4/aio.4 Tue Dec 15 07:07:30 2020 (r368654) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 22, 2017 +.Dd December 15, 2020 .Dt AIO 4 .Os .Sh NAME @@ -215,10 +215,12 @@ as described in .Xr aio_cancel 2 , .Xr aio_error 2 , .Xr aio_read 2 , +.Xr aio_readv 2 , .Xr aio_return 2 , .Xr aio_suspend 2 , .Xr aio_waitcomplete 2 , .Xr aio_write 2 , +.Xr aio_writev 2 , .Xr lio_listio 2 , .Xr sigevent 3 , .Xr sysctl 8