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 <bl...@debian.org> --- 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<rmem_alloc>,rb<rcv_buf>,t<wmem_alloc>,tb<snd_buf>,f<fwd_alloc>,w<wmem_queued>,o<opt_mem>,bl<back_log>) +skmem:(r<rmem_alloc>,rb<rcv_buf>,t<wmem_alloc>,tb<snd_buf>,f<fwd_alloc>, +.br +.RS +.RS +w<wmem_queued>,o<opt_mem>,bl<back_log>) +.RE +.RE .P .TP .B <rmem_alloc> -- 2.19.1