diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-21 18:27:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-21 18:27:36 +0000 |
commit | 60205c81b8e8d0b4f2ce2d17e3b8a32beeb29cdc (patch) | |
tree | 95d78c10c674f11afeb6aa598df2af5103fd3d40 /Doc/Zsh/zftpsys.yo | |
parent | d28807ea39203601ef16171aecbd61f8ef3d8b1e (diff) | |
download | zsh-60205c81b8e8d0b4f2ce2d17e3b8a32beeb29cdc.tar.gz zsh-60205c81b8e8d0b4f2ce2d17e3b8a32beeb29cdc.tar.xz zsh-60205c81b8e8d0b4f2ce2d17e3b8a32beeb29cdc.zip |
11478; 3.1.7-pre-4 zsh-3.1.7-pre-4
Diffstat (limited to 'Doc/Zsh/zftpsys.yo')
-rw-r--r-- | Doc/Zsh/zftpsys.yo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/zftpsys.yo b/Doc/Zsh/zftpsys.yo index 4291c9a23..284e1bfb8 100644 --- a/Doc/Zsh/zftpsys.yo +++ b/Doc/Zsh/zftpsys.yo @@ -279,7 +279,7 @@ file, but only the basename is used for the remote file name. With the option tt(-r), if any of the var(files) are directories they are sent recursively with all their subdirectories, including files beginning with `tt(.)'. This requires that the remote machine understand UNIX file -semantics. as `tt(/)' is used as a directory separator. +semantics, since `tt(/)' is used as a directory separator. ) findex(zfuput) item(tt(zfuput [ -vs ] var(file1) ...))( @@ -367,7 +367,7 @@ var(sess1) and var(sess2) must be distinct. The operation is performed using pipes, so it is required that the connections still be valid in a subshell, which is not the case under some -operating systems. +versions operating systems, presumably due to a system bug. ) enditem() @@ -376,7 +376,7 @@ The two functions tt(zfmark) and tt(zfgoto) allow you to `bookmark' the present location (host, user and directory) of the current FTP connection for later use. The file to be used for storing and retrieving bookmarks is given by the parameter tt($ZFTP_BMFILE); if not set when one of the two -functions is called, it will be set to the file tt(.zfbfmarks) in the +functions is called, it will be set to the file tt(.zfbkmarks) in the directory where your zsh startup files live (usually tt(~)). startitem() @@ -471,7 +471,7 @@ findex(zftp_chpwd, supplied version) item(tt(zftp_chpwd))( This function is called every time a connection is opened, or closed, or the remote directory changes. This version alters the title bar of an -tt(xterm) compatible or tt(sun-cmd) terminal emulator to reflect the +tt(xterm)-compatible or tt(sun-cmd) terminal emulator to reflect the local and remote hostnames and current directories. It works best when combined with the function tt(chpwd). In particular, a function of the form |