]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man ip-link: Fix indentation for 'ip link show' options
authorvadimk <vadim4j@gmail.com>
Tue, 2 Dec 2014 20:39:11 +0000 (22:39 +0200)
committerStephen Hemminger <shemming@brocade.com>
Wed, 3 Dec 2014 17:17:36 +0000 (09:17 -0800)
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

index 9d4e3daa6049b3102485439b8dc4352351655f00..cdd0a42353d4e47f22b0505153d0cbde0d7f81ee 100644 (file)
@@ -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