Skip to content

Commit 9b65490

Browse files
committed
man: netdev: use … to specify range
1 parent f3fa44c commit 9b65490

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

man/systemd.netdev.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
<listitem>
460460
<para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header
461461
PCP field for outgoing frames. Takes a whitespace-separated list of unsigned integer pairs in the format
462-
<literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 14294967294.
462+
<literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 14294967294.
463463
Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset,
464464
the kernel's default will be used.
465465
</para>
@@ -470,7 +470,7 @@
470470
<listitem>
471471
<para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header
472472
PCP field for incoming frames. Takes a whitespace-separated list of unsigned integer pairs in the format
473-
<literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 14294967294.
473+
<literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 14294967294.
474474
Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset,
475475
the kernel's default will be used.
476476
</para>
@@ -1230,7 +1230,7 @@
12301230
value of zero means that a packet carrying that option may not enter
12311231
another tunnel before exiting the current tunnel.
12321232
(see <ulink url="https://tools.ietf.org/html/rfc2473#section-4.1.1"> RFC 2473</ulink>).
1233-
The valid range is 0255 and <literal>none</literal>. Defaults to 4.
1233+
The valid range is 0255 and <literal>none</literal>. Defaults to 4.
12341234
</para>
12351235
</listitem>
12361236
</varlistentry>
@@ -1789,7 +1789,7 @@
17891789
<listitem>
17901790
<para>Specifies the number of seconds between instances where the bonding
17911791
driver sends learning packets to each slave peer switch.
1792-
The valid range is 10x7fffffff; the default value is 1. This option
1792+
The valid range is 10x7fffffff; the default value is 1. This option
17931793
has an effect only for the balance-tlb and balance-alb modes.</para>
17941794
</listitem>
17951795
</varlistentry>
@@ -1914,7 +1914,7 @@
19141914
<para>Specifies the number of IGMP membership reports to be issued after
19151915
a failover event. One membership report is issued immediately after
19161916
the failover, subsequent packets are sent in each 200ms interval.
1917-
The valid range is 0255. Defaults to 1. A value of 0
1917+
The valid range is 0255. Defaults to 1. A value of 0
19181918
prevents the IGMP membership report from being issued in response
19191919
to the failover event.
19201920
</para>
@@ -1926,7 +1926,7 @@
19261926
<listitem>
19271927
<para>Specify the number of packets to transmit through a slave before
19281928
moving to the next one. When set to 0, then a slave is chosen at
1929-
random. The valid range is 065535. Defaults to 1. This option
1929+
random. The valid range is 065535. Defaults to 1. This option
19301930
only has effect when in balance-rr mode.
19311931
</para>
19321932
</listitem>
@@ -1941,7 +1941,7 @@
19411941
a peer notification is sent on the bonding device and each
19421942
VLAN sub-device. This is repeated at each link monitor interval
19431943
(ARPIntervalSec or MIIMonitorSec, whichever is active) if the number is
1944-
greater than 1. The valid range is 0255. The default value is 1.
1944+
greater than 1. The valid range is 0255. The default value is 1.
19451945
These options affect only the active-backup mode.
19461946
</para>
19471947
</listitem>

0 commit comments

Comments
 (0)