Date: Wed, 23 Oct 2002 10:10:31 +0200 From: Dag-Erling Smorgrav <des@ofug.org> To: Craig Rodrigues <rodrigc@attbi.com> Cc: Alfred Perlstein <alfred@FreeBSD.org>, 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 Message-ID: <xzpd6q1poco.fsf@flood.ping.uio.no> In-Reply-To: <20021022132829.A22126@attbi.com> (Craig Rodrigues's message of "Tue, 22 Oct 2002 13:28:29 -0400") References: <200210221612.g9MGCR1p012070@repoman.freebsd.org> <20021022161820.GA57732@starjuice.net> <20021022164649.GS91539@elvis.mu.org> <20021022132829.A22126@attbi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Craig Rodrigues <rodrigc@attbi.com> writes: > On Tue, Oct 22, 2002 at 09:46:49AM -0700, Alfred Perlstein wrote: > > * Sheldon Hearn <sheldonh@starjuice.net> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpd6q1poco.fsf>