about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-06-18 04:03:31 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-06-18 04:03:31 +0000
commitbc6bb65030048fe41a4fb64d46faff1b68965333 (patch)
tree310ade43872f3b6b9c0d041b56cbe202859e4e69 /Doc/Zsh
parenteaa5427b57988cd34fc6018995282ae41fae01c0 (diff)
downloadzsh-bc6bb65030048fe41a4fb64d46faff1b68965333.tar.gz
zsh-bc6bb65030048fe41a4fb64d46faff1b68965333.tar.xz
zsh-bc6bb65030048fe41a4fb64d46faff1b68965333.zip
Undo merge of 21758 (revision 1.56) on this branch; source didn't merge cleanly.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/expn.yo9
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 2c705a141..7e35cd13e 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -346,15 +346,6 @@ process.  This may be used instead of the tt(<)
 form for a program that expects to lseek (see manref(lseek)(2))
 on the input file.
 
-There is an optimisation for substitutions of the form
-tt(=LPAR()<<<)var(arg)tt(RPAR()), where var(arg) is a single-word argument
-to the here-string redirection tt(<<<).  This form produces a file name
-containing the value of var(arg) after any substitutions have been
-performed.  This is handled entirely within the current shell.  This is
-effectively the reverse of the special form tt($LPAR()<)var(arg)tt(RPAR())
-which treats var(arg) as a file name and replaces it with the file's
-contents.
-
 The tt(=) form is useful as both the tt(/dev/fd) and the named pipe
 implementation of tt(<LPAR())var(...)tt(RPAR()) have drawbacks.  In 
 the former case, some programmes may automatically close the file