chore(docs): regenerate fish-config.1 man page

This commit is contained in:
Gitea Actions
2026-06-06 08:39:18 +00:00
parent 4117b0ddb6
commit cf56f58dcd
+10 -10
View File
@@ -1599,17 +1599,9 @@ q quit
bat --language=markdown --paging=always \[ti]/.config/fish/docs/fish-config.md
\f[R]
.fi
.SS As a man page (if compiled)
.IP
.nf
\f[C]
man -l \[ti]/.config/fish/docs/fish-config.1
\f[R]
.fi
.SS As a man page
.PP
If \[ti]/.local/share/man is on your MANPATH (set automatically by
conf.d/tricks.fish) and \[ti]/.local/share/man/man1/fish-config.1 is
symlinked to docs/fish-config.1, you can also use:
The symlink and MANPATH are configured automatically on shell start:
.IP
.nf
\f[C]
@@ -1617,6 +1609,14 @@ man fish-config
\f[R]
.fi
.PP
Or read the compiled file directly:
.IP
.nf
\f[C]
man -l \[ti]/.config/fish/docs/fish-config.1
\f[R]
.fi
.PP
NOTE: fish-config (hyphen) is this config\[cq]s man page.
fish_config (underscore) is fish\[cq]s built-in browser-based
configuration tool \[em] a completely separate command.