aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/tramp.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 87164bfce31..331ec594bf0 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -672,8 +672,10 @@ as the @option{rsh} method.
672 672
673This method does not connect to a remote host at all, rather it uses 673This method does not connect to a remote host at all, rather it uses
674the @command{su} program to allow you to edit files as another user. 674the @command{su} program to allow you to edit files as another user.
675With other words, a specified host name in the file name is silently 675That means, the specified host name in the file name must be either
676ignored. 676@samp{localhost} or the host name as returned by the function
677@command{(system-name)}. For an exception of this rule see
678@ref{Multi-hops}.
677 679
678 680
679@item @option{sudo} 681@item @option{sudo}