about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-04-01 22:38:27 -0700
committerBart Schaefer <schaefer@zsh.org>2024-04-01 22:38:27 -0700
commit49c6978dbbb717847344e7cef99e4ee26f56d234 (patch)
treebe805c3ddda549eedebaf3c62ad13dcde8d64153 /Doc/Zsh/params.yo
parent76019f71742fab725011e4fd0402e941544cf5ab (diff)
downloadzsh-49c6978dbbb717847344e7cef99e4ee26f56d234.tar.gz
zsh-49c6978dbbb717847344e7cef99e4ee26f56d234.tar.xz
zsh-49c6978dbbb717847344e7cef99e4ee26f56d234.zip
52865: Documentation update for 52864
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 9516c84de..02ce796a9 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1032,8 +1032,8 @@ the shell.
 )
 item(tt(cmdsubst))(
 Command substitution using of the tt(`)var(...)tt(`),
-tt($+LPAR())var(...)tt(RPAR()), tt(${ )var(...)tt( }) or
-tt(${|)var(...)tt(}) constructs.
+tt($+LPAR())var(...)tt(RPAR()),tt(${{)var(name)tt(}) var(...)tt(}),
+tt(${|)var(...)tt(}), or tt(${ )var(...)tt( }) constructs.
 )
 item(tt(equalsubst))(
 The tt(=+LPAR())var(...)tt(RPAR()) form of process substitution.