From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: [PATCH iproute2] man: ss.8: break and indent long line Date: Fri, 2 Nov 2018 13:27:48 +0000 Message-ID: <20181102132748.22178-1-bluca@debian.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: stephen@networkplumber.org, dsahern@gmail.com To: netdev@vger.kernel.org Return-path: Received: from mail-wr1-f54.google.com ([209.85.221.54]:45875 "EHLO mail-wr1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbeKBWfF (ORCPT ); Fri, 2 Nov 2018 18:35:05 -0400 Received: by mail-wr1-f54.google.com with SMTP id n5-v6so1964441wrw.12 for ; Fri, 02 Nov 2018 06:27:54 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Fixes groff warning: ss.8 92: warning [p 2, 2.8i]: can't break line And makes the line also more readable. Signed-off-by: Luca Boccassi --- This line is the example of an output, so you might not want to break it. Let me know if you prefer a different solution. man/man8/ss.8 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man/man8/ss.8 b/man/man8/ss.8 index 7a6572b1..699a1271 100644 --- a/man/man8/ss.8 +++ b/man/man8/ss.8 @@ -89,7 +89,13 @@ an uuid of the socket Show socket memory usage. The output format is: .RS .P -skmem:(r,rb,t,tb,f,w,o,bl) +skmem:(r,rb,t,tb,f, +.br +.RS +.RS +w,o,bl) +.RE +.RE .P .TP .B -- 2.19.1