about summary refs log tree commit diff
path: root/nixos/modules/services/audio
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-01-21 11:06:46 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-01-21 18:08:38 +0100
commit363158603a419725bb088aeeb264ecf6a60fe4fd (patch)
tree0160e2ef4197176812a9c365a8826b10e3a4c5e8 /nixos/modules/services/audio
parent5305f766fd4386f69a8f37fdb279763ef9d32a2e (diff)
downloadnixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.tar
nixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.gz
nixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.bz2
nixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.lz
nixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.xz
nixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.zst
nixlib-363158603a419725bb088aeeb264ecf6a60fe4fd.zip
nixos: fix backticks in Markdown descriptions
Diffstat (limited to 'nixos/modules/services/audio')
-rw-r--r--nixos/modules/services/audio/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/mpd.nix b/nixos/modules/services/audio/mpd.nix
index ba1e4716c9b9..3c853973c872 100644
--- a/nixos/modules/services/audio/mpd.nix
+++ b/nixos/modules/services/audio/mpd.nix
@@ -102,7 +102,7 @@ in {
           Extra directives added to to the end of MPD's configuration file,
           mpd.conf. Basic configuration like file location and uid/gid
           is added automatically to the beginning of the file. For available
-          options see `man 5 mpd.conf`'.
+          options see {manpage}`mpd.conf(5)`.
         '';
       };