summaryrefslogtreecommitdiff
path: root/man4/console.4
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-05-11 14:18:48 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-05-11 14:18:48 +0000
commitf82a9fac78013aba94d31a544607fe805c0f8218 (patch)
treee8519339b23a3fdc324de50e637dd20d89a0b2f0 /man4/console.4
parent948fb4ed37acb20132512f5ebc9a3b748065cc33 (diff)
Pavel Heimlich <tropikhajma@seznam.cz>
> I've noticed that man pages > console_ioctl.4 > console.4 > mouse.4 > tty.4 > vcs.4 > refer to ttys (4), which should in fact be ttyS (4). Hello Pavel, The man command on Linux is actually case insensitive with respect to page names, so "man ttys" works! Nevertheless, I agree with you, and I've changed the pages as you suggest.
Diffstat (limited to 'man4/console.4')
-rw-r--r--man4/console.42
1 files changed, 1 insertions, 1 deletions
diff --git a/man4/console.4 b/man4/console.4
index 74317309..c2f47ae8 100644
--- a/man4/console.4
+++ b/man4/console.4
@@ -82,7 +82,7 @@ All escape sequences can be found in
.BR console_codes (4),
.BR console_ioctl (4),
.BR tty (4),
-.BR ttys (4),
+.BR ttyS (4),
.BR charsets (7),
.BR getty (8),
.BR init (8),