unposted: fix a reference to Arithmetic Evaluation

This commit is contained in:
Jun-ichi Takimoto
2026-04-07 01:36:32 +09:00
parent e2aa560919
commit 4f95c6defd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2026-04-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* unposted: Doc/Zsh/expn.yo: fix a reference to Arithmetic
Evaluation.
2026-04-05 dana <dana@dana.is>
* Bao Trinh: github #156: Completion/Unix/Command/_git: fix

View File

@@ -1971,7 +1971,7 @@ A string of the form `tt($[)var(exp)tt(])' or
with the value of the arithmetic expression var(exp). var(exp) is
subjected to em(parameter expansion), em(command substitution)
and em(arithmetic expansion) before it is evaluated.
See noderef(Arithmetic Evaluation).
See sectref(Arithmetic Evaluation)(zshmisc).
texinode(Brace Expansion)(Filename Expansion)(Arithmetic Expansion)(Expansion)
sect(Brace Expansion)
cindex(brace expansion)