1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

unposted: alter reference to process substitutions in redriction docs

This commit is contained in:
Peter Stephenson 2005-09-26 18:34:51 +00:00
parent 3bad367b6e
commit 4431ebe7c1
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-09-26 Peter Stephenson <pws@csr.com>
* unposted: Doc/Zsh/redirect.yo: alter text referring to process
substitutions slightly.
2005-09-26 Clint Adams <clint@zsh.org>
* 21763: Completion/Unix/Command/_baz: remove stray

View file

@ -200,9 +200,12 @@ ifzman(em(Simple Commands & Pipelines) in zmanref(zshmisc))\
ifnzman(noderef(Simple Commands & Pipelines))
is a shorthand for `tt(2>&1 |)'.
For output redirections only, if var(word) is of the form
`tt(>LPAR())var(list)tt(RPAR())' then the output is piped to the command
represented by var(list). See
The various forms of process substitution, `tt(<LPAR())var(list)tt(RPAR())',
and `tt(=LPAR())var(list)(RPAR())' for input and
`tt(>LPAR())var(list)tt(RPAR())' for output, are often used together with
redirection. For example, if var(word) in an output redirection is of the
form `tt(>LPAR())var(list)tt(RPAR())' then the output is piped to the
command represented by var(list). See
ifzman(\
em(Process Substitution) in zmanref(zshexpn))\
ifnzman(\