From 5d71609ff7fecf86766cc9b374a047044fbc7302 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Wed, 24 Sep 2025 14:45:51 +0200 Subject: [PATCH] Changelog: fix rst syntax for man page output --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9c6e7b27d..ba9b934d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -83,7 +83,7 @@ Improved terminal support ^^^^^^^^^^^^^^^^^^^^^^^^^ - Support for double, curly, dotted and dashed underlines, for use in ``fish_color_*`` variables and the :doc:`set_color builtin ` (:issue:`10957`). - Underlines can now be colored independent of text (:issue:`7619`). -- New documentation page `Terminal Compatibility `_ (also accessible via ``man fish-terminal-compatibility``) lists terminal control sequences used by fish. +- New documentation page :doc:`Terminal Compatibility ` (also accessible via ``man fish-terminal-compatibility``) lists terminal control sequences used by fish. Other improvements ------------------