diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-02-20 11:02:31 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-03-01 07:52:12 +0100 |
commit | 4e68898ed7ccb20f2a77208b40c893c14a3a6c7b (patch) | |
tree | 018bcbcf15ef1bb9f540b4c86815d65a505cf13c /man | |
parent | man: mention limit about prefix length when null address is specified to Addr... (diff) | |
download | systemd-4e68898ed7ccb20f2a77208b40c893c14a3a6c7b.tar.xz systemd-4e68898ed7ccb20f2a77208b40c893c14a3a6c7b.zip |
man: mention Address= can be specified once in [Address] section
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files 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 @@ <varlistentry> <term><varname>Address=</varname></term> <listitem> - <para>As in the <literal>[Network]</literal> section. This - key is mandatory.</para> + <para>As in the <literal>[Network]</literal> section. This key is mandatory. Each + <literal>[Address]</literal> section can contain one <varname>Address=</varname> setting.</para> </listitem> </varlistentry> <varlistentry> <term><varname>Peer=</varname></term> <listitem> <para>The peer address in a point-to-point connection. - Accepts the same format as the <literal>Address</literal> + Accepts the same format as the <varname>Address=</varname> key.</para> </listitem> </varlistentry> @@ -837,7 +837,7 @@ described in <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This key only applies to IPv4 addresses. If it is not - given, it is derived from the <literal>Address</literal> + given, it is derived from the <varname>Address=</varname> key.</para> </listitem> </varlistentry> |