From owner-svn-src-all@freebsd.org Tue Aug 13 15:41:37 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 80504B326B; Tue, 13 Aug 2019 15:41:37 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 467H4x2rbDz41Mp; Tue, 13 Aug 2019 15:41:37 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4359C198A2; Tue, 13 Aug 2019 15:41:37 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7DFfbaE008700; Tue, 13 Aug 2019 15:41:37 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7DFfa4X008483; Tue, 13 Aug 2019 15:41:36 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201908131541.x7DFfa4X008483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Tue, 13 Aug 2019 15:41:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350989 - in head/share/man: man4 man5 X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: in head/share/man: man4 man5 X-SVN-Commit-Revision: 350989 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2019 15:41:37 -0000 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 ,