about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authoraleksana <me@aleksana.moe>2023-12-25 14:52:46 +0800
committersternenseemann <sternenseemann@systemli.org>2024-03-20 00:56:18 +0100
commit7b715c5023ecf745d4a1056f4f5053d5b7c1ce91 (patch)
tree8e1a9aee3f0d869c43d37466006535f4bfa9f871 /nixos/doc/manual
parentb60f6b118bb0a7a2b5a91f5712ee41c150dbd0a8 (diff)
downloadnixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.tar
nixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.tar.gz
nixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.tar.bz2
nixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.tar.lz
nixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.tar.xz
nixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.tar.zst
nixlib-7b715c5023ecf745d4a1056f4f5053d5b7c1ce91.zip
nixos/mandoc: add release note to reflect manpath changes
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 9df4f4be80b0..e737fe0e81df 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -456,3 +456,6 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   The previous native backends remain available but are now minimally maintained. Refer to [upstream documentation](https://doc.qt.io/qt-6/qtmultimedia-index.html#ffmpeg-as-the-default-backend) for further details about each platform.
 
 - The oil shell's c++ version is now available as `oils-for-unix`. The python version is still available as `oil`
+
+- `documentation.man.mandoc` now by default uses `MANPATH` to set the directories where mandoc will search for manual pages.
+  This enables mandoc to find manual pages in Nix profiles. To set the manual search paths via the `mandoc.conf` configuration file like before, use `documentation.man.mandoc.settings.manpath` instead.