1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-06 12:58:22 +03:00

man/tc: Fix hexadecimals being with an O

This commit is contained in:
Raul Tambre 2023-02-15 16:21:21 +02:00 committed by Lennart Poettering
parent 729045ffae
commit 6b4dc4d2f8

View File

@ -12,7 +12,7 @@
<listitem> <listitem>
<para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>, <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 <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 0x1Oxffff separated with a specified as the major and minor numbers in hexadecimal in the range 0x10xffff separated with a
colon (<literal>major:minor</literal>). Defaults to <literal>root</literal>.</para> colon (<literal>major:minor</literal>). Defaults to <literal>root</literal>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -30,7 +30,7 @@
<listitem> <listitem>
<para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>, or a <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 qdisc identifier. The qdisc identifier is specified as the major and minor numbers in hexadecimal in
the range 0x1Oxffff separated with a colon (<literal>major:minor</literal>). Defaults to the range 0x10xffff separated with a colon (<literal>major:minor</literal>). Defaults to
<literal>root</literal>. <literal>root</literal>.
</para> </para>
</listitem> </listitem>
@ -40,7 +40,7 @@
<term><varname>ClassId=</varname></term> <term><varname>ClassId=</varname></term>
<listitem> <listitem>
<para>Configures the unique identifier of the class. It is specified as the major and minor numbers in <para>Configures the unique identifier of the class. It is specified as the major and minor numbers in
hexadecimal in the range 0x1Oxffff separated with a colon (<literal>major:minor</literal>). hexadecimal in the range 0x10xffff separated with a colon (<literal>major:minor</literal>).
Defaults to unset.</para> Defaults to unset.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>