diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-06 07:08:07 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-06 07:08:18 +0800 |
commit | d759d8b20c5f2cf8142ce60c73ddaaec901d0880 (patch) | |
tree | 54e65529d5bee6a07dd5dd2ecd858bc34c0a36c3 | |
parent | c633b87ef4dd0f0831e9c4e2f8ebc2d543924c8a (diff) |
systemd net cfg: fix unclosed <...>
-rw-r--r-- | chapter09/networkd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml index a80a5ba39..63e67d000 100644 --- a/chapter09/networkd.xml +++ b/chapter09/networkd.xml @@ -349,7 +349,7 @@ EOF</userinput></screen> changed for specific uses or requirements (if assigned an IP address by a network/system administrator and the machine will be connected to an existing network). The optional alias name(s) can be omitted, and the - <replaceable><192.168.0.2</replaceable> line can be omitted if you + <replaceable><192.168.0.2></replaceable> line can be omitted if you are using a connection configured with DHCP or IPv6 Autoconfiguration.</para> <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents |