From owner-cvs-all Thu Oct 24 5:57:50 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 93A2D37B401; Thu, 24 Oct 2002 05:57:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4605543E6E; Thu, 24 Oct 2002 05:57:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9OCv5mV095353; Thu, 24 Oct 2002 05:57:05 -0700 (PDT) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9OCv5vC095352; Thu, 24 Oct 2002 05:57:05 -0700 (PDT) Message-Id: <200210241257.g9OCv5vC095352@repoman.freebsd.org> From: Sheldon Hearn Date: Thu, 24 Oct 2002 05:57:05 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD 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 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