about summary refs log tree commit diff
path: root/nixos/modules/services/logging/awstats.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/logging/awstats.nix')
-rw-r--r--nixos/modules/services/logging/awstats.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/logging/awstats.nix b/nixos/modules/services/logging/awstats.nix
index 46054eade250..ad87c3bd907f 100644
--- a/nixos/modules/services/logging/awstats.nix
+++ b/nixos/modules/services/logging/awstats.nix
@@ -121,9 +121,9 @@ in
       type = types.nullOr types.str;
       default = null;
       example = "hourly";
-      description = ''
+      description = lib.mdDoc ''
         Specification of the time at which awstats will get updated.
-        (in the format described by <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>)
+        (in the format described by {manpage}`systemd.time(7)`)
       '';
     };
   };