summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorMárton Boros <martonboros@gmail.com>2018-10-03 14:39:36 +0200
committerGitHub <noreply@github.com>2018-10-03 14:39:36 +0200
commitd8a555d81904b6c92c5ac0502235260111ff0e7a (patch)
tree8c803cf9ea5ed2cc732f008200855c53f6da92f1 /nixos/modules/system
parent22e39f642bf8e8d04fabc068bcd77503e424b7d8 (diff)
downloadnixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.tar
nixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.tar.gz
nixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.tar.bz2
nixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.tar.lz
nixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.tar.xz
nixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.tar.zst
nixlib-d8a555d81904b6c92c5ac0502235260111ff0e7a.zip
Fix systemd timer unit documentation
Fixes #36210
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd-unit-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd-unit-options.nix b/nixos/modules/system/boot/systemd-unit-options.nix
index 2cff25a8c854..5f2bec5c34ae 100644
--- a/nixos/modules/system/boot/systemd-unit-options.nix
+++ b/nixos/modules/system/boot/systemd-unit-options.nix
@@ -394,7 +394,7 @@ in rec {
         Each attribute in this set specifies an option in the
         <literal>[Timer]</literal> section of the unit.  See
         <citerefentry><refentrytitle>systemd.timer</refentrytitle>
-        <manvolnum>7</manvolnum></citerefentry> and
+        <manvolnum>5</manvolnum></citerefentry> and
         <citerefentry><refentrytitle>systemd.time</refentrytitle>
         <manvolnum>7</manvolnum></citerefentry> for details.
       '';