linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Remove console(4) references
@ 2016-05-30  4:57 Marko Myllynen
       [not found] ` <574BC83E.8050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Myllynen @ 2016-05-30  4:57 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

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.

---
 man4/console_codes.4 | 1 -
 man4/console_ioctl.4 | 1 -
 man4/tty.4           | 2 +-
 man4/vcs.4           | 4 ++--
 man7/charsets.7      | 1 -
 5 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/man4/console_codes.4 b/man4/console_codes.4
index bd9b172..a39cdb8 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -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)
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index 70fb11d..ee7d926 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -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),
diff --git a/man4/tty.4 b/man4/tty.4
index 18e6a9c..5e3c5e7 100644
--- a/man4/tty.4
+++ b/man4/tty.4
@@ -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),
diff --git a/man4/vcs.4 b/man4/vcs.4
index 891c8f5..4646edd 100644
--- a/man4/vcs.4
+++ b/man4/vcs.4
@@ -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)
diff --git a/man7/charsets.7 b/man7/charsets.7
index 634c08e..214285a 100644
--- a/man7/charsets.7
+++ b/man7/charsets.7
@@ -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),

Thanks,

-- 
Marko Myllynen
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Remove console(4) references
       [not found] ` <574BC83E.8050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-06-01 15:19   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-06-01 15:19 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man

On 05/29/2016 11:57 PM, Marko Myllynen wrote:
> 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.

Thanks, Marko. Applied.

Cheers,

Michael

> ---
>  man4/console_codes.4 | 1 -
>  man4/console_ioctl.4 | 1 -
>  man4/tty.4           | 2 +-
>  man4/vcs.4           | 4 ++--
>  man7/charsets.7      | 1 -
>  5 files changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/man4/console_codes.4 b/man4/console_codes.4
> index bd9b172..a39cdb8 100644
> --- a/man4/console_codes.4
> +++ b/man4/console_codes.4
> @@ -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)
> diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
> index 70fb11d..ee7d926 100644
> --- a/man4/console_ioctl.4
> +++ b/man4/console_ioctl.4
> @@ -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),
> diff --git a/man4/tty.4 b/man4/tty.4
> index 18e6a9c..5e3c5e7 100644
> --- a/man4/tty.4
> +++ b/man4/tty.4
> @@ -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),
> diff --git a/man4/vcs.4 b/man4/vcs.4
> index 891c8f5..4646edd 100644
> --- a/man4/vcs.4
> +++ b/man4/vcs.4
> @@ -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)
> diff --git a/man7/charsets.7 b/man7/charsets.7
> index 634c08e..214285a 100644
> --- a/man7/charsets.7
> +++ b/man7/charsets.7
> @@ -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),
> 
> Thanks,
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-01 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30  4:57 Remove console(4) references Marko Myllynen
     [not found] ` <574BC83E.8050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-06-01 15:19   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).