From fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 9 Apr 2026 07:41:47 +0200 Subject: unposted: missing space in list of cmdsubst constructs --- Doc/Zsh/params.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index dcd37aa6e..ecedc3862 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1083,7 +1083,7 @@ the shell. ) item(tt(cmdsubst))( Command substitution using of the tt(`)var(...)tt(`), -tt($+LPAR())var(...)tt(RPAR()),tt(${{)var(name)tt(}) var(...)tt(}), +tt($+LPAR())var(...)tt(RPAR()), tt(${{)var(name)tt(}) var(...)tt(}), tt(${|)var(...)tt(}), or tt(${ )var(...)tt( }) constructs. ) item(tt(equalsubst))( -- cgit v1.3.1