svn commit: r350989 - in head/share/man: man4 man5

Ed Maste emaste at FreeBSD.org
Tue Aug 13 15:41:37 UTC 2019


Author: emaste
Date: Tue Aug 13 15:41:36 2019
New Revision: 350989
URL: https://svnweb.freebsd.org/changeset/base/350989

Log:
  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.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man4/termios.4
  head/share/man/man4/tty.4
  head/share/man/man5/hosts.equiv.5

Modified: head/share/man/man4/termios.4
==============================================================================
--- head/share/man/man4/termios.4	Tue Aug 13 15:38:05 2019	(r350988)
+++ head/share/man/man4/termios.4	Tue Aug 13 15:41:36 2019	(r350989)
@@ -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: head/share/man/man4/tty.4
==============================================================================
--- head/share/man/man4/tty.4	Tue Aug 13 15:38:05 2019	(r350988)
+++ head/share/man/man4/tty.4	Tue Aug 13 15:41:36 2019	(r350989)
@@ -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: head/share/man/man5/hosts.equiv.5
==============================================================================
--- head/share/man/man5/hosts.equiv.5	Tue Aug 13 15:38:05 2019	(r350988)
+++ head/share/man/man5/hosts.equiv.5	Tue Aug 13 15:41:36 2019	(r350989)
@@ -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