nixos/treewide: systemd.time is in manvolume 7

cc #23396

+11 -11
+1 -1
nixos/modules/installer/tools/auto-upgrade.nix
··· 48 48 description = '' 49 49 Specification (in the format described by 50 50 <citerefentry><refentrytitle>systemd.time</refentrytitle> 51 - <manvolnum>5</manvolnum></citerefentry>) of the time at 51 + <manvolnum>7</manvolnum></citerefentry>) of the time at 52 52 which the update will occur. 53 53 ''; 54 54 };
+1 -1
nixos/modules/programs/venus.nix
··· 45 45 description = '' 46 46 Specification (in the format described by 47 47 <citerefentry><refentrytitle>systemd.time</refentrytitle> 48 - <manvolnum>5</manvolnum></citerefentry>) of the time at 48 + <manvolnum>7</manvolnum></citerefentry>) of the time at 49 49 which the Venus will collect feeds. 50 50 ''; 51 51 };
+1 -1
nixos/modules/security/acme.nix
··· 110 110 description = '' 111 111 Systemd calendar expression when to check for renewal. See 112 112 <citerefentry><refentrytitle>systemd.time</refentrytitle> 113 - <manvolnum>5</manvolnum></citerefentry>. 113 + <manvolnum>7</manvolnum></citerefentry>. 114 114 ''; 115 115 }; 116 116
+1 -1
nixos/modules/services/logging/awstats.nix
··· 38 38 Specification of the time at which awstats will get updated. 39 39 (in the format described by <citerefentry> 40 40 <refentrytitle>systemd.time</refentrytitle> 41 - <manvolnum>5</manvolnum></citerefentry>) 41 + <manvolnum>7</manvolnum></citerefentry>) 42 42 ''; 43 43 }; 44 44
+1 -1
nixos/modules/services/misc/nix-gc.nix
··· 26 26 description = '' 27 27 Specification (in the format described by 28 28 <citerefentry><refentrytitle>systemd.time</refentrytitle> 29 - <manvolnum>5</manvolnum></citerefentry>) of the time at 29 + <manvolnum>7</manvolnum></citerefentry>) of the time at 30 30 which the garbage collector will run. 31 31 ''; 32 32 };
+1 -1
nixos/modules/services/misc/nix-optimise.nix
··· 26 26 description = '' 27 27 Specification (in the format described by 28 28 <citerefentry><refentrytitle>systemd.time</refentrytitle> 29 - <manvolnum>5</manvolnum></citerefentry>) of the time at 29 + <manvolnum>7</manvolnum></citerefentry>) of the time at 30 30 which the optimiser will run. 31 31 ''; 32 32 };
+3 -3
nixos/modules/system/boot/systemd-unit-options.nix
··· 328 328 Automatically start this unit at the given date/time, which 329 329 must be in the format described in 330 330 <citerefentry><refentrytitle>systemd.time</refentrytitle> 331 - <manvolnum>5</manvolnum></citerefentry>. This is equivalent 331 + <manvolnum>7</manvolnum></citerefentry>. This is equivalent 332 332 to adding a corresponding timer unit with 333 333 <option>OnCalendar</option> set to the value given here. 334 334 ''; ··· 375 375 Each attribute in this set specifies an option in the 376 376 <literal>[Timer]</literal> section of the unit. See 377 377 <citerefentry><refentrytitle>systemd.timer</refentrytitle> 378 - <manvolnum>5</manvolnum></citerefentry> and 378 + <manvolnum>7</manvolnum></citerefentry> and 379 379 <citerefentry><refentrytitle>systemd.time</refentrytitle> 380 - <manvolnum>5</manvolnum></citerefentry> for details. 380 + <manvolnum>7</manvolnum></citerefentry> for details. 381 381 ''; 382 382 }; 383 383
+1 -1
nixos/modules/tasks/filesystems/zfs.nix
··· 234 234 description = '' 235 235 Systemd calendar expression when to scrub ZFS pools. See 236 236 <citerefentry><refentrytitle>systemd.time</refentrytitle> 237 - <manvolnum>5</manvolnum></citerefentry>. 237 + <manvolnum>7</manvolnum></citerefentry>. 238 238 ''; 239 239 }; 240 240
+1 -1
nixos/modules/virtualisation/rkt.nix
··· 22 22 description = '' 23 23 Specification (in the format described by 24 24 <citerefentry><refentrytitle>systemd.time</refentrytitle> 25 - <manvolnum>5</manvolnum></citerefentry>) of the time at 25 + <manvolnum>7</manvolnum></citerefentry>) of the time at 26 26 which the garbage collector will run. 27 27 ''; 28 28 };