summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/redirect.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-09-26 18:34:51 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-09-26 18:34:51 +0000
commit4431ebe7c117ae951e8435326bad3bab1402fdb0 (patch)
treef0fae762dc2fd10e66c1d7a2214102b5fe5a9c0e /Doc/Zsh/redirect.yo
parent21763: Completion/Unix/Command/_baz: remove stray underscore. (diff)
downloadzsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.tar
zsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.tar.gz
zsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.tar.bz2
zsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.tar.lz
zsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.tar.xz
zsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.tar.zst
zsh-4431ebe7c117ae951e8435326bad3bab1402fdb0.zip
unposted: alter reference to process substitutions in redriction docs
Diffstat (limited to 'Doc/Zsh/redirect.yo')
-rw-r--r--Doc/Zsh/redirect.yo9
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo
index ba4d17a55..3877b2313 100644
--- a/Doc/Zsh/redirect.yo
+++ b/Doc/Zsh/redirect.yo
@@ -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(\