Fix warning in tc-skbprio.8 manpage
". If" gets interpreted as a macro, so move the period to the previous
line:
33: warning: macro `If' not defined
Fixes: 141b55f854 ("Add SKB Priority qdisc support in tc(8)")
Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7f5047524c
commit
a6bb5b9e7c
|
|
@ -29,8 +29,8 @@ While SKB Priority Queue is agnostic to how
|
||||||
.B skb->priority
|
.B skb->priority
|
||||||
is assigned. A typical use case is to copy
|
is assigned. A typical use case is to copy
|
||||||
the 6-bit DS field of IPv4 and IPv6 packets using
|
the 6-bit DS field of IPv4 and IPv6 packets using
|
||||||
.BR tc-skbedit (8)
|
.BR tc-skbedit (8).
|
||||||
. If
|
If
|
||||||
.B skb->priority
|
.B skb->priority
|
||||||
is greater or equal to 64, the priority is assumed to be 63.
|
is greater or equal to 64, the priority is assumed to be 63.
|
||||||
Priorities less than 64 are taken at face value.
|
Priorities less than 64 are taken at face value.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue