From owner-cvs-all Tue Aug 22 17:27:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEF4037B422; Tue, 22 Aug 2000 17:27:48 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA91031; Tue, 22 Aug 2000 17:27:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008230027.RAA91031@freefall.freebsd.org> From: John Baldwin Date: Tue, 22 Aug 2000 17:27:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys aio_cancel.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/22 17:27:48 PDT Modified files: (Branch: RELENG_4) lib/libc/sys aio_cancel.2 Log: MFC: - Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' - Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty line at the end of the file. - Replace a `manual(section)' reference with a proper .Xr statement. Revision Changes Path 1.5.2.3 +8 -7 src/lib/libc/sys/aio_cancel.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message