diff options
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 1 | ||||
-rw-r--r-- | Doc/Zsh/mod_zselect.yo | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index f80ecb6e1..b93257058 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1195,6 +1195,7 @@ block on the second character. Use two instances of `tt(read -t -k)' if this is not what is wanted. ) enditem() + If the first argument contains a `tt(?)', the remainder of this word is used as a var(prompt) on standard error when the shell is interactive. diff --git a/Doc/Zsh/mod_zselect.yo b/Doc/Zsh/mod_zselect.yo index 23beef1e8..a374b2c34 100644 --- a/Doc/Zsh/mod_zselect.yo +++ b/Doc/Zsh/mod_zselect.yo @@ -36,7 +36,7 @@ The option `tt(-t) var(timeout)' specifies a timeout in hundredths of a second. This may be zero, in which case the file descriptors will simply be polled and tt(zselect) will return immediately. It is possible to call zselect with no file descriptors and a non-zero timeout for use as a -finer-grained replacement for `sleep'; not, however, the return status is +finer-grained replacement for `sleep'; note, however, the return status is always 1 for a timeout. The option `tt(-a) var(array)' indicates that tt(array) should be set to |