1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

Mikael: 27279: doc tweaks

This commit is contained in:
Peter Stephenson 2009-09-18 09:50:49 +00:00
parent 0e007c30aa
commit 2f7f3307fa
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-09-18 Peter Stephenson <pws@csr.com>
* Mikael: 27279: Doc/Zsh/builtins.yo, Doc/Zsh/mod_zselect.yo:
minor tweaks.
2009-09-16 Peter Stephenson <pws@csr.com> 2009-09-16 Peter Stephenson <pws@csr.com>
* Baptiste Daroussin: 27277: Completion/BSD/Command/_csup: Improve * Baptiste Daroussin: 27277: Completion/BSD/Command/_csup: Improve
@ -12179,5 +12184,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4780 $ * $Revision: 1.4781 $
***************************************************** *****************************************************

View file

@ -1195,6 +1195,7 @@ block on the second character. Use two instances of `tt(read -t -k)' if
this is not what is wanted. this is not what is wanted.
) )
enditem() enditem()
If the first argument contains a `tt(?)', the remainder of this If the first argument contains a `tt(?)', the remainder of this
word is used as a var(prompt) on standard error when the shell word is used as a var(prompt) on standard error when the shell
is interactive. is interactive.

View file

@ -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 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 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 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. always 1 for a timeout.
The option `tt(-a) var(array)' indicates that tt(array) should be set to The option `tt(-a) var(array)' indicates that tt(array) should be set to