about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorStephane Chazelas <stephane@chazelas.org>2024-03-08 11:07:05 +0000
committerStephane Chazelas <stephane@chazelas.org>2024-03-08 11:07:05 +0000
commitfa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e (patch)
tree54fd310f911a4b6d22da45feabd4abba7ae3cbaf /Doc/Zsh
parent330821de01ebf1115079222f719c9a28cc26ff57 (diff)
downloadzsh-fa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e.tar.gz
zsh-fa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e.tar.xz
zsh-fa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e.zip
52704: improve zsh_eval_context documentation
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/params.yo11
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index d179a0d1d..9516c84de 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1031,11 +1031,12 @@ Code specified by the tt(-c) option to the command line that invoked
 the shell.
 )
 item(tt(cmdsubst))(
-Command substitution using the tt(`)var(...)tt(`) or
-tt($+LPAR())var(...)tt(RPAR()) construct.
+Command substitution using of the tt(`)var(...)tt(`),
+tt($+LPAR())var(...)tt(RPAR()), tt(${ )var(...)tt( }) or
+tt(${|)var(...)tt(}) constructs.
 )
 item(tt(equalsubst))(
-File substitution using the tt(=+LPAR())var(...)tt(RPAR()) construct.
+The tt(=+LPAR())var(...)tt(RPAR()) form of process substitution.
 )
 item(tt(eval))(
 Code executed by the tt(eval) builtin.
@@ -1063,13 +1064,13 @@ item(tt(globsort))(
 Code executed to order files by the tt(o) glob qualifier.
 )
 item(tt(insubst))(
-File substitution using the tt(<LPAR())var(...)tt(RPAR()) construct.
+The tt(<LPAR())var(...)tt(RPAR()) form of process substitution.
 )
 item(tt(loadautofunc))(
 Code read directly from a file to define an autoloaded function.
 )
 item(tt(outsubst))(
-File substitution using the tt(>LPAR())var(...)tt(RPAR()) construct.
+The tt(>LPAR())var(...)tt(RPAR()) form of process substitution.
 )
 item(tt(sched))(
 Code executed by the tt(sched) builtin.