unposted: missing space in list of cmdsubst constructs

This commit is contained in:
Mikael Magnusson
2026-04-09 07:41:47 +02:00
parent b421af0e3e
commit fd57b657b7
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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))(