]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (File): Tweak wording for the `scpc' option.
authorEric Hanchrow <eric.hanchrow@gmail.com>
Fri, 20 Jan 2012 20:12:38 +0000 (21:12 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 20 Jan 2012 20:12:38 +0000 (21:12 +0100)
doc/misc/ChangeLog
doc/misc/tramp.texi

index adb5bbbd6694ba43bda3b218e319295662fb18d2..9c29473e99dce0a6a8239f3d8d3865571333a26d 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
+
+       * tramp.texi (File): Tweak wording for the `scpc' option.
+
 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Group Parameters): Really note precedence.
index 41ba6689f13ecbdeffd5f275843ea6b92d947b25..7fbd11decd726c454183e33b93b3ba848489ad42 100644 (file)
@@ -866,13 +866,22 @@ Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
 @option{ControlMaster}.  This allows @option{scp} to reuse an existing
 @option{ssh} channel, which increases performance.
 
-Before you use this method, you shall check whether your @option{ssh}
-implementation does support this option.  Try from the command line
+Before you use this method, you should check whether your @option{ssh}
+implementation supports this option.  Try from the command line
 
 @example
-ssh localhost -o ControlMaster=yes
+ssh localhost -o ControlMaster=yes /bin/true
 @end example
 
+If that command succeeds silently, then you can use @option{scpc}; but
+if it fails like
+
+@example
+command-line: line 0: Bad configuration option: ControlMaster
+@end example
+
+then you cannot use it.
+
 This method supports the @samp{-p} argument.