diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 21:45:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 21:45:06 +0000 |
| commit | 9806e231322307da0109e101ae2ef997a4a22290 (patch) | |
| tree | 602e903272257a1c5b455a48800dcaa680741026 /sbin/mknod | |
| parent | c481aa05e89e945a535e6e5bec8e05238a6b3628 (diff) | |
Notes
Diffstat (limited to 'sbin/mknod')
| -rw-r--r-- | sbin/mknod/mknod.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 2bc91cd5449c3..7de2a1b7de580 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -65,7 +65,8 @@ and pseudo devices, and are type .Cm c . .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 +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 . .It Ar minor |
