From: Yu Watanabe Date: Wed, 20 Feb 2019 10:02:31 +0000 (+0900) Subject: man: mention Address= can be specified once in [Address] section X-Git-Tag: v242-rc1~209^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e68898ed7ccb20f2a77208b40c893c14a3a6c7b;p=thirdparty%2Fsystemd.git man: mention Address= can be specified once in [Address] section --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index e354e485162..d44312a9419 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -818,15 +818,15 @@ Address= - As in the [Network] section. This - key is mandatory. + As in the [Network] section. This key is mandatory. Each + [Address] section can contain one Address= setting. Peer= The peer address in a point-to-point connection. - Accepts the same format as the Address + Accepts the same format as the Address= key. @@ -837,7 +837,7 @@ described in inet_pton3. This key only applies to IPv4 addresses. If it is not - given, it is derived from the Address + given, it is derived from the Address= key.