diff --git a/nixos/modules/misc/documentation.nix b/nixos/modules/misc/documentation.nix
index d107a1abbc56..8f09568ee093 100644
--- a/nixos/modules/misc/documentation.nix
+++ b/nixos/modules/misc/documentation.nix
@@ -114,7 +114,16 @@ in
description = ''
Whether to generate the manual page index caches.
This allows searching for a page or
- keyword using utilities like apropos(1).
+ keyword using utilities like
+
+ apropos
+ 1
+
+ and the -k option of
+
+ man
+ 1
+ .
'';
};