diff options
author | brueffer <brueffer@FreeBSD.org> | 2009-11-01 18:25:11 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2009-11-01 18:25:11 +0000 |
commit | eda01f0a8b19382462f952661be54536508810dd (patch) | |
tree | 1567398687fce168054794f14c2cbc7997a645ad /sbin/mknod | |
parent | 5c2148f5758d77305ca7fba7f4d45b6eea384dd0 (diff) | |
download | FreeBSD-src-eda01f0a8b19382462f952661be54536508810dd.zip FreeBSD-src-eda01f0a8b19382462f952661be54536508810dd.tar.gz |
Refine r198714, it's not as easy as just leaving the major number zero.
Submitted by: ed
MFC after: 1 week
Diffstat (limited to 'sbin/mknod')
-rw-r--r-- | sbin/mknod/mknod.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index f9dc3cb..9de2804 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -74,7 +74,6 @@ 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. -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, |