summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-28 20:42:37 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-29 17:02:23 +0100
commit1d3a473b4a0a4a0c49963297103af16ff6d841fa (patch)
tree691c36c7b57945a56de9cb77726aa84b4c27603a /man/systemd.link.xml
parent75909cc7e48d6ebfa7c61bee1b089dd4e1ba0b5f (diff)
downloadsystemd-1d3a473b4a0a4a0c49963297103af16ff6d841fa.tar.gz
man: use ellipses for ranges in range descriptions
… and in few other places ;)
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 8a57511889..0b7055bf59 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -413,7 +413,7 @@
<term><varname>TxQueueLength=</varname></term>
<listitem>
<para>Specifies the transmit queue length of the device in number of packets. An unsigned integer
- in the range 0..4294967294. When unset, the kernel's default will be used.</para>
+ in the range 0…4294967294. When unset, the kernel's default will be used.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -755,15 +755,15 @@
<listitem>
<para>Specifies the maximum size of a Generic Segment Offload (GSO) packet the
device should accept. The usual suffixes K, M, G, are supported and are
- understood to the base of 1024. An unsigned integer in the range 1—65536.
+ understood to the base of 1024. An unsigned integer in the range 1…65536.
Defaults to unset.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>GenericSegmentOffloadMaxSegments=</varname></term>
<listitem>
- <para>Specifies the maximum number of a Generic Segment Offload (GSO) segments the device should accept.
- An unsigned integer in the range 1—65535. Defaults to unset.</para>
+ <para>Specifies the maximum number of a Generic Segment Offload (GSO) segments the device should
+ accept. An unsigned integer in the range 1…65535. Defaults to unset.</para>
</listitem>
</varlistentry>