summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2020-10-30 16:16:31 -0700
committerAnita Zhang <the.anitazha@gmail.com>2020-11-03 20:25:53 -0800
commit5cecbae158ed05b2376a605c9c9ef71eeef81472 (patch)
treeeea01a83120cc70d5a84259c125c0ab1c72d31fc
parentd3dcf4e3b95e3d3149ee169dc13b43e2e1a02cec (diff)
downloadsystemd-5cecbae158ed05b2376a605c9c9ef71eeef81472.tar.gz
man: add <option> around default booleans in systemd.timer
-rw-r--r--man/systemd.timer.xml8
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>