summaryrefslogtreecommitdiff
path: root/sbin/mknod/mknod.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-12-16 08:49:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-12-16 08:49:19 +0000
commit3edb0de9f5382f794b42bf0ee57521c653ab4e57 (patch)
treec1616dc76c29a751b7a2acc9feaab87c5039019b /sbin/mknod/mknod.8
parentfdfc0807cb0b853b58666cfa2d7e289f2fa32dea (diff)
various small improvements;
Diffstat (limited to 'sbin/mknod/mknod.8')
-rw-r--r--sbin/mknod/mknod.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index 676ed899300..f27e60b4ddc 100644
--- a/sbin/mknod/mknod.8
+++ b/sbin/mknod/mknod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mknod.8,v 1.10 2003/06/02 20:06:15 millert Exp $
+.\" $OpenBSD: mknod.8,v 1.11 2006/12/16 08:49:18 jmc Exp $
.\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -40,7 +40,7 @@
.Nm mknod
.Op Fl m Ar mode
.Ar name
-.Op Cm c | Cm b
+.Op Cm b \*(Ba c
.Ar major minor
.Nm mknod
.Op Fl m Ar mode
@@ -65,9 +65,9 @@ Set the file mode.
may be absolute or symbolic, as described in
.Xr chmod 1 .
In symbolic mode strings, the
-.Ql +
+.Sq +
and
-.Ql -
+.Sq -
operators are interpreted relative to an assumed initial mode of
.Dq a=rw .
.El
@@ -82,7 +82,7 @@ for a SCSI disk or a
.Dq pty
for pseudo-devices.
FIFOs may be named arbitrarily by the user.
-.It Cm b | Cm c | Cm p
+.It Cm b \*(Ba c \*(Ba p
Type of device or FIFO.
If the device is a block type device such as a tape or disk drive which needs
both cooked and raw special files,