summaryrefslogtreecommitdiff
path: root/modules/programs/man.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/man.nix')
-rw-r--r--modules/programs/man.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/programs/man.nix b/modules/programs/man.nix
index 949e393..fd0e018 100644
--- a/modules/programs/man.nix
+++ b/modules/programs/man.nix
@@ -8,9 +8,9 @@ with lib;
programs.man.enable = mkOption {
type = types.bool;
default = true;
- description = ''
- Whether to enable manual pages and the <command>man</command> command.
- This also includes "man" outputs of all <literal>systemPackages</literal>.
+ description = lib.mdDoc ''
+ Whether to enable manual pages and the {command}`man` command.
+ This also includes "man" outputs of all `systemPackages`.
'';
};