emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115488: * tramp.texi (direntry): Use ssh but rsh.


From: Michael Albinus
Subject: [Emacs-diffs] trunk r115488: * tramp.texi (direntry): Use ssh but rsh.
Date: Thu, 12 Dec 2013 09:58:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115488
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2013-12-12 10:57:56 +0100
message:
  * tramp.texi (direntry): Use ssh but rsh.
  (all): Encode all environment variable names with @env{...}.
  (Bug Reports): Refer to Testing node.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/tramp.texi            tramp.texi-20091113204419-o5vbwnq5f7feedwu-6324
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-12-12 03:37:38 +0000
+++ b/doc/misc/ChangeLog        2013-12-12 09:57:56 +0000
@@ -1,3 +1,9 @@
+2013-12-12  Michael Albinus  <address@hidden>
+
+       * tramp.texi (direntry): Use ssh but rsh.
+       (all): Encode all environment variable names with @env{...}.
+       (Bug Reports): Refer to Testing node.
+
 2013-12-12  Glenn Morris  <address@hidden>
 
        * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-12-12 03:37:38 +0000
+++ b/doc/misc/tramp.texi       2013-12-12 09:57:56 +0000
@@ -84,7 +84,7 @@
 @dircategory @value{emacsname} network features
 @direntry
 * TRAMP: (tramp).               Transparent Remote Access, Multiple Protocol
-                                  @value{emacsname} remote file access via rsh 
and rcp.
+                                  @value{emacsname} remote file access via ssh 
and scp.
 @end direntry
 
 @titlepage
@@ -240,6 +240,7 @@
 @end detailmenu
 @end menu
 
+
 @node Overview
 @chapter An overview of @value{tramp}
 @cindex overview
@@ -497,6 +498,7 @@
 @include trampinst.texi
 @end ifset
 
+
 @node Configuration
 @chapter Configuring @value{tramp} for use
 @cindex configuration
@@ -1005,7 +1007,7 @@
 Android devices.  The Android Debug Bridge must be installed locally.
 Some GNU/Linux distributions offer it for installation, otherwise it
 can be installed as part of the Android SDK.  If the @command{adb}
-program is not found via the @code{$PATH} environment variable, the
+program is not found via the @env{PATH} environment variable, the
 variable @var{tramp-adb-program} must point to its absolute path.
 
 Tramp does not connect Android devices to @command{adb}.  This must be
@@ -2083,7 +2085,7 @@
 with @samp{192.168.0.26} being the IP address of your Android device
 (@pxref{Predefined connection information}).
 
-The user settings for the @code{$PATH} environment variable must be
+The user settings for the @env{PATH} environment variable must be
 preserved.  It has also been reported, that the commands in
 @file{/system/xbin} are better suited than the ones in
 @file{/system/bin}.  Add these setting:
@@ -2918,6 +2920,13 @@
 @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/,
 the @value{tramp} Mail Subscription Page}.
 
address@hidden emacs
address@hidden installchapter
+Before sending a bug report, you could check whether @value{tramp}
+works at all.  Run the test suite on your local machine, @ref{Testing}.
address@hidden ifset
address@hidden ifset
+
 @findex tramp-bug
 To report a bug in @value{tramp}, you should execute @kbd{M-x
 tramp-bug}.  This will automatically generate a buffer with the details
@@ -3917,18 +3926,22 @@
 @end ifset
 @end itemize
 
+
 @node GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
+
 @node Function Index
 @unnumbered Function Index
 @printindex fn
 
+
 @node Variable Index
 @unnumbered Variable Index
 @printindex vr
 
+
 @node Concept Index
 @unnumbered Concept Index
 @printindex cp


reply via email to

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