From 4431ebe7c117ae951e8435326bad3bab1402fdb0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 26 Sep 2005 18:34:51 +0000 Subject: unposted: alter reference to process substitutions in redriction docs --- ChangeLog | 5 +++++ Doc/Zsh/redirect.yo | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b70a15158..a79681bc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-26 Peter Stephenson + + * unposted: Doc/Zsh/redirect.yo: alter text referring to process + substitutions slightly. + 2005-09-26 Clint Adams * 21763: Completion/Unix/Command/_baz: remove stray 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())' 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(\ -- cgit v1.2.3