diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2020-10-31 00:16:31 +0100 |
---|---|---|
committer | Anita Zhang <the.anitazha@gmail.com> | 2020-11-04 05:25:53 +0100 |
commit | 5cecbae158ed05b2376a605c9c9ef71eeef81472 (patch) | |
tree | eea01a83120cc70d5a84259c125c0ab1c72d31fc /man/systemd.timer.xml | |
parent | fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ... (diff) | |
download | systemd-5cecbae158ed05b2376a605c9c9ef71eeef81472.tar.xz systemd-5cecbae158ed05b2376a605c9c9ef71eeef81472.zip |
man: add <option> around default booleans in systemd.timer
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r-- | man/systemd.timer.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 32f7814f8e..24c6dd50f8 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -276,7 +276,7 @@ when the system clock (<constant>CLOCK_REALTIME</constant>) jumps relative to the monotonic clock (<constant>CLOCK_MONOTONIC</constant>), or when the local system timezone is modified. These options can be used alone or in combination with other timer expressions (see above) within the same timer - unit. These options default to false.</para></listitem> + unit. These options default to <option>false</option>.</para></listitem> </varlistentry> <varlistentry> @@ -301,7 +301,7 @@ is nonetheless subject to the delay imposed by <varname>RandomizedDelaySec=</varname>. This is useful to catch up on missed runs of the service when the system was powered down. Note that this setting only has an effect on timers configured with <varname>OnCalendar=</varname>. Defaults to - <varname>false</varname>.</para> + <option>false</option>.</para> <para>Use <command>systemctl clean --what=state …</command> on the timer unit to remove the timestamp file maintained by this option from disk. In particular, use this command before uninstalling a timer @@ -317,7 +317,7 @@ from suspend, should it be suspended and if the system supports this. Note that this option will only make sure the system resumes on the appropriate times, it will not take care of suspending it again after any work that is to be done is finished. Defaults to - <varname>false</varname>.</para> + <option>false</option>.</para> <para>Note that this functionality requires privileges and is thus generally only available in the system service manager.</para> @@ -343,7 +343,7 @@ <varname>RemainAfterElapse=</varname> is on, starting the timer a second time has no effect. However, if <varname>RemainAfterElapse=</varname> is off and the timer unit was already unloaded, it can be started again, and thus the service can be triggered multiple times. Defaults to - <varname>yes</varname>.</para></listitem> + <option>true</option>.</para></listitem> </varlistentry> </variablelist> </refsect1> |