diff --git a/nixos/modules/config/swap.nix b/nixos/modules/config/swap.nix index e262d0fb1c7e..0e08a986e925 100644 --- a/nixos/modules/config/swap.nix +++ b/nixos/modules/config/swap.nix @@ -46,7 +46,7 @@ let If not specified, the amount of data to read from `source` will be determined by cryptsetup. - See `{manpage}`cryptsetup-open(8)`` for details. + See {manpage}`cryptsetup-open(8)` for details. ''; }; @@ -60,7 +60,7 @@ let If not specified, the default sector size is determined from the underlying block device. - See `{manpage}`cryptsetup-open(8)`` for details. + See {manpage}`cryptsetup-open(8)` for details. ''; }; diff --git a/nixos/modules/services/hardware/thinkfan.nix b/nixos/modules/services/hardware/thinkfan.nix index 023c0be0e2c7..33f1ae422b2d 100644 --- a/nixos/modules/services/hardware/thinkfan.nix +++ b/nixos/modules/services/hardware/thinkfan.nix @@ -259,7 +259,7 @@ in description = '' Thinkfan settings. Use this option to configure thinkfan settings not exposed in a NixOS option or to bypass one. - Before changing this, read the `{manpage}`thinkfan.conf(5)`` + Before changing this, read the {manpage}`thinkfan.conf(5)` manpage and take a look at the example config file at '';