emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3ed8100: Fix bug#24665 in Tramp


From: Michael Albinus
Subject: [Emacs-diffs] master 3ed8100: Fix bug#24665 in Tramp
Date: Sun, 16 Oct 2016 13:52:35 +0000 (UTC)

branch: master
commit 3ed8100f77a25170bf7953217d0f2b919934465b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix bug#24665 in Tramp
    
    * doc/misc/tramp.texi (External methods): Do not confuse
    method names.  (Bug#24665)
---
 doc/misc/tramp.texi |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 74c4a37..c3b54c6 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -677,7 +677,7 @@ files smaller than @var{tramp-copy-size-limit} still use 
inline
 methods.
 
 @table @asis
address@hidden @address@hidden and @command{rcp}
address@hidden @option{rcp}
 @cindex method rcp
 @cindex rcp method
 @cindex rcp (with rcp method)
@@ -690,7 +690,7 @@ access method available.
 The alternative method @option{remcp} uses the @command{remsh} and
 @command{rcp} commands.
 
address@hidden @address@hidden and @command{scp}
address@hidden @option{scp}
 @cindex method scp
 @cindex scp method
 @cindex scp (with scp method)
@@ -707,7 +707,7 @@ port numbers.  For example, @file{host#42} passes @samp{-p 
42} in the
 argument list to @command{ssh}, and @samp{-P 42} in the argument list
 to @command{scp}.
 
address@hidden @address@hidden and @command{rsync}
address@hidden @option{rsync}
 @cindex method rsync
 @cindex rsync method
 @cindex rsync (with rsync method)
@@ -722,7 +722,7 @@ is lost if the file exists only on one side of the 
connection.
 
 This method supports the @samp{-p} argument.
 
address@hidden @address@hidden and @command{scp}
address@hidden @option{scpx}
 @cindex method scpx
 @cindex scpx method
 @cindex scp (with scpx method)
@@ -732,14 +732,14 @@ This method supports the @samp{-p} argument.
 in performance to @option{scp}.  @option{scpx} uses @samp{ssh -t -t
 @var{host} -l @var{user} /bin/sh} to open a connection.
 
address@hidden is useful for Windows users when @command{ssh} triggers
address@hidden is useful for Windows users when @command{ssh} triggers
 an error about allocating a pseudo tty.  This happens due to missing
 shell prompts that confuses @value{tramp}.
 
 This method supports the @samp{-p} argument.
 
address@hidden @address@hidden and @command{pscp}
address@hidden @address@hidden and @command{psftp}
address@hidden @option{pscp}
address@hidden @option{psftp}
 @cindex method pscp
 @cindex pscp method
 @cindex pscp (with pscp method)
@@ -761,7 +761,7 @@ session.
 
 These methods support the @samp{-P} argument.
 
address@hidden @address@hidden and @command{fcp}
address@hidden @option{fcp}
 @cindex method fcp
 @cindex fcp method
 @cindex fsh (with fcp method)
@@ -784,7 +784,7 @@ The command used for this connection is: @samp{fsh 
@var{host} -l
 not useful for @value{tramp}.  @command{fsh} connects to remote host
 and @value{tramp} keeps that one connection open.
 
address@hidden @address@hidden and @command{nc}
address@hidden @option{nc}
 @cindex method nc
 @cindex nc method
 @cindex nc (with nc method)
@@ -804,7 +804,7 @@ When @value{tramp} uses @option{ftp}, it forwards requests 
to whatever
 ftp program is specified by Ange FTP.  This external program must be
 capable of servicing requests from @value{tramp}.
 
address@hidden @address@hidden
address@hidden @option{smb}
 @cindex method smb
 @cindex smb method
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]