summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd-unit-options.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-03-21 08:27:56 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-21 08:28:53 +0100
commitfb50cde71e3ffd149faca1a1762c245542a24875 (patch)
treee391ccee6a9b78defb3d1ceef2bde7bc5fb98145 /nixos/modules/system/boot/systemd-unit-options.nix
parent2adb9f8e1bd129bc43311422b998f8ed476cece2 (diff)
downloadnixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.tar
nixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.tar.gz
nixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.tar.bz2
nixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.tar.lz
nixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.tar.xz
nixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.tar.zst
nixpkgs-fb50cde71e3ffd149faca1a1762c245542a24875.zip
nixos/treewide: systemd.time is in manvolume 7
cc #23396
Diffstat (limited to 'nixos/modules/system/boot/systemd-unit-options.nix')
-rw-r--r--nixos/modules/system/boot/systemd-unit-options.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/system/boot/systemd-unit-options.nix b/nixos/modules/system/boot/systemd-unit-options.nix
index 904e41b019f..9be10a8283e 100644
--- a/nixos/modules/system/boot/systemd-unit-options.nix
+++ b/nixos/modules/system/boot/systemd-unit-options.nix
@@ -328,7 +328,7 @@ in rec {
         Automatically start this unit at the given date/time, which
         must be in the format described in
         <citerefentry><refentrytitle>systemd.time</refentrytitle>
-        <manvolnum>5</manvolnum></citerefentry>.  This is equivalent
+        <manvolnum>7</manvolnum></citerefentry>.  This is equivalent
         to adding a corresponding timer unit with
         <option>OnCalendar</option> set to the value given here.
       '';
@@ -375,9 +375,9 @@ 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>5</manvolnum></citerefentry> and
+        <manvolnum>7</manvolnum></citerefentry> and
         <citerefentry><refentrytitle>systemd.time</refentrytitle>
-        <manvolnum>5</manvolnum></citerefentry> for details.
+        <manvolnum>7</manvolnum></citerefentry> for details.
       '';
     };