summaryrefslogtreecommitdiff
path: root/sbin/mknod/mknod.8
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
commitcd366aedac3a1a3126d77df58d0a0861c63e8147 (patch)
tree4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/mknod/mknod.8
parentb77e710b77930242c29b776114492ab08aa2f1c9 (diff)
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/mknod/mknod.8')
-rw-r--r--sbin/mknod/mknod.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index facfbe85f03..306fd0d3e28 100644
--- a/sbin/mknod/mknod.8
+++ b/sbin/mknod/mknod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mknod.8,v 1.4 1998/11/11 22:19:58 aaron Exp $
+.\" $OpenBSD: mknod.8,v 1.5 1998/11/28 19:56:21 aaron Exp $
.\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -41,18 +41,18 @@
.Nm mknod
.Nd build special file
.Sh SYNOPSIS
-.Nm mknod
+.Nm
.Ar name
.Op Cm c | Cm b
.Ar major minor
.Sh DESCRIPTION
The
-.Nm mknod
+.Nm
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