diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-04-09 07:41:47 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-04-09 07:43:36 +0200 |
| commit | fd57b657b7fa90d3db52dfeabf6f0de3db0d1aab (patch) | |
| tree | 06f1ec69f441ce848dc761c3d0f8685fecbe5ddc | |
| parent | 54295: document that floating point exceptions are ignored (diff) | |
| download | zsh-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 | |
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Doc/Zsh/params.yo | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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))( |
