From 7f5047524c99b5e6b45bfdfc7916c950e9c84a0a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 2 Nov 2018 13:27:48 +0000 Subject: [PATCH] man: ss.8: break and indent long line 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 Signed-off-by: Stephen Hemminger --- 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 7a6572b17..699a12711 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.47.2