summaryrefslogtreecommitdiff
path: root/sbin/mknod
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-11 22:20:02 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-11 22:20:02 +0000
commitdb5b45ba844aac723eece65f35e9da8d332ac7eb (patch)
tree6ea70bb0b6b4397bf2a59d1e33a2768c63838812 /sbin/mknod
parentfb32fc8a9d06e96ad5c62d55537fe2ffd3a1f101 (diff)
more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes
Diffstat (limited to 'sbin/mknod')
-rw-r--r--sbin/mknod/mknod.87
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index 3c9cd8bd88e..facfbe85f03 100644
--- a/sbin/mknod/mknod.8
+++ b/sbin/mknod/mknod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mknod.8,v 1.3 1996/08/02 11:16:47 deraadt Exp $
+.\" $OpenBSD: mknod.8,v 1.4 1998/11/11 22:19:58 aaron Exp $
.\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -57,7 +57,6 @@ 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
.It Ar name
Device name, for example
@@ -96,9 +95,9 @@ or a tty line.
Major and minor device numbers can be given in any format acceptable to
.Xr strtoul 3 ,
so that a leading
-.Ql 0x
+.Dq 0x
indicates a hexadecimal number, and a leading
-.Ql 0
+.Dq 0
will cause the number to be interpreted as octal.
.El
.Sh SEE ALSO