summaryrefslogtreecommitdiff
path: root/man/tc.xml
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2023-02-15 16:21:21 +0200
committerLennart Poettering <lennart@poettering.net>2023-02-15 16:03:28 +0100
commit6b4dc4d2f8eb095c58fdd659d1c4cb4844ca2d50 (patch)
treeeae9a7ef2c1035797670a43095e61bf5b3925d15 /man/tc.xml
parent729045ffae23d230d868ce9c16c571792a3327b7 (diff)
downloadsystemd-6b4dc4d2f8eb095c58fdd659d1c4cb4844ca2d50.tar.gz
man/tc: Fix hexadecimals being with an O
Diffstat (limited to 'man/tc.xml')
-rw-r--r--man/tc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/tc.xml b/man/tc.xml
index e5c70d4a18..8d39be3d19 100644
--- a/man/tc.xml
+++ b/man/tc.xml
@@ -12,7 +12,7 @@
<listitem>
<para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>,
<literal>clsact</literal>, <literal>ingress</literal> or a class identifier. The class identifier is
- specified as the major and minor numbers in hexadecimal in the range 0x1–Oxffff separated with a
+ specified as the major and minor numbers in hexadecimal in the range 0x1–0xffff separated with a
colon (<literal>major:minor</literal>). Defaults to <literal>root</literal>.</para>
</listitem>
</varlistentry>
@@ -30,7 +30,7 @@
<listitem>
<para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>, or a
qdisc identifier. The qdisc identifier is specified as the major and minor numbers in hexadecimal in
- the range 0x1–Oxffff separated with a colon (<literal>major:minor</literal>). Defaults to
+ the range 0x1–0xffff separated with a colon (<literal>major:minor</literal>). Defaults to
<literal>root</literal>.
</para>
</listitem>
@@ -40,7 +40,7 @@
<term><varname>ClassId=</varname></term>
<listitem>
<para>Configures the unique identifier of the class. It is specified as the major and minor numbers in
- hexadecimal in the range 0x1–Oxffff separated with a colon (<literal>major:minor</literal>).
+ hexadecimal in the range 0x1–0xffff separated with a colon (<literal>major:minor</literal>).
Defaults to unset.</para>
</listitem>
</varlistentry>