From d68f68bec7414a6c3e58595ccae7800f215c085e Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 12 Jun 2026 23:43:51 +0000 Subject: [PATCH] chore(docs): regenerate man page, HTML docs, and wiki --- docs/fish-config.1 | 4 ++-- docs/html/15-11-viewing-this-manual.html | 5 +++-- docs/wiki/11-viewing-this-manual.md | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index 59b63e0..d3731e3 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -2510,8 +2510,8 @@ Opens the compiled docs/fish-config.1 directly via man -l, bypassing the pager fallback chain. If a section keyword is given, the pager opens at the nearest matching heading. -The symlink and MANPATH are also configured automatically on shell start -for the standard invocation: +The symlink is created once on first run (like an install step) and +MANPATH is set each session, enabling the standard invocation: .IP .nf \f[C] diff --git a/docs/html/15-11-viewing-this-manual.html b/docs/html/15-11-viewing-this-manual.html index 172af0e..b3d65f7 100644 --- a/docs/html/15-11-viewing-this-manual.html +++ b/docs/html/15-11-viewing-this-manual.html @@ -509,8 +509,9 @@ q quit help config pkg --man

Opens the compiled docs/fish-config.1 directly via man -l, bypassing the pager fallback chain. If a section keyword is given, the pager opens -at the nearest matching heading. The symlink and MANPATH are also -configured automatically on shell start for the standard invocation:

+at the nearest matching heading. The symlink is created once on first +run (like an install step) and MANPATH is set each session, enabling the +standard invocation:

man fish-config

NOTE: fish-config (hyphen) is this config's man page. fish_config (underscore) is fish's built-in browser-based configuration tool — a diff --git a/docs/wiki/11-viewing-this-manual.md b/docs/wiki/11-viewing-this-manual.md index cc8e6d6..5b3330c 100644 --- a/docs/wiki/11-viewing-this-manual.md +++ b/docs/wiki/11-viewing-this-manual.md @@ -31,8 +31,9 @@ navigation. Opens the compiled docs/fish-config.1 directly via man -l, bypassing the pager fallback chain. If a section keyword is given, the pager opens -at the nearest matching heading. The symlink and MANPATH are also -configured automatically on shell start for the standard invocation: +at the nearest matching heading. The symlink is created once on first +run (like an install step) and MANPATH is set each session, enabling +the standard invocation: man fish-config