diff options
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6dd38ea..5f0a703 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -795,7 +795,7 @@ Table=1234</programlisting></para> <varname>IPForward=</varname> to one of <literal>ipv4</literal>, <literal>ipv6</literal> or <literal>yes</literal>.</para> <para>Note. Any positive boolean values such as <literal>yes</literal> or - <literal>true</literal> are now deprecated. Please use one of the values in the above.</para> + <literal>true</literal> are now deprecated. Please use one of the values above.</para> <xi:include href="version-info.xml" xpointer="v219"/> </listitem> @@ -3494,7 +3494,7 @@ Address=192.168.0.1/24 Address=192.168.0.2/24 [DHCPServer] ServerAddress=192.168.0.1/24</programlisting> - are equivalent to the following. + are equivalent to the following: <programlisting>[Network] DHCPServer=yes Address=192.168.0.2/24 @@ -3856,7 +3856,7 @@ ServerAddress=192.168.0.1/24</programlisting> <listitem><para>Takes a timespan. Configures the retransmit time, used by clients to retransmit Neighbor Solicitation messages on address resolution and the Neighbor Unreachability Detection algorithm. - An integer the default unit of seconds, in the range 0…4294967295 msec. Defaults to 0.</para> + An integer, the default unit is seconds, in the range 0…4294967295 msec. Defaults to 0.</para> <xi:include href="version-info.xml" xpointer="v255"/> </listitem> @@ -3945,8 +3945,8 @@ ServerAddress=192.168.0.1/24</programlisting> <varlistentry> <term><varname>HomeAgent=</varname></term> - <listitem><para>Takes a boolean. Specifies that IPv6 router advertisements which indicates to hosts that - the router acts as a Home Agent and includes a Home Agent Option. Defaults to false. See + <listitem><para>Takes a boolean. Specifies that IPv6 router advertisements which indicate to hosts that + the router acts as a Home Agent and includes a Home Agent option. Defaults to false. See <ulink url="https://tools.ietf.org/html/rfc6275">RFC 6275</ulink> for further details.</para> <xi:include href="version-info.xml" xpointer="v255"/> @@ -3956,7 +3956,7 @@ ServerAddress=192.168.0.1/24</programlisting> <varlistentry> <term><varname>HomeAgentLifetimeSec=</varname></term> - <listitem><para>Takes a timespan. Specifies the lifetime of the Home Agent. An integer the default unit of seconds, + <listitem><para>Takes a timespan. Specifies the lifetime of the Home Agent. An integer, the default unit is seconds, in the range 1…65535. Defaults to the value set to <varname>RouterLifetimeSec=</varname>.</para> <xi:include href="version-info.xml" xpointer="v255"/> |