summaryrefslogtreecommitdiffstats
path: root/sbin/mknod/mknod.8
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-07-06 07:06:15 +0000
committercharnier <charnier@FreeBSD.org>1998-07-06 07:06:15 +0000
commit2f22f79b32324422335e75e611755a4976a9b43e (patch)
treed36276fae6030365f1436d0149d794429d731eb4 /sbin/mknod/mknod.8
parentf345a63c405580475c77eb0a94335c4edd9e04fc (diff)
downloadFreeBSD-src-2f22f79b32324422335e75e611755a4976a9b43e.zip
FreeBSD-src-2f22f79b32324422335e75e611755a4976a9b43e.tar.gz
Remove unused #include. Add usage().
Diffstat (limited to 'sbin/mknod/mknod.8')
-rw-r--r--sbin/mknod/mknod.85
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index ebcc86f..0c6d5c6 100644
--- a/sbin/mknod/mknod.8
+++ b/sbin/mknod/mknod.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mknod.8 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt MKNOD 8
@@ -49,13 +50,13 @@ command creates device special files.
Normally the shell script
.Pa /dev/MAKEDEV
is used to create special files for commonly known devices; it executes
-.Nm mknod
+.Nm
with the appropriate arguments and can make all the files required for the
device.
.Pp
To make nodes manually, the four required arguments are:
.Pp
-.Bl -tag -width majorx
+.Bl -tag -width indent
.It Ar name
Device name, for example
.Dq sd
OpenPOWER on IntegriCloud