diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-28 14:12:12 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-01 13:40:52 +0100 |
commit | fc070a25742a2a0aa407a1ce0637db505e204c1d (patch) | |
tree | a3b5eccc64be6ca33c5dd2f46d2f82330b193402 /man/timesyncd.conf.xml | |
parent | 09d90814473bc88514d874f816ab5550f07d488a (diff) | |
download | systemd-fc070a25742a2a0aa407a1ce0637db505e204c1d.tar.gz |
man: describe the syntax for {Job,}{Running,}TimeoutSec=
Fixes #16644.
Also break the text into paragraphs to make it a bit easier to read.
Diffstat (limited to 'man/timesyncd.conf.xml')
-rw-r--r-- | man/timesyncd.conf.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 9554cbb378..3fd11cea04 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -73,7 +73,7 @@ the current server does not satisfy this limit, <command>systemd-timesyncd</command> will switch to a different server.</para> - <para>Takes a time value. The default unit is seconds, but other units may be specified, see + <para>Takes a time span value. The default unit is seconds, but other units may be specified, see <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Defaults to 5 seconds.</para></listitem> </varlistentry> @@ -85,8 +85,9 @@ minimum poll interval, and is adjusted within the specified limits in response to received packets. </para> - <para>Each setting takes a time value. The default unit is seconds, but other units may be specified, - see <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + <para>Each setting takes a time span value. The default unit is seconds, but other units may be + specified, see + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>. <varname>PollIntervalMinSec=</varname> defaults to 32 seconds and must not be smaller than 16 seconds. <varname>PollIntervalMaxSec=</varname> defaults to 34 min 8 s (2048 seconds) and must be larger than <varname>PollIntervalMinSec=</varname>.</para></listitem> @@ -97,7 +98,7 @@ <listitem><para>Specifies the minimum delay before subsequent attempts to contact a new NTP server are made.</para> - <para>Takes a time value. The default unit is seconds, but other units may be specified, see + <para>Takes a time span value. The default unit is seconds, but other units may be specified, see <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Defaults to 30 seconds and must not be smaller than 1 second.</para></listitem> </varlistentry> |