Skip site navigation (1)Skip section navigation (2)
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>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
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


[-- Attachment #2 --]
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 .
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpd6q1poco.fsf>