netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2] man ip-link: Fix indentation for 'ip link show' options
@ 2014-12-02 20:39 Vadim Kochan
  2014-12-03 17:18 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Vadim Kochan @ 2014-12-02 20:39 UTC (permalink / raw)
  To: netdev; +Cc: Vadim Kochan

BEFORE:
              The show command has additional formatting options:

       -s, -stats, -statistics
              output more statistics about packet usage.

       -d, -details
              output more detailed information.

       -h, -human, -human-readble
              output statistics with human readable values number followed by suffix

       -iec   print human readable rates in IEC units (ie. 1K = 1024).
AFTER:
       The show command has additional formatting options:

              -s, -stats, -statistics
                     output more statistics about packet usage.

              -d, -details
                     output more detailed information.

              -h, -human, -human-readble
                     output statistics with human readable values number followed by suffix

              -iec   print human readable rates in IEC units (ie. 1K = 1024).

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 man/man8/ip-link.8.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 9d4e3da..cdd0a42 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -688,8 +688,10 @@ only display running interfaces.
 .I DEVICE
 specifies the master device which enslaves devices to show.
 
+.TP
 The show command has additional formatting options:
 
+.RS
 .TP
 .BR "\-s" , " \-stats", " \-statistics"
 output more statistics about packet usage.
@@ -705,6 +707,7 @@ output statistics with human readable values number followed by suffix
 .TP
 .BR "\-iec"
 print human readable rates in IEC units (ie. 1K = 1024).
+.RE
 
 .SS  ip link help - display help
 
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2] man ip-link: Fix indentation for 'ip link show' options
  2014-12-02 20:39 [PATCH iproute2] man ip-link: Fix indentation for 'ip link show' options Vadim Kochan
@ 2014-12-03 17:18 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2014-12-03 17:18 UTC (permalink / raw)
  To: Vadim Kochan; +Cc: netdev

On Tue,  2 Dec 2014 22:39:11 +0200
Vadim Kochan <vadim4j@gmail.com> wrote:

> BEFORE:
>               The show command has additional formatting options:
> 
>        -s, -stats, -statistics
>               output more statistics about packet usage.
> 
>        -d, -details
>               output more detailed information.
> 
>        -h, -human, -human-readble
>               output statistics with human readable values number followed by suffix
> 
>        -iec   print human readable rates in IEC units (ie. 1K = 1024).
> AFTER:
>        The show command has additional formatting options:
> 
>               -s, -stats, -statistics
>                      output more statistics about packet usage.
> 
>               -d, -details
>                      output more detailed information.
> 
>               -h, -human, -human-readble
>                      output statistics with human readable values number followed by suffix
> 
>               -iec   print human readable rates in IEC units (ie. 1K = 1024).
> 
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> ---
>  man/man8/ip-link.8.in | 3 +++
>  1 file changed, 3 insertions(+)

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-03 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 20:39 [PATCH iproute2] man ip-link: Fix indentation for 'ip link show' options Vadim Kochan
2014-12-03 17:18 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).