From 2e9e1db0bd61760fe191389dab44260cc3b7d5c4 Mon Sep 17 00:00:00 2001 From: Claw Explorer Date: Thu, 26 Mar 2026 12:13:39 -0400 Subject: [PATCH] docs: fix man page cross-references to use proper man page notation Replace markdown-style links with .md suffixes in SEE ALSO sections with standard man page notation (e.g., **eza_colors**(5)). The .md extensions were appearing literally in rendered man pages, making the references non-functional. This also fixes the inline reference to eza_colors.5.md in the EZA_COLORS environment variable documentation. Fixes part of #981 --- man/eza.1.md | 5 ++--- man/eza_colors-explanation.5.md | 3 +-- man/eza_colors.5.md | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/man/eza.1.md b/man/eza.1.md index 4daeac48b..4c8a8eed0 100644 --- a/man/eza.1.md +++ b/man/eza.1.md @@ -343,7 +343,7 @@ See `https://no-color.org/` for details. Specifies the colour scheme used to highlight files based on their name and kind, as well as highlighting metadata and parts of the UI. -For more information on the format of these environment variables, see the [eza_colors.5.md](eza_colors.5.md) manual page. +For more information on the format of these environment variables, see the **eza_colors**(5) manual page. ## `EZA_OVERRIDE_GIT` @@ -395,5 +395,4 @@ Our infinite thanks to Benjamin ‘ogham’ Sago and all the other contributors SEE ALSO ======== -- [**eza_colors**(5)](eza_colors.5.md) -- [**eza_colors-explanation**(5)](eza_colors-explanation.5.md) +**eza_colors**(5), **eza_colors-explanation**(5) diff --git a/man/eza_colors-explanation.5.md b/man/eza_colors-explanation.5.md index f9b87d659..e4fb07ceb 100644 --- a/man/eza_colors-explanation.5.md +++ b/man/eza_colors-explanation.5.md @@ -228,5 +228,4 @@ You must name the file `theme.yml`, no matter the directory you specify. ## See also -- [**eza**(1)](eza.1.md) -- [**eza_colors**(5)](eza_colors.5.md) +**eza**(1), **eza_colors**(5) diff --git a/man/eza_colors.5.md b/man/eza_colors.5.md index d8e54ec90..55e51dab7 100644 --- a/man/eza_colors.5.md +++ b/man/eza_colors.5.md @@ -399,5 +399,4 @@ Our infinite thanks to Benjamin ‘ogham’ Sago and all the other contributors SEE ALSO ======== -- [**eza**(1)](eza.1.md) -- [**eza_colors-explanation**(5)](eza_colors-explanation.5.md) +**eza**(1), **eza_colors-explanation**(5)