]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix; don't mention rlogin
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 11:47:08 +0000 (13:47 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 11:48:48 +0000 (13:48 +0200)
* doc/emacs/misc.texi (Remote Host):
* doc/misc/eshell.texi (Bugs and ideas): Don't mention
rlogin.  (Bug#56461)

doc/emacs/misc.texi
doc/misc/eshell.texi

index 9709c6ddc1f6c42d0f5f7d547ba0bf955a0c812e..841a285520afba11bbe2f77d23828f1b77b99059 100644 (file)
@@ -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
index 2e3ba4c273bbf8034734eb6216ae0153fd483527..6a348f37dc4fc6910299cc9ab824c2dbe402ad45 100644 (file)
@@ -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}