svn commit: r351764 - in stable/12/share/man: man4 man5

Ed Maste emaste at FreeBSD.org
Tue Sep 3 16:57:33 UTC 2019


Author: emaste
Date: Tue Sep  3 16:57:32 2019
New Revision: 351764
URL: https://svnweb.freebsd.org/changeset/base/351764

Log:
  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

Modified:
  stable/12/share/man/man4/termios.4
  stable/12/share/man/man4/tty.4
  stable/12/share/man/man5/hosts.equiv.5
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/termios.4
==============================================================================
--- stable/12/share/man/man4/termios.4	Tue Sep  3 16:55:28 2019	(r351763)
+++ stable/12/share/man/man4/termios.4	Tue Sep  3 16:57:32 2019	(r351764)
@@ -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

Modified: stable/12/share/man/man4/tty.4
==============================================================================
--- stable/12/share/man/man4/tty.4	Tue Sep  3 16:55:28 2019	(r351763)
+++ stable/12/share/man/man4/tty.4	Tue Sep  3 16:57:32 2019	(r351764)
@@ -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

Modified: stable/12/share/man/man5/hosts.equiv.5
==============================================================================
--- stable/12/share/man/man5/hosts.equiv.5	Tue Sep  3 16:55:28 2019	(r351763)
+++ stable/12/share/man/man5/hosts.equiv.5	Tue Sep  3 16:57:32 2019	(r351764)
@@ -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 ,


More information about the svn-src-all mailing list