summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-03-28 04:22:03 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-03-28 04:22:03 +0000
commit94f73ed646f81fb51d02e71ce32ec799f46e708b (patch)
tree3acc4c28ec98063dfc7f53c5be7f389b9e6b9bd7
parentac88d2bbefb45549c4960f7c4e4d58b98a0819ab (diff)
downloadzsh-94f73ed646f81fb51d02e71ce32ec799f46e708b.tar.gz
zsh-94f73ed646f81fb51d02e71ce32ec799f46e708b.zip
16895: cross-references to the `|&' and `>(...)' syntax.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/redirect.yo13
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f877364e6..c37326b21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-27 Bart Schaefer <schaefer@zsh.org>
+
+ * 16895: Doc/Zsh/redirect.yo: cross-references to the `|&' and
+ `>(...)' syntax.
+
2002-03-27 Oliver Kiddle <opk@zsh.org>
* 16913: Completion/Zsh/Command/_compdef, Doc/Zsh/compsys.yo:
diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo
index 308e85ae2..a8c2b907c 100644
--- a/Doc/Zsh/redirect.yo
+++ b/Doc/Zsh/redirect.yo
@@ -138,6 +138,19 @@ If the order of redirections were reversed,
file descriptor 2 would be associated
with the terminal (assuming file descriptor 1 had been)
and then file descriptor 1 would be associated with file var(fname).
+
+The `tt(|&)' command separator described in
+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
+ifzman(\
+em(Process Substitution) in zmanref(zshexpn))\
+ifnzman(\
+noderef(Process Substitution)).
sect(Multios)
cindex(multios)
pindex(MULTIOS, use of)