From owner-freebsd-doc Thu Jan 7 10:30:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18326 for freebsd-doc-outgoing; Thu, 7 Jan 1999 10:30:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18319 for ; Thu, 7 Jan 1999 10:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09375; Thu, 7 Jan 1999 10:30:01 -0800 (PST) Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17825 for ; Thu, 7 Jan 1999 10:26:07 -0800 (PST) (envelope-from root@newsguy.com) Received: from local.ocn.ne.jp by peach.ocn.ne.jp (8.9.1a/OCN) id DAA11184; Fri, 8 Jan 1999 03:25:35 +0900 (JST) Received: (from root@localhost) by local.ocn.ne.jp (8.9.1/8.8.6) id DAA02667; Fri, 8 Jan 1999 03:25:14 +0900 (JST) Message-Id: <199901071825.DAA02667@local.ocn.ne.jp> Date: Fri, 8 Jan 1999 03:25:14 +0900 (JST) From: dcs@newsguy.com Reply-To: dcs@newsguy.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: dcs@newsguy.com X-Send-Pr-Version: 3.2 Subject: docs/9372: aio man pages Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9372 >Category: docs >Synopsis: aio_read(2) man page points to wrong include file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 7 10:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel C. Sobral >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: Current, I guess... >Description: aio_read(2) man page points to file, which do not exist. There are two aio.h files, sys/aio.h and posix4/aio.h. It would seem to me that the file we ought to include right now is sys/aio.h, though it beats the heck out of me why it is inside sys. >How-To-Repeat: man aio_read #include ? :-) >Fix: Apply the following patch: --- lib/libc/sys/aio_read.2.orig Fri Jan 8 03:17:08 1999 +++ lib/libc/sys/aio_read.2 Fri Jan 8 03:18:03 1999 @@ -31,7 +31,7 @@ .Nm aio_read .Nd asynchronus read from a file (REALTIME) .Sh SYNOPSIS -.Fd #include +.Fd #include .Ft int .Fn aio_read "struct aiocb *iocb" .Sh DESCRIPTION >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message