summaryrefslogtreecommitdiffstats
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
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 constructsHEADmaster
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b97bb269a..523d0698a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-04-09 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Doc/Zsh/params.yo: missing space in list of cmdsubst
+ constructs
+
2026-04-08 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 54295: Doc/Zsh/arith.yo: document that floating point
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))(