From owner-freebsd-doc Thu May 13 17:20: 3 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 229C814FFB for ; Thu, 13 May 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA74838; Thu, 13 May 1999 17:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mortis.futuresouth.com (mortis.futuresouth.com [209.45.228.14]) by hub.freebsd.org (Postfix) with ESMTP id 8FFB214E38 for ; Thu, 13 May 1999 17:10:59 -0700 (PDT) (envelope-from fullermd@over-yonder.net) Received: by mortis.futuresouth.com (Postfix, from userid 100) id 7C6271F09; Thu, 13 May 1999 19:10:58 -0500 (CDT) Message-Id: <19990514001058.7C6271F09@mortis.futuresouth.com> Date: Thu, 13 May 1999 19:10:58 -0500 (CDT) From: fullermd@over-yonder.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/11702: pnp(4) references dset(8) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11702 >Category: docs >Synopsis: pnp(4) references dset(8) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu May 13 17:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matthew D. Fuller >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Generic 4.0 >Description: pnp(4) references dset(8) in two places; this should be kget(8) in current system (3.1 inclusive I believe) >How-To-Repeat: man 4 pnp >Fix: Index: pnp.4 =================================================================== RCS file: /usr/cvs/src/share/man/man4/man4.i386/pnp.4,v retrieving revision 1.2 diff -u -r1.2 pnp.4 --- pnp.4 1998/03/12 07:30:36 1.2 +++ pnp.4 1999/05/14 00:07:40 @@ -100,7 +100,7 @@ .Pp Modifications to the table will be saved to the boot image on the filesystem by the -.Xr dset 8 +.Xr kget 8 command. .Pp .Sh DEVICE DRIVER SUPPORT FOR PnP @@ -164,7 +164,7 @@ .El .Pp .Sh SEE ALSO -.Xr dset 8 +.Xr kget 8 .Sh BUGS There is no support for visual configuration of PnP devices. It would be nice to have commands in userconfig to fetch the >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message