summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-02-05 05:41:30 +0100
committerGitHub <noreply@github.com>2020-02-05 13:41:30 +0900
commit427928caa4c0f6b2f34f27e801ac42a708ba9692 (patch)
tree59b10cf9f1e8cc63b11a3ca59615bfd20854b27b /man
parentf2f1b52c6f8b391d45138479329796ef75ea2a7d (diff)
downloadsystemd-427928caa4c0f6b2f34f27e801ac42a708ba9692.tar.gz
network: change "Gateway=dhcp" to "Gateway=_dhcp" (#14774)
This way we avoid confusion with a DNS name. Fixes #14773.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 1861def7da..9e0bf69a35 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1135,8 +1135,8 @@
<varlistentry>
<term><varname>Gateway=</varname></term>
<listitem>
- <para>Takes the gateway address or special value <literal>dhcp</literal>. If
- <literal>dhcp</literal>, then the gateway address provided by DHCP (or in the IPv6 case,
+ <para>Takes the gateway address or special value <literal>_dhcp</literal>. If
+ <literal>_dhcp</literal>, then the gateway address provided by DHCP (or in the IPv6 case,
provided by IPv6 RA) is used.</para>
</listitem>
</varlistentry>