Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Cross-reference format in man pages
- X-seq: zsh-workers 55119
- From: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Cross-reference format in man pages
- Date: Tue, 25 Aug 2026 16:14:02 +0900
- Archived-at: <https://zsh.org/workers/55119>
- In-reply-to: <CAHYJk3QnuEZdkAR5CjkTv1qOC=4vdAr6fEszEjH1j=Ke8T-apg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAE1FF68-40A0-46E0-AED1-E1FB62A57D72@kba.biglobe.ne.jp> <B0317D36-07B0-43D3-A8B2-EA2C050E5D52@kba.biglobe.ne.jp> <CAHYJk3QnuEZdkAR5CjkTv1qOC=4vdAr6fEszEjH1j=Ke8T-apg@mail.gmail.com>
> 2026/08/08 0:44、Mikael Magnusson <mikachu@xxxxxxxxx>のメール:
>
> Happened to notice this,
(snip)
> -the tt({) and tt(}). See noderef(Functions).
> +the tt({) and tt(}). See sectref(Functions)(blow).
(snip)
> Which results in this manpage output:
(snip)
> the list between the { and }. See FUNCTIONS in blow(1).
Sorry for slow response.
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index 8dbfd1164..46172aa19 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -371,7 +371,7 @@ Define a function which is referenced by any one of var(word).
Normally, only one var(word) is provided; multiple var(word)s
are usually only useful for setting traps.
The body of the function is the var(list) between
-the tt({) and tt(}). See sectref(Functions)(blow).
+the tt({) and tt(}). See sectref(Functions)(below).
The options of tt(function) have the following meanings:
Messages sorted by:
Reverse Date,
Date,
Thread,
Author