about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-01-28 18:22:36 -0800
committerBart Schaefer <schaefer@zsh.org>2024-01-28 18:22:36 -0800
commit18400b68e49b242da55ca3a465ea496d26f47938 (patch)
tree7ecd02834aad9b5b91ae5f7bda4fed4514ae8a19 /Doc/Zsh/expn.yo
parentd7cf4f25ebe2ec00b5e557e8202d74fa86a36062 (diff)
downloadzsh-18400b68e49b242da55ca3a465ea496d26f47938.tar.gz
zsh-18400b68e49b242da55ca3a465ea496d26f47938.tar.xz
zsh-18400b68e49b242da55ca3a465ea496d26f47938.zip
52510: document how ${ ... } et al. affect use of "private"; add index entries
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index e5506d469..2acfd08c9 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1915,6 +1915,9 @@ from the final replacement in this case, and it is subject to filename
 generation in the same way as `tt($LPAR())...tt(RPAR())' but is em(not)
 split on tt(IFS) unless the tt(SH_WORD_SPLIT) option is set.
 
+cindex(substitution, command, current shell)
+cindex(substitution, command, non forking)
+cindex(substitution, nofork)
 Substitutions of the form `tt(${|)var(param)tt(|)...tt(})' are similar,
 except that the substitution is replaced by the value of the parameter
 named by var(param).  No implicit save or restore applies to var(param)