Date: Thu, 24 Oct 2002 05:57:05 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 src/share/man/man4 aio.4 Message-ID: <200210241257.g9OCv5vC095352@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 2002/10/24 05:57:05 PDT Modified files: lib/libc/sys aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 share/man/man4 aio.4 Log: * Modernize aio(4), providing instructions for static and dynamic kernel linking. * Fix disorder in the SEE ALSO sections of aio_*(2). * Remove unnecessary cross-references from the SEE ALSO sections of aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced from aio(4). * Remove the KERNEL OPTIONS sections from aio_*(2), now that these pages cross-reference aio(4), which contains suitable kernel linking reference material. Revision Changes Path 1.19 +1 -21 src/lib/libc/sys/aio_cancel.2 1.15 +2 -22 src/lib/libc/sys/aio_error.2 1.14 +1 -21 src/lib/libc/sys/aio_read.2 1.14 +1 -21 src/lib/libc/sys/aio_return.2 1.16 +1 -21 src/lib/libc/sys/aio_suspend.2 1.12 +1 -21 src/lib/libc/sys/aio_waitcomplete.2 1.13 +1 -20 src/lib/libc/sys/aio_write.2 1.2 +8 -1 src/share/man/man4/aio.4 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?200210241257.g9OCv5vC095352>