Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Cross-reference format in man pages
- X-seq: zsh-workers 55121
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: Cross-reference format in man pages
- Date: Tue, 25 Aug 2026 10:41:20 +0200
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=z6qNz0gg3WbF5c1+1AN3bEPzM1rLTKR+suhpHb37JM4=; fh=U0plK0J8oBJltcyD3KCzc7MTBA+MjvHzYPuuxmTFpdE=; b=LtySQoezJ4MPoG24WP5k/V5j3WVi9zr306OJ2qNeAMjqGPzqSQDxLrirwbtAojV4Ti S5knGqLUkQbBBxAMERbzAfL/Uys+EPhdrkRbqOpoldAWK/FG1JA/Dhmml/LAcAqlf+JP WqJJMXEs2Kry9Iot+ZQDO6PSkBC49GkzMND4cG+XtfeCQ2RBqQ0wQErtrTh6xE2UqCGq /xcS5USJirR+ffSQMjVw7fJ2EP63k4Tgix2RGJp7N0KCPfkhEXhJCQy1tPNn/e2Zoe8W AgodhTIrBJe6jzzOb4SFmbwxczqO4Yupxjl5JTpe7HbBIgSeo12YpamxOpM7oK4e5SDO dfUg==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1787647294; cv=none; d=google.com; s=arc-20260327; b=LeMawuygVHp8tfIKYlVjgYeJUy4YKVPqztjikrO3w/pjx2uwl2K7/bsuF/9dYvYCy/ DHfJB4RfdeHmgLG7cKf9Ees6dcwQ0oV3ujC537sfLg8aFO5LpNlOwvESnEkhOWVltGW7 8um+yhTMWbgKXFqwadFepHXasYryYxjyXwo1SaMGB9Zfe1WLe1Iht3xbiez3oKTljQyE 8pYeQSiIIelQps+nOXJA12KFq4DtRvaO+7SooRTEmHgxnPJvwcCoZBP1PE0n9dfjdiY0 D49mThhChTUWF/6jeTEwQhhrvORbcTFILeU7TZhVZdNgziU25V+7L6Yx8p++GbHbdT1e 3aZg==
- Archived-at: <https://zsh.org/workers/55121>
- In-reply-to: <2FC1A22C-8D74-4C47-9690-CF2717BC4F4D@kba.biglobe.ne.jp>
- 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> <2FC1A22C-8D74-4C47-9690-CF2717BC4F4D@kba.biglobe.ne.jp>
On Tue, Aug 25, 2026 at 9:28 AM Jun T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
>
> > 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.
No problem, but the below change would just result in
See FUNCTIONS in below(1).
which is still wrong, no?
> 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:
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author