diff options
author | Tom Gundersen <teg@jklm.no> | 2015-06-14 18:47:41 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-06-14 18:47:41 +0200 |
commit | 7171ebcf2f10aa9a5ff4cff8a3f52a6ae12a01bb (patch) | |
tree | 4e22e9db4040eb375c2d57b07485708eaa708add | |
parent | 0b303327703f4049daeb1d7d799e3e2159f28763 (diff) | |
parent | e26cb3b79abcf1dfe906c034108f526eb38a62c6 (diff) |
Merge pull request #198 from ivuk/fix_typo_timesyncd_conf
Fix typos in man/timesyncd.conf.xml
-rw-r--r-- | man/timesyncd.conf.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index c297d3254c..ee054f9ef1 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -75,13 +75,13 @@ <varlistentry> <term><varname>NTP=</varname></term> - <listitem><para>A space separated list of NTP servers host + <listitem><para>A space separated list of NTP server host names or IP addresses. During runtime this list is combined with any per-interface NTP servers acquired from <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 the empty + responds. This setting defaults to an empty list.</para></listitem> </varlistentry> |