From 4e68898ed7ccb20f2a77208b40c893c14a3a6c7b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 20 Feb 2019 19:02:31 +0900 Subject: [PATCH] man: mention Address= can be specified once in [Address] section --- man/systemd.network.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index e354e48516..d44312a941 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.