From owner-cvs-all Wed Oct 23 1:10:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5397937B401; Wed, 23 Oct 2002 01:10:36 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id F385243E4A; Wed, 23 Oct 2002 01:10:34 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 1FEBD5350; Wed, 23 Oct 2002 10:10:32 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Craig Rodrigues Cc: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 References: <200210221612.g9MGCR1p012070@repoman.freebsd.org> <20021022161820.GA57732@starjuice.net> <20021022164649.GS91539@elvis.mu.org> <20021022132829.A22126@attbi.com> From: Dag-Erling Smorgrav Date: Wed, 23 Oct 2002 10:10:31 +0200 In-Reply-To: <20021022132829.A22126@attbi.com> (Craig Rodrigues's message of "Tue, 22 Oct 2002 13:28:29 -0400") Message-ID: Lines: 21 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Craig Rodrigues writes: > On Tue, Oct 22, 2002 at 09:46:49AM -0700, Alfred Perlstein wrote: > > * Sheldon Hearn [021022 09:18] wrote: > > > When the aio(4) page arrives, we can move this information there. :-) > > That's a good idea, Craig, any chance you'll have time to do this? > Thanks for committing this. > What is the required task? Write an aio(4) man page? > I'm a bit full up for that in the short term, unfortunately. > I might be able to help with that in the longer term. It's not really that hard, the attached patch took me all of four minutes to write. I can even commit it for you :) It's a bit on the skinny side, but still better than nothing. You'll have to add Xrefs to the aio_* pages though. DES -- Dag-Erling Smorgrav - des@ofug.org --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=aio.diff Index: aio.4 =================================================================== RCS file: aio.4 diff -N aio.4 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ aio.4 23 Oct 2002 08:09:12 -0000 @@ -0,0 +1,27 @@ +.\" +.\" $FreeBSD$ +.\" +.Dd October 23, 2002 +.Dt AIO 4 +.Os +.Sh NAME +.Nm aio +.Nd asynchronous I/O +.Sh DESCRIPTION +The +.Nm +kernel module provides system calls for asynchronous I/O. +.Sh SEE ALSO +.Xr aio_cancel 2 , +.Xr aio_error 2 , +.Xr aio_read 2 , +.Xr aio_return 2 , +.Xr aio_suspend 2 , +.Xr aio_waitcomplete 2 , +.Xr aio_write 2 , +.Xr kld 4 +.Sh HISTORY +The +.Nm +facility appeared in +.Fx 3.0 . --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message