aboutsummaryrefslogtreecommitdiffstats
path: root/man4
diff options
context:
space:
mode:
Diffstat (limited to 'man4')
-rw-r--r--man4/sd.44
-rw-r--r--man4/ttyS.46
-rw-r--r--man4/vcs.48
3 files changed, 9 insertions, 9 deletions
diff --git a/man4/sd.4 b/man4/sd.4
index e923c73d0e..1d9325039d 100644
--- a/man4/sd.4
+++ b/man4/sd.4
@@ -122,8 +122,8 @@ parameter is required, and it is NULL, then
.IR ioctl ()
will return \-EINVAL.
.SH FILES
-/dev/sd[a-h]: the whole device
+/dev/sd[a\-h]: the whole device
.br
-/dev/sd[a-h][0-8]: individual block partitions
+/dev/sd[a\-h][0\-8]: individual block partitions
.SH "SEE ALSO"
.BR scsi (4)
diff --git a/man4/ttyS.4 b/man4/ttyS.4
index 3539b78ae0..5eac806c29 100644
--- a/man4/ttyS.4
+++ b/man4/ttyS.4
@@ -25,7 +25,7 @@
.SH NAME
ttyS \- serial terminal lines
.SH DESCRIPTION
-\fBttyS[0-3]\fP are character devices for the serial terminal lines.
+\fBttyS[0\-3]\fP are character devices for the serial terminal lines.
.LP
They are typically created by:
.RS
@@ -38,11 +38,11 @@ mknod \-m 660 /dev/ttyS2 c 4 66 # base address 0x3e8
.br
mknod \-m 660 /dev/ttyS3 c 4 67 # base address 0x2e8
.br
-chown root:tty /dev/ttyS[0-3]
+chown root:tty /dev/ttyS[0\-3]
.sp
.RE
.SH FILES
-/dev/ttyS[0-3]
+/dev/ttyS[0\-3]
.SH "SEE ALSO"
.BR chown (1),
.BR getty (1),
diff --git a/man4/vcs.4 b/man4/vcs.4
index 7d189e7295..03c6c16a7b 100644
--- a/man4/vcs.4
+++ b/man4/vcs.4
@@ -32,9 +32,9 @@ vcs, vcsa \- virtual console memory
of the currently
displayed virtual console terminal.
.LP
-\fB/dev/vcs[1-63]\fP are character devices for virtual console
+\fB/dev/vcs[1\-63]\fP are character devices for virtual console
terminals, they have major number 7 and minor number 1 to 63, usually
-mode 0644 and owner root.tty. \fB/dev/vcsa[0-63]\fP are the same, but
+mode 0644 and owner root.tty. \fB/dev/vcsa[0\-63]\fP are the same, but
including attributes, and prefixed with four bytes giving the screen
dimensions and cursor position: \fIlines\fP, \fIcolumns\fP, \fIx\fP, \fIy\fP.
(\fIx\fP = \fIy\fP = 0 at the top left corner of the screen.)
@@ -100,9 +100,9 @@ there:
.fi
.SH FILES
-/dev/vcs[0-63]
+/dev/vcs[0\-63]
.br
-/dev/vcsa[0-63]
+/dev/vcsa[0\-63]
.SH AUTHOR
Andries Brouwer <aeb@cwi.nl>
.SH HISTORY