man: ss.8: more line breaks
groff stiff complains about unbreakable lines:
96: warning [p 2, 3.0i]: can't break line
Indent it some more.
Fixes: 7f5047524c ("man: ss.8: break and indent long line")
Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
db4ad742e1
commit
cffeeb3946
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue