* tramp.texi (Inline methods): Remove "kludgy" phrase.
authorMichael Albinus <albinus@detlef>
Sat, 10 Jul 2010 09:49:41 +0000 (11:49 +0200)
committerMichael Albinus <albinus@detlef>
Sat, 10 Jul 2010 09:49:41 +0000 (11:49 +0200)
(Filename Syntax): Describe port numbers.

doc/misc/ChangeLog
doc/misc/tramp.texi

index c560651..e243632 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Inline methods): Remove "kludgy" phrase.
+       (Filename Syntax): Describe port numbers.
+
 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
 
        * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
index 7d41049..5d25076 100644 (file)
@@ -629,11 +629,11 @@ Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
 know what these are, you do not need these options.
 
-All the methods based on @command{ssh} have an additional kludgy
-feature: you can specify a host name which looks like @file{host#42}
-(the real host name, then a hash sign, then a port number).  This
-means to connect to the given host but to also pass @code{-p 42} as
-arguments to the @command{ssh} command.
+All the methods based on @command{ssh} have an additional feature: you
+can specify a host name which looks like @file{host#42} (the real host
+name, then a hash sign, then a port number).  This means to connect to
+the given host but to also pass @code{-p 42} as arguments to the
+@command{ssh} command.
 
 
 @item @option{telnet}
@@ -2310,6 +2310,11 @@ using the @option{ssh} method to transfer files, and edit
 @file{.emacs} in my home directory I would specify the filename
 @file{@trampfn{ssh, daniel, melancholia, .emacs}}.
 
+Finally, for some methods it is possible to specify a different port
+number than the default one, given by the method.  This is specified
+by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
+daniel, melancholia#42, .emacs}}.
+
 
 @node Alternative Syntax
 @section URL-like filename syntax