diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-13 07:34:26 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-13 07:34:26 +0200 |
commit | 87cbe069e6dbb669a1e90114e9f15d2f6c4b0ed1 (patch) | |
tree | d1d3d59f4ff17ce1bb08211f69f2beab554813b5 /man/resolvectl.xml | |
parent | resolvectl: fix indentation (diff) | |
download | systemd-87cbe069e6dbb669a1e90114e9f15d2f6c4b0ed1.tar.xz systemd-87cbe069e6dbb669a1e90114e9f15d2f6c4b0ed1.zip |
man: drop unnecessary '=' after nta
Diffstat (limited to '')
-rw-r--r-- | man/resolvectl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml index 69c3c0f7ea..539a785f2b 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -283,7 +283,7 @@ <listitem><para>Revert the per-interface DNS configuration. If the DNS configuration is reverted all per-interface DNS setting are reset to their defaults, undoing all effects of <option>dns</option>, <option>domain</option>, <option>llmnr</option>, <option>mdns</option>, <option>dnssec</option>, - <option>privatedns</option>, <option>nta=</option>. Note that when a network interface disappears all + <option>privatedns</option>, <option>nta</option>. Note that when a network interface disappears all configuration is lost automatically, an explicit reverting is not necessary in that case.</para></listitem> </varlistentry> |