The majors file was removed long ago, 0 should be used instead.

PR:		139230
Submitted by:	pluknet <pluknet@gmail.com>
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2009-10-31 12:22:23 +00:00
parent 7f8fbd60d4
commit a65653d16a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198714

View file

@ -28,7 +28,7 @@
.\" @(#)mknod.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
.Dd December 15, 2004
.Dd October 31, 2009
.Dt MKNOD 8
.Os
.Sh NAME
@ -74,9 +74,7 @@ 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
.Pa /usr/src/sys/conf/majors .
This is a compatibility shim and should be left zero.
.It Ar minor
The minor device number tells the kernel which subunit
the node corresponds to on the device; for example,