diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-09-06 16:13:09 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-09-06 16:13:09 +0000 |
commit | ba3ebac710d2e1f27631626d69f251707ba1a8f6 (patch) | |
tree | dda459ca92b9aa4f009be6063240be730d2adc51 /Doc/Zsh | |
parent | 7e528b4985e6cfb44683870f5e837833cf9c765a (diff) | |
download | zsh-ba3ebac710d2e1f27631626d69f251707ba1a8f6.tar.gz zsh-ba3ebac710d2e1f27631626d69f251707ba1a8f6.tar.xz zsh-ba3ebac710d2e1f27631626d69f251707ba1a8f6.zip |
29736: mention when zstyle -t returns 1.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_zutil.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo index 1838eab5e..726b0f055 100644 --- a/Doc/Zsh/mod_zutil.yo +++ b/Doc/Zsh/mod_zutil.yo @@ -101,7 +101,8 @@ style is defined for at least one matching pattern, has only one string in its value, and that is equal to one of `tt(true)', `tt(yes)', `tt(on)' or `tt(1)'. If any var(strings) are given the status is zero if and only if at least one of the var(strings) is equal to at least one of the strings -in the value. If the style is not defined, the status is tt(2). +in the value. If the style is defined but doesn't match, the return status +is tt(1). If the style is not defined, the status is tt(2). The tt(-T) option tests the values of the style like tt(-t), but it returns status zero (rather than tt(2)) if the style is not defined for any |