diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-28 20:42:37 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-29 17:02:23 +0100 |
commit | 1d3a473b4a0a4a0c49963297103af16ff6d841fa (patch) | |
tree | 691c36c7b57945a56de9cb77726aa84b4c27603a /man/systemd.netdev.xml | |
parent | man: various typos and other small issues (diff) | |
download | systemd-1d3a473b4a0a4a0c49963297103af16ff6d841fa.tar.xz systemd-1d3a473b4a0a4a0c49963297103af16ff6d841fa.zip |
man: use ellipses for ranges in range descriptions
… and in few other places ;)
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index baa734bcb2..a18d9aba07 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -550,7 +550,7 @@ <term><varname>BroadcastMulticastQueueLength=</varname></term> <listitem> <para>Specifies the length of the receive queue for broadcast/multicast packets. An unsigned - integer in the range 0—4294967294. Defaults to unset.</para> + integer in the range 0…4294967294. Defaults to unset.</para> </listitem> </varlistentry> </variablelist> @@ -608,7 +608,7 @@ <varlistentry> <term><varname>VNI=</varname></term> <listitem> - <para>The VXLAN Network Identifier (or VXLAN Segment ID). Takes a number in the range 1-16777215.</para> + <para>The VXLAN Network Identifier (or VXLAN Segment ID). Takes a number in the range 1…16777215.</para> </listitem> </varlistentry> <varlistentry> @@ -907,7 +907,7 @@ <varlistentry> <term><varname>PeerTunnelId=</varname></term> <listitem> - <para>Specifies the peer tunnel id. Takes a number in the range 1—4294967295. The value used must + <para>Specifies the peer tunnel id. Takes a number in the range 1…4294967295. The value used must match the <literal>TunnelId=</literal> value being used at the peer. This setting is compulsory. </para> </listitem> @@ -1390,7 +1390,7 @@ <varlistentry> <term><varname>ERSPANIndex=</varname></term> <listitem> - <para>Specifies the ERSPAN index field for the interface, an integer in the range 1-1048575 associated with + <para>Specifies the ERSPAN index field for the interface, an integer in the range 1…1048575 associated with the ERSPAN traffic's source port and direction. This field is mandatory. </para> </listitem> @@ -1442,7 +1442,7 @@ <para>The <varname>Protocol=</varname> specifies the protocol number of the packets arriving at the UDP port. When <varname>Encapsulation=FooOverUDP</varname>, this field is mandatory and is not set by default. Takes an IP protocol name such as <literal>gre</literal> or - <literal>ipip</literal>, or an integer within the range 1-255. When + <literal>ipip</literal>, or an integer within the range 1…255. When <varname>Encapsulation=GenericUDPEncapsulation</varname>, this must not be specified.</para> </listitem> </varlistentry> @@ -1801,7 +1801,7 @@ <varlistentry> <term><varname>AdActorSystemPriority=</varname></term> <listitem> - <para>Specifies the 802.3ad actor system priority. Takes a number in the range 1—65535.</para> + <para>Specifies the 802.3ad actor system priority. Takes a number in the range 1…65535.</para> </listitem> </varlistentry> |