]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: empty string resets the list of NTP servers (#6984)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Oct 2017 09:09:32 +0000 (18:09 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 4 Oct 2017 09:09:32 +0000 (11:09 +0200)
man/timesyncd.conf.xml

index 8c86fd007422d4d185fb7fa1ccd49628e2acf36a..7c84e80d4d242af377b95f4449b220e3a03beec6 100644 (file)
@@ -80,7 +80,9 @@
         <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
         systemd-timesyncd will contact all configured system or
         per-interface servers in turn until one is found that
-        responds. This setting defaults to an empty
+        responds. When the empty string is assigned, the list of
+        NTP servers is reset, and all assignments prior to this one
+        will have no effect. This setting defaults to an empty
         list.</para></listitem>
       </varlistentry>
 
         <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
         take precedence over this setting, as do any servers set via
         <varname>NTP=</varname> above. This setting is hence only used
-        if no other NTP server information is known. If this option is
-        not given, a compiled-in list of NTP servers is used
-        instead.</para></listitem>
+        if no other NTP server information is known. When the empty
+        string is assigned, the list of NTP servers is reset,
+        and all assignments prior to this one will have no effect.
+        If this option is not given, a compiled-in list of NTP servers
+        is used instead.</para></listitem>
       </varlistentry>
 
     </variablelist>