diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 8c5e67e70..65a337595 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1030,11 +1030,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 the tt(`)var(...)tt(`), +tt($+LPAR())var(...)tt(RPAR()), tt(${ )var(...)tt( }) or +tt(${|)var(...)tt(}) construct. ) 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. @@ -1062,13 +1063,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(sched))( Code executed by the tt(sched) builtin.