From: Luca Boccassi Date: Fri, 2 Nov 2018 15:27:31 +0000 (+0000) Subject: Fix warning in tc-skbprio.8 manpage X-Git-Tag: v4.20.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6bb5b9e7c8746045fe84fe220f6462f9af9ae91;p=thirdparty%2Fiproute2.git 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: 141b55f8544e ("Add SKB Priority qdisc support in tc(8)") Signed-off-by: Luca Boccassi Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/tc-skbprio.8 b/man/man8/tc-skbprio.8 index 844bbf46a..a0a316bad 100644 --- a/man/man8/tc-skbprio.8 +++ b/man/man8/tc-skbprio.8 @@ -29,8 +29,8 @@ While SKB Priority Queue is agnostic to how .B skb->priority is assigned. A typical use case is to copy the 6-bit DS field of IPv4 and IPv6 packets using -.BR tc-skbedit (8) -. If +.BR tc-skbedit (8). +If .B skb->priority is greater or equal to 64, the priority is assumed to be 63. Priorities less than 64 are taken at face value.