diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-27 05:33:04 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-27 05:33:04 +0000 |
commit | 346825df86466cf151be61b9429ef2c1734e66ea (patch) | |
tree | bd3e1ccd947b47f974c62b4113c5276416de2c9f /Doc/Zsh/zftpsys.yo | |
parent | a2159285e80508bb682d90a71270fbddada8bd05 (diff) | |
download | zsh-346825df86466cf151be61b9429ef2c1734e66ea.tar.gz zsh-346825df86466cf151be61b9429ef2c1734e66ea.tar.xz zsh-346825df86466cf151be61b9429ef2c1734e66ea.zip |
zsh-3.1.5-pws-24 zsh-3.1.5-pws-24
Diffstat (limited to 'Doc/Zsh/zftpsys.yo')
-rw-r--r-- | Doc/Zsh/zftpsys.yo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/zftpsys.yo b/Doc/Zsh/zftpsys.yo index 60f5be60d..d806a49b5 100644 --- a/Doc/Zsh/zftpsys.yo +++ b/Doc/Zsh/zftpsys.yo @@ -47,7 +47,7 @@ two letters `tt(zf)'. They may already have been installed on your system; otherwise, you will need to find them and copy them. The directory should appear as one of the elements of the tt($fpath) array (this should already be the case if they were installed), and at least the function tt(zfinit) -should be autoloaded; it will autoload the rest. Finally, to initialise +should be autoloaded; it will autoload the rest. Finally, to initialize the use of the system you need to call the tt(zfinit) function. The following code in your tt(.zshrc) will arrange for this; assume the functions are stored in the directory tt(~/myfns): @@ -59,7 +59,7 @@ zfinit) Note that tt(zfinit) assumes you are using the tt(zmodload) method to load the tt(zftp) command. If it is already built into the shell, change tt(zfinit) to tt(zfinit -n). It is helpful (though not essential) if the -call to tt(zfinit) appears after any code to initialise the new completion +call to tt(zfinit) appears after any code to initialize the new completion system, else unnecessary tt(compctl) commands will be given. texinode(Zftp Functions)(Miscellaneous Features)(Installation)(Zftp Function System) @@ -324,7 +324,7 @@ alter tt(zftp_chpwd) and tt(zftp_progress), in particular. startitem() item(tt(zfinit [ -n ]))( -As described above, this is used to initialise the zftp function system. +As described above, this is used to initialize the zftp function system. The tt(-n) option should be used if the zftp command is already built into the shell. ) |