From d3e5636b621faf2c94bbfea66ea607dc8227a645 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 25 Feb 2026 20:14:29 +0200 Subject: [PATCH] doc/documentation.man: use {.note} macro for man-db note Followup to: https://github.com/NixOS/nixpkgs/pull/488395#pullrequestreview-3850806387 Co-Authored-By: sandro.jaeckel@gmail.com --- nixos/modules/misc/documentation.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/modules/misc/documentation.nix b/nixos/modules/misc/documentation.nix index 462575f17e81..516bf903187b 100644 --- a/nixos/modules/misc/documentation.nix +++ b/nixos/modules/misc/documentation.nix @@ -282,8 +282,11 @@ in default = false; description = '' Whether to generate the manual page index caches at runtime using - a systemd service. Note that this is currently only supported by the - man-db module. + a systemd service. + + ::: {.note} + This is currently only supported by the man-db module. + ::: ''; };