Subject: misc/28679: dkctl(8) references dk(4), but dk(4) is nonexistant
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <jlouis@mongers.org>
List: netbsd-bugs
Date: 12/16/2004 12:36:00
>Number: 28679
>Category: misc
>Synopsis: dkctl(8) references dk(4), but dk(4) is nonexistant
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Thu Dec 16 12:36:00 +0000 2004
>Originator: Jesper Louis Andersen
>Release: 2.99.11
>Organization:
Theorems for free
>Environment:
NetBSD mushroom.home 2.99.10 NetBSD 2.99.10 (MUSHROOM) #0: Thu Dec 2 23:32:50 CET 2004 root@mushroom.home:/usr/obj/sys/arch/i386/compile/MUSHROOM i386
>Description:
In the i386 port at least, we have in the man-page of dkctl(8) a reference to the device dk(4). But this device does not exist.
>How-To-Repeat:
mushroom$ man 4 dk
man: no entry for dk in the manual.
>Fix:
Patch to remove dk(4) from dkctl(8), though it might not be the _correct_ solution (One have to find out why dk(4) is missing from the i386 port)
--- /usr/src/sbin/dkctl/dkctl.8 2004-09-25 14:44:25.000000000 +0200
+++ dkctl.8.new 2004-12-16 13:31:24.000000000 +0100
@@ -134,7 +134,6 @@
.El
.Sh SEE ALSO
.Xr ioctl 2 ,
-.Xr dk 4 ,
.Xr sd 4 ,
.Xr wd 4 ,
.Xr disklabel 5 ,