diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-04-29 19:08:37 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-03 12:26:43 -0400 |
commit | 23caf9baf2e9a3b83b8e739fb7d17151cd08280d (patch) | |
tree | 0ac7b298f0ee9adfe931eebb7e26591221ebe8f3 | |
parent | c41aa4b4da19688a24c04fba2562b9b2816badd6 (diff) |
man: s/similar/similarly/
-rw-r--r-- | man/systemd.network.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 2a20748376..8ebd72dbf2 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -829,11 +829,11 @@ <varlistentry> <term><varname>DUIDRawData=</varname></term> <listitem><para>Specifies the DHCP DUID bytes as a single newline-terminated, hexadecimal string, with each - byte separated by a ':'. A DHCPv6 client sends the DHCP Unique Identifier (DUID) and the interface Identity - Association Identifier (IAID) to a DHCP server when acquiring a dynamic IPv6 address. Similar, DHCPv4 clients - send the IAID and DUID to the DHCP server when acquiring a dynamic IPv4 address if - <option>ClientIdentifier=duid</option>. IAID and DUID allows a DHCP server to uniquely identify the machine - and the interface requesting a DHCP IP address.</para> + byte separated by a <literal>:</literal>. A DHCPv6 client sends the DHCP Unique Identifier (DUID) and the + interface Identity Association Identifier (IAID) to a DHCP server when acquiring a dynamic IPv6 + address. Similarly, DHCPv4 clients send the IAID and DUID to the DHCP server when acquiring a dynamic IPv4 + address if <option>ClientIdentifier=duid</option>. IAID and DUID allows a DHCP server to uniquely identify + the machine and the interface requesting a DHCP IP address.</para> <para>The DUID value specified here takes precedence over the DUID that systemd-networkd generates using the machine-id from the <filename>/etc/machine-id</filename> file, as well as the |