man ip-link: Fix indentation for 'ip link show' options

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>
This commit is contained in:
vadimk 2014-12-02 22:39:11 +02:00 committed by Stephen Hemminger
parent 922b482204
commit 8322d28dca
1 changed files with 3 additions and 0 deletions

View File

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