emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/tramp.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/tramp.texi
Date: Thu, 23 Jun 2005 13:30:43 -0400

Index: emacs/man/tramp.texi
diff -c emacs/man/tramp.texi:1.37 emacs/man/tramp.texi:1.38
*** emacs/man/tramp.texi:1.37   Thu Jun 23 01:07:53 2005
--- emacs/man/tramp.texi        Thu Jun 23 17:30:43 2005
***************
*** 1211,1217 ****
  
  SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
  @file{~/ssh2/hostkeys/*}.  Hosts are coded in file names
! @file{hostkey_PORTNUMBER_HOST-NAME.pub}.  User names are always @code{nil}.
  
  @item @code{tramp-parse-sknownhosts}
  @findex tramp-parse-shostkeys
--- 1211,1218 ----
  
  SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
  @file{~/ssh2/hostkeys/*}.  Hosts are coded in file names
! @address@hidden@var{host-name}.pub}.  User names
! are always @code{nil}.
  
  @item @code{tramp-parse-sknownhosts}
  @findex tramp-parse-shostkeys
***************
*** 1219,1225 ****
  Another SSH2 style parsing of directories like
  @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}.  This
  case, hosts names are coded in file names
! @file{HOST-NAME.ALGORITHM.pub}.  User names are always @code{nil}.
  
  @item @code{tramp-parse-hosts}
  @findex tramp-parse-hosts
--- 1220,1226 ----
  Another SSH2 style parsing of directories like
  @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}.  This
  case, hosts names are coded in file names
! @address@hidden@var{algorithm}.pub}.  User names are always @code{nil}.
  
  @item @code{tramp-parse-hosts}
  @findex tramp-parse-hosts
***************
*** 1522,1528 ****
  @ifset xemacs
  @code{bkup-backup-directory-info}
  @end ifset
! is nil (the default), such problems do not occur.
  
  Therefore, it is usefull to set special values for @value{tramp}
  files.  For example, the following statement effectively `turns off'
--- 1523,1529 ----
  @ifset xemacs
  @code{bkup-backup-directory-info}
  @end ifset
! is @code{nil} (the default), such problems do not occur.
  
  Therefore, it is usefull to set special values for @value{tramp}
  files.  For example, the following statement effectively `turns off'
***************
*** 2125,2131 ****
  @end example
  
  
! @item @value{tramp} doesn't transfer strings with more than 500 characters
  correctly
  
  On some few systems, the implementation of @code{process-send-string}
--- 2126,2133 ----
  @end example
  
  
! @item
! @value{tramp} doesn't transfer strings with more than 500 characters
  correctly
  
  On some few systems, the implementation of @code{process-send-string}
***************
*** 2133,2139 ****
  customize the variable @code{tramp-chunksize} to 500.  For a
  description how to determine whether this is necessary see the
  documentation of @code{tramp-chunksize}.
- 
  @end itemize
  
  
--- 2135,2140 ----




reply via email to

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