summaryrefslogtreecommitdiff
path: root/man/timedatectl.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-28 12:07:47 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-17 06:59:12 +0900
commit159a855b34c35484c28cf4b0178f93bc16447fac (patch)
tree3917ce586c64ba8021fd0df368f0bd3e35df9d93 /man/timedatectl.xml
parent65856bf2083e366ce4e4a2fd9e388bce3f8d3135 (diff)
downloadsystemd-159a855b34c35484c28cf4b0178f93bc16447fac.tar.gz
timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP servers
Diffstat (limited to 'man/timedatectl.xml')
-rw-r--r--man/timedatectl.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/timedatectl.xml b/man/timedatectl.xml
index b4b99103de..262b9126e7 100644
--- a/man/timedatectl.xml
+++ b/man/timedatectl.xml
@@ -227,6 +227,20 @@
<para>By default, empty properties are suppressed. Use <option>--all</option> to show those too.
To select specific properties to show, use <option>--property=</option>.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><command>ntp-servers <replaceable>INTERFACE</replaceable> <replaceable>SERVER</replaceable>…</command></term>
+
+ <listitem><para>Set the interface specific NTP servers. This command can be used only when the
+ interface is managed by <command>systemd-networkd</command>.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><command>revert <replaceable>INTERFACE</replaceable></command></term>
+
+ <listitem><para>Revert the interface specific NTP servers. This command can be used only when
+ the interface is managed by <command>systemd-networkd</command>.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect2>