diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-20 11:06:22 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-20 11:06:22 +0000 |
| commit | 40df7069cb3f0bcac939eab2337511a5ac5ef510 (patch) | |
| tree | 979d870a872f3b99f3e59c3ad8e8c75ab20f940f /Doc/Zsh/mod_zftp.yo | |
| parent | 22366: better handling for multibyte-character-containing words in vi widgets. (diff) | |
| download | zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.gz zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.bz2 zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.lz zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.xz zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.zst zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.zip | |
22360, 22365: support version 2 of Yodl
Diffstat (limited to 'Doc/Zsh/mod_zftp.yo')
| -rw-r--r-- | Doc/Zsh/mod_zftp.yo | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/Zsh/mod_zftp.yo b/Doc/Zsh/mod_zftp.yo index 66699db1b..de53cdbb3 100644 --- a/Doc/Zsh/mod_zftp.yo +++ b/Doc/Zsh/mod_zftp.yo @@ -112,8 +112,9 @@ silent, apart from messages printed by the tt($ZFTP_VERBOSE) mechanism, or error messages if the connection closes. There is no network overhead for this test. -The test is only supported on systems with either the tt(select(2)) or -tt(poll(2)) system calls; otherwise the message `tt(not +The test is only supported on systems with either the +tt(select+LPAR()2+RPAR()) or +tt(poll+LPAR()2+RPAR()) system calls; otherwise the message `tt(not supported on this system)' is printed instead. The tt(test) subcommand will automatically be called at the start of any @@ -496,6 +497,6 @@ all connections, and deleting a session changes the ordering of that information. On some operating systems, the control connection is not valid after a -fork(), so that operations in subshells, on the left hand side of a -pipeline, or in the background are not possible, as they should be. This -is presumably a bug in the operating system. +fork+LPAR()RPAR(), so that operations in subshells, on the left hand side +of a pipeline, or in the background are not possible, as they should be. +This is presumably a bug in the operating system. |
