From: Stefan Kangas Date: Mon, 11 Jul 2022 11:47:08 +0000 (+0200) Subject: Doc fix; don't mention rlogin X-Git-Tag: emacs-29.0.90~1447^2~1016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=050252043fe85e12412de311a08f0159cd89e92a;p=emacs.git Doc fix; don't mention rlogin * doc/emacs/misc.texi (Remote Host): * doc/misc/eshell.texi (Bugs and ideas): Don't mention rlogin. (Bug#56461) --- diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 9709c6ddc1f..841a285520a 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1643,11 +1643,11 @@ interface is similar to the @code{more} program. @cindex remote host @cindex connecting to remote host @cindex Telnet -@cindex Rlogin +@cindex SSH You can login to a remote computer, using whatever commands you -would from a regular terminal (e.g., using the @command{ssh} or -@command{telnet} or @code{rlogin} commands), from a Term window. +would from a regular terminal (e.g., the @command{ssh} command), from +a Term window. A program that asks you for a password will normally suppress echoing of the password, so the password will not show up in the diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 2e3ba4c273b..6a348f37dc4 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -2077,11 +2077,10 @@ it). @item Make the shell spawning commands be visual -That is, make (@command{su}, @command{bash}, @command{telnet}, -@command{rlogin}, @command{rsh}, etc.)@: be part of -@code{eshell-visual-commands}. The only exception is if the shell is -being used to invoke a single command. Then, the behavior should be -based on what that command is. +That is, make (@command{su}, @command{bash}, @command{ssh}, etc.)@: be +part of @code{eshell-visual-commands}. The only exception is if the +shell is being used to invoke a single command. Then, the behavior +should be based on what that command is. @item Create a smart viewing command named @command{open}