From: Yu Watanabe Date: Thu, 4 Nov 2021 00:20:21 +0000 (+0900) Subject: man: use "…" for specifying ranges X-Git-Tag: v250-rc1~330^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69978eb9102ff7abd19afd4b7cd2467bc4643f6f;p=thirdparty%2Fsystemd.git man: use "…" for specifying ranges --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 7f7729cf4cd..39acb2a6a9c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1150,7 +1150,7 @@ Table=1234 Label= - The label for the prefix, an unsigned integer in the range 0–4294967294. + The label for the prefix, an unsigned integer in the range 0…4294967294. 0xffffffff is reserved. This setting is mandatory. @@ -1552,7 +1552,7 @@ Table=1234 TCPAdvertisedMaximumSegmentSize= Specifies the Path MSS (in bytes) hints given on TCP layer. The usual suffixes K, M, G, are - supported and are understood to the base of 1024. An unsigned integer in the range 1–4294967294. + supported and are understood to the base of 1024. An unsigned integer in the range 1…4294967294. When unset, the kernel's default will be used. @@ -2049,7 +2049,7 @@ Table=1234 Takes an IPv6 address with prefix length in the same format as the Address= in the [Network] section. The DHCPv6 client will include a prefix hint in the DHCPv6 solicitation sent to the server. The prefix length must be in the range - 1–128. Defaults to unset. + 1…128. Defaults to unset. @@ -3095,7 +3095,7 @@ Token=prefixstable:2002:da8:1:: Termination= - Takes a boolean or a termination resistor value in ohm in the range 0–65535. When + Takes a boolean or a termination resistor value in ohm in the range 0…65535. When yes, the termination resistor is set to 120 ohm. When no or 0 is set, the termination resistor is disabled. When unset, the kernel's default will be used. @@ -3209,7 +3209,7 @@ Token=prefixstable:2002:da8:1:: PacketLimit= Specifies the maximum number of packets the qdisc may hold queued at a time. - An unsigned integer in the range 0–4294967294. Defaults to 1000. + An unsigned integer in the range 0…4294967294. Defaults to 1000. @@ -3358,7 +3358,7 @@ Token=prefixstable:2002:da8:1:: PacketLimit= Specifies the hard limit on the queue size in number of packets. When this limit is reached, - incoming packets are dropped. An unsigned integer in the range 0–4294967294. Defaults to unset and + incoming packets are dropped. An unsigned integer in the range 0…4294967294. Defaults to unset and kernel's default is used. @@ -3420,7 +3420,7 @@ Token=prefixstable:2002:da8:1:: Specifies the hard limit on the number of packets in the FIFO queue. The size limit prevents overflow in case the kernel is unable to dequeue packets as quickly as it receives them. When this limit is reached, incoming packets are dropped. An unsigned integer in the range - 0–4294967294. Defaults to unset and kernel's default is used. + 0…4294967294. Defaults to unset and kernel's default is used. @@ -3475,8 +3475,9 @@ Token=prefixstable:2002:da8:1:: OverheadBytes= - Specifies that bytes to be addeded to the size of each packet. Bytes may be negative. Takes - an integer in the range from -64 to 256. Defaults to unset and kernel's default is used. + Specifies that bytes to be addeded to the size of each packet. Bytes may be negative. + Takes an integer in the range -64…256. Defaults to unset and kernel's default is used. + @@ -3496,7 +3497,7 @@ Token=prefixstable:2002:da8:1:: PacketLimit= Specifies the hard limit on the queue size in number of packets. When this limit is reached, - incoming packets are dropped. An unsigned integer in the range 0–4294967294. Defaults to unset and + incoming packets are dropped. An unsigned integer in the range 0…4294967294. Defaults to unset and kernel's default is used. @@ -3580,7 +3581,7 @@ Token=prefixstable:2002:da8:1:: Bands= - Specifies the number of bands. An unsigned integer in the range 1–16. This value has to be at + Specifies the number of bands. An unsigned integer in the range 1…16. This value has to be at least large enough to cover the strict bands specified through the StrictBands= and bandwidth-sharing bands specified in QuantumBytes=. @@ -3590,7 +3591,7 @@ Token=prefixstable:2002:da8:1:: StrictBands= Specifies the number of bands that should be created in strict mode. An unsigned integer in - the range 1–16. + the range 1…16. @@ -3962,7 +3963,7 @@ Token=prefixstable:2002:da8:1:: PacketLimit= Specifies the hard limit on the queue size in number of packets. When this limit is reached, - incoming packets are dropped. An unsigned integer in the range 0–4294967294. Defaults to unset and + incoming packets are dropped. An unsigned integer in the range 0…4294967294. Defaults to unset and kernel's default is used. @@ -4019,8 +4020,8 @@ Token=prefixstable:2002:da8:1:: VLAN= - The VLAN ID allowed on the port. This can be either a single ID or a range M-N. VLAN IDs are valid - from 1 to 4094. + The VLAN ID allowed on the port. This can be either a single ID or a range M-N. Takes + an integer in the range 1…4094.