From: Zbigniew Jędrzejewski-Szmek Date: Fri, 14 May 2021 07:04:30 +0000 (+0200) Subject: man: reword descriptions of two DHCPv4 options X-Git-Tag: v249-rc1~228^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c55cefe2f4c91792bed4bbee9b57eb6ebbfed72;p=thirdparty%2Fsystemd.git man: reword descriptions of two DHCPv4 options --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 15ba1dfb06d..60f28abe30a 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1622,10 +1622,10 @@ IPv6Token=prefixstable:2002:da8:1:: SendHostname= - When true (the default), the machine's hostname will be sent to the DHCP server. - Note that the machine's hostname must consist only of 7-bit ASCII lower-case characters and - no spaces or dots, and be formatted as a valid DNS domain name. Otherwise, the hostname is not - sent even if this is set to true. + When true (the default), the machine's hostname (or the value specified with + Hostname= below) will be sent to the DHCP server. Note that the hostname must + consist only of 7-bit ASCII lower-case characters and no spaces or dots, and be formatted as a + valid DNS domain name. Otherwise, the hostname is not sent even if this option is true. @@ -1950,7 +1950,7 @@ IPv6Token=prefixstable:2002:da8:1:: ListenPort= - Allow setting custom port for the DHCP client to listen on. + Set the port from which the DHCP client packets originate.