console_codes.4, console_ioctl.4, tty.4, vcs.4, charsets.7: Remove console(4) references

Hi Michael,

0f9e647 removed the obsolete console(4) page but we still have few
references to it. The patch below removes them or converts to refs
to concole_ioctl(4) where appropriate.
This commit is contained in:
Marko Myllynen 2016-05-30 07:57:34 +03:00 committed by Michael Kerrisk
parent 0ee6740485
commit d010c9c02f
5 changed files with 3 additions and 6 deletions

View File

@ -649,6 +649,5 @@ An older version of this document implied that Linux recognizes the
ECMA-48 control sequence for invisible text.
It is ignored.
.SH SEE ALSO
.BR console (4),
.BR console_ioctl (4),
.BR charsets (7)

View File

@ -850,7 +850,6 @@ Use POSIX functions.
.BR fcntl (2),
.BR ioperm (2),
.BR termios (3),
.BR console (4),
.BR console_codes (4),
.BR mt (4),
.BR sd (4),

View File

@ -77,7 +77,7 @@ to detach itself.
.BR mknod (1),
.BR ioctl (2),
.BR termios (3),
.BR console (4),
.BR console_ioctl (4),
.BR tty_ioctl (4),
.BR ttyS (4),
.BR agetty (8),

View File

@ -73,7 +73,7 @@ argument.
These devices replace the screendump
.BR ioctl (2)
operations of
.BR console (4),
.BR console_ioctl (4),
so the system
administrator can control access using filesystem permissions.
.PP
@ -170,7 +170,7 @@ main(void)
}
.fi
.SH SEE ALSO
.BR console (4),
.BR console_ioctl (4),
.BR tty (4),
.BR ttyS (4),
.BR gpm (8)

View File

@ -329,7 +329,6 @@ This is not enough for Japanese, Chinese, and
Korean, but it is enough for most other purposes.
.SH SEE ALSO
.BR iconv (1),
.BR console (4),
.BR ascii (7),
.BR iso_8859-1 (7),
.BR unicode (7),