aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-11-04 23:11:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-11-04 23:11:25 +0000
commit76b363a6052773d12af499559dc773c6ac2f3bc3 (patch)
treeca039c8efc46ed8333d94e1e4ad5c603c7a8a815
parent1fddc467ee2a557b39f0ebbef5683e399d16a347 (diff)
Notes
-rw-r--r--sbin/mknod/mknod.812
1 files changed, 3 insertions, 9 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index ade5fc77f493..094a8d564f89 100644
--- a/sbin/mknod/mknod.8
+++ b/sbin/mknod/mknod.8
@@ -77,16 +77,10 @@ and pseudo devices, and are type
.It Ar major
The major device number is an integer number which tells the kernel
which device driver entry point to use. To learn what
-major device number to use for a particular device, check the file
+major device number to use for a particular device, check
.Pa /dev/MAKEDEV
-to see if the device is known, or check
-the system dependent device configuration file:
-.Bd -ragged -offset indent
-.Dq Pa /usr/src/sys/conf/device. Ns Aq Ar architecture
-.Ed
-.Pp
-(for example
-.Pa device.hp300 ) .
+or
+.Pa /usr/src/sys/conf/majors .
.It Ar minor
The minor device number tells the kernel which subunit
the node corresponds to on the device; for example,