From owner-svn-src-all@freebsd.org Tue Sep 3 16:57:33 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 A6F08E4C36; Tue, 3 Sep 2019 16:57:33 +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 46NCms3pXcz3PrB; Tue, 3 Sep 2019 16:57:33 +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 661505F96; Tue, 3 Sep 2019 16:57:33 +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 x83GvXae059762; Tue, 3 Sep 2019 16:57:33 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x83GvWHi059759; Tue, 3 Sep 2019 16:57:32 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201909031657.x83GvWHi059759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Tue, 3 Sep 2019 16:57:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r351764 - in stable/12/share/man: man4 man5 X-SVN-Group: stable-12 X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: in stable/12/share/man: man4 man5 X-SVN-Commit-Revision: 351764 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, 03 Sep 2019 16:57:33 -0000 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 ,