From 950f45adf886ed9bb53fa700abbd8f7cdb464f22 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 3 Sep 2019 16:57:32 +0000 Subject: [PATCH] MFC r350989: Remove some more leftover rlogin man page xrefs rcmds were removed in r32435 and these three man pages can trivially drop the references. There's still a reference in pts.4 because it describes a mode (TIOCPKT_NOSTOP), and only lists rlogin/rlogind as examples of programs that use that mode. To update later. Sponsored by: The FreeBSD Foundation --- share/man/man4/termios.4 | 4 +--- share/man/man4/tty.4 | 2 -- share/man/man5/hosts.equiv.5 | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 6f38cf3b9f9..a08abfa12c6 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -58,9 +58,7 @@ a connection being present. In practice, applications seldom open these files; they are opened by special programs, such as -.Xr getty 8 -or -.Xr rlogind 8 , +.Xr getty 8 , and become an application's standard input, output, and error files. .Ss Job Control in a Nutshell diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index 0806d30041a..d47a5d510cc 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -54,8 +54,6 @@ These special terminal devices are called .Em ptys and provide the mechanism necessary to give users the same interface to the system when logging in over a network (using -.Xr rlogin 1 , -or .Xr telnet 1 for example). Even in these cases the details of how the terminal diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5 index cf2fca8cfcf..10929f0d64d 100644 --- a/share/man/man5/hosts.equiv.5 +++ b/share/man/man5/hosts.equiv.5 @@ -127,8 +127,6 @@ except users from netgroup .Dq dau . .Sh SEE ALSO .Xr rcp 1 , -.Xr rlogin 1 , -.Xr rsh 1 , .Xr gethostbyname 3 , .Xr inet 3 , .Xr innetgr 3 , -- 2.45.0