]> git.ipfire.org Git - thirdparty/iproute2.git/commit
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)
commit8322d28dcab311bb9ab740b6bc46d38b7ebde5b7
tree98c23d326b950c446b621ab1307d26b155e8a8af
parent922b4822043726dedee2b8e5c3729f7b1e856139
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>
man/man8/ip-link.8.in