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
This commit is contained in:
Doron Behar
2026-02-25 20:14:29 +02:00
parent a194baeffd
commit d3e5636b62
+5 -2
View File
@@ -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.
:::
'';
};