1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-22 12:31:26 +01:00

33319: fix parens in example from 33312

This commit is contained in:
Barton E. Schaefer 2014-10-01 21:31:20 -07:00
parent 3aa5544638
commit c080bd52bc
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-10-01 Barton E. Schaefer <schaefer@zsh.org>
* 33319: Doc/Zsh/grammar.yo: fix parens in example from 33312
2014-10-02 Axel Beckert <abe@deuxchevaux.org>
* 33284: Mathieu Malaterre: Completion/Unix/Command/_{graphics,

View file

@ -356,7 +356,7 @@ forming a globbing pattern in that case.
In any of the forms above, a redirection may appear outside the
function body, for example
example(func() { ... } 2>&1)
example(func+LPAR()RPAR() { ... } 2>&1)
The redirection is stored with the function and applied whenever the
function is executed. Any variables in the redirection are expanded