From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: [PATCH iproute2 v2] Fix warning in tc-skbprio.8 manpage Date: Fri, 2 Nov 2018 15:27:31 +0000 Message-ID: <20181102152731.19837-1-bluca@debian.org> References: <20181102105741.25381-1-bluca@debian.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: stephen@networkplumber.org, dsahern@gmail.com, ecree@solarflare.com To: netdev@vger.kernel.org Return-path: Received: from mail-wm1-f68.google.com ([209.85.128.68]:35916 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726260AbeKCAfN (ORCPT ); Fri, 2 Nov 2018 20:35:13 -0400 Received: by mail-wm1-f68.google.com with SMTP id a8-v6so2227818wmf.1 for ; Fri, 02 Nov 2018 08:27:46 -0700 (PDT) In-Reply-To: <20181102105741.25381-1-bluca@debian.org> Sender: netdev-owner@vger.kernel.org List-ID: ". 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 --- v2: remove extra space to avoid making the full-stop bold. man/man8/tc-skbprio.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/tc-skbprio.8 b/man/man8/tc-skbprio.8 index 844bbf46..a0a316ba 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. -- 2.19.1