groff stiff complains about unbreakable lines: 96: warning [p 2, 3.0i]: can't break line
Indent it some more. Fixes: 7f5047524c99 ("man: ss.8: break and indent long line") Signed-off-by: Luca Boccassi <bl...@debian.org> --- man/man8/ss.8 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man/man8/ss.8 b/man/man8/ss.8 index f138c91a..553a6cf4 100644 --- a/man/man8/ss.8 +++ b/man/man8/ss.8 @@ -89,11 +89,17 @@ 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>, +skmem:(r<rmem_alloc>,rb<rcv_buf>,t<wmem_alloc>,tb<snd_buf>, .br .RS .RS -w<wmem_queued>,o<opt_mem>,bl<back_log>) +f<fwd_alloc>,w<wmem_queued>, +.RE +.RE +.br +.RS +.RS +o<opt_mem>,bl<back_log>) .RE .RE .P -- 2.20.1