summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-04-09 07:41:47 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-04-09 07:43:36 +0200
commitfd57b657b7fa90d3db52dfeabf6f0de3db0d1aab (patch)
tree06f1ec69f441ce848dc761c3d0f8685fecbe5ddc /Doc
parent54295: document that floating point exceptions are ignored (diff)
downloadzsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.tar
zsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.tar.gz
zsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.tar.bz2
zsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.tar.lz
zsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.tar.xz
zsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.tar.zst
zsh-fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab.zip
unposted: missing space in list of cmdsubst constructs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
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))(