From 6b4dc4d2f8eb095c58fdd659d1c4cb4844ca2d50 Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Wed, 15 Feb 2023 16:21:21 +0200 Subject: [PATCH] man/tc: Fix hexadecimals being with an O --- man/tc.xml | 6 +++--- 1 file 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 @@ Configures the parent Queueing Discipline (qdisc). Takes one of root, clsact, ingress 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 (major:minor). Defaults to root. @@ -30,7 +30,7 @@ Configures the parent Queueing Discipline (qdisc). Takes one of root, 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 (major:minor). Defaults to + the range 0x1–0xffff separated with a colon (major:minor). Defaults to root. @@ -40,7 +40,7 @@ ClassId= 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 (major:minor). + hexadecimal in the range 0x1–0xffff separated with a colon (major:minor). Defaults to unset.