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 <bluca@debian.org> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
a795211fe5
commit
7f5047524c
|
|
@ -89,7 +89,13 @@ an uuid of the socket
|
||||||
Show socket memory usage. The output format is:
|
Show socket memory usage. The output format is:
|
||||||
.RS
|
.RS
|
||||||
.P
|
.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
|
.P
|
||||||
.TP
|
.TP
|
||||||
.B <rmem_alloc>
|
.B <rmem_alloc>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue