diff options
author | Raul Tambre <raul@tambre.ee> | 2023-02-15 15:21:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-02-15 16:03:28 +0100 |
commit | 6b4dc4d2f8eb095c58fdd659d1c4cb4844ca2d50 (patch) | |
tree | eae9a7ef2c1035797670a43095e61bf5b3925d15 /man/tc.xml | |
parent | NEWS: mention that the default mDNS mode is now "yes" (diff) | |
download | systemd-6b4dc4d2f8eb095c58fdd659d1c4cb4844ca2d50.tar.xz systemd-6b4dc4d2f8eb095c58fdd659d1c4cb4844ca2d50.zip |
man/tc: Fix hexadecimals being with an O
Diffstat (limited to 'man/tc.xml')
-rw-r--r-- | man/tc.xml | 6 |
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> |