From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 17:16:25 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999FE37B401 for ; Tue, 8 Jul 2003 17:16:25 -0700 (PDT) Received: from hotmail.com (bay4-dav115.bay4.hotmail.com [65.54.171.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2103743F93 for ; Tue, 8 Jul 2003 17:16:25 -0700 (PDT) (envelope-from thode12@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 8 Jul 2003 17:16:25 -0700 Received: from 67.0.7.180 by bay4-dav115.bay4.hotmail.com with DAV; Wed, 09 Jul 2003 00:16:24 +0000 X-Originating-IP: [67.0.7.180] X-Originating-Email: [thode12@msn.com] From: "KAREN THODE" To: Date: Tue, 8 Jul 2003 19:16:29 -0500 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.02.0011.2700 Message-ID: X-OriginalArrivalTime: 09 Jul 2003 00:16:25.0100 (UTC) FILETIME=[556854C0:01C345AF] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Error in ioctl(2)'s man page: Ioccon.h contains ioctl-related macros,not ioctl.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 00:16:25 -0000 Submitter-ID: current-users Originator: Lucas Organization: n/a Confidential: no Synopsis: Error in ioctl(2)'s man page: Ioccon.h contains ioctl-related = macros, not ioctl.h Severity: non-critical Priority: Medium Category: docs Class: doc-bug Release: n/a Environment: n/a Description: When the ioctl-related defines and macros were moved to ioc= con.h, ioctl's man page wasn't updated to reflect the change. How-to-Repeat: View ioctl's man page. Fix: Change the second reference to ioctl.h to refer to ioccon.h. =20