diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2023-06-24 23:42:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 23:42:39 +0200 |
| commit | ace0ef2a26bc428e768a5926eae95a63cfcf8b52 (patch) | |
| tree | 60506865a377eedabf6b77e2da800775c2435d41 /modules/programs/man.nix | |
| parent | 6460468e7a3e1290f132fee4170ebeaa127f6f32 (diff) | |
| parent | 9d6702cf2b81f5d0ef9d628d99e8deb45f84b454 (diff) | |
Merge pull request #707 from emilazy/options-markdown-migration
Migrate option documentation to Markdown
Diffstat (limited to 'modules/programs/man.nix')
| -rw-r--r-- | modules/programs/man.nix | 6 |
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`. ''; }; |
