summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorAndre Kalb <andre.kalb@sma.de>2022-07-13 23:56:50 +0200
committerAndre Kalb <andre.kalb@sma.de>2022-07-14 14:35:42 +0200
commit1df6201882607666daec13d7f7c056e8366ef5aa (patch)
tree8013bcb226599267e1d70d24ce9ee6a532340209 /man/systemd.network.xml
parent59c272316cf4977fd1332c7c9bc45b2dc2e11647 (diff)
downloadsystemd-1df6201882607666daec13d7f7c056e8366ef5aa.tar.gz
man/network: ServerAddress= drop "literal" from IP address ranges
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index d1eca399df..6717718304 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -2546,7 +2546,7 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
<varlistentry>
<term><varname>ServerAddress=</varname></term>
<listitem><para>Specifies server address for the DHCP server. Takes an IPv4 address with prefix
- length, for example <literal>192.168.0.1/24</literal>. This setting may be useful when the link on
+ length, for example 192.168.0.1/24. This setting may be useful when the link on
which the DHCP server is running has multiple static addresses. When unset, one of static addresses
in the link will be automatically selected. Defaults to unset.</para></listitem>
</varlistentry>