# HG changeset patch # User Thien-Thi Nguyen # Date 1066423536 0 # Node ID 4c969f6bcb015299d745e63187c73cf16e97ba1a # Parent 34fccd9658c6028a056178abcf42becd5dd58721 (Inline methods): Small grammar fix. diff -r 34fccd9658c6 -r 4c969f6bcb01 man/tramp.texi --- a/man/tramp.texi Thu Oct 16 19:26:49 2003 +0000 +++ b/man/tramp.texi Fri Oct 17 20:45:36 2003 +0000 @@ -33,7 +33,7 @@ Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -@quotation +@quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no @@ -635,7 +635,7 @@ @cindex sshx method @cindex Cygwin (with sshx method) -As you expect, this is similar to @option{ssh}, only a little +As you would expect, this is similar to @option{ssh}, only a little different. Whereas @option{ssh} opens a normal interactive shell on the remote host, this option uses @samp{ssh -t -t @var{host} -l @var{user} /bin/sh} to open a connection. This is useful for users @@ -1109,7 +1109,7 @@ @defun tramp-set-completion-function method function-list This function sets @var{function-list} as list of completion functions -for @var{method}. +for @var{method}. Example: @example @@ -1744,7 +1744,7 @@ You can see it applying @kbd{C-h v file-name-handler-alist}: @example -file-name-handler-alist's value is +file-name-handler-alist's value is (("^/[^/:]*\\'" . ange-ftp-completion-hook-function) ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function) ("^/[^/]*$" . tramp-completion-file-name-handler) @@ -1931,7 +1931,7 @@ In the case of a remote file, the @code{shell-command} interface is used, with some wrapper code, to provide the same functionality on the -remote machine as would be seen on the local machine. +remote machine as would be seen on the local machine. @node Changed workfiles