Blame SOURCES/0109-man-ip-add-h-uman-readable-option.patch

049c96
From af27a9b48061501e033de4f28b66f3dadcbddfd7 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:44:25 +0100
049c96
Subject: [PATCH] man: ip: add -h[uman-readable] option
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit 9b2e9f4a8c4bf
049c96
049c96
commit 9b2e9f4a8c4bf802b20a37ddb4d07f04c2e8e770
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Fri Sep 18 20:17:01 2015 +0200
049c96
049c96
    man: ip: add -h[uman-readable] option
049c96
049c96
    Since 'ip help' lists it, it should be described in ip.8 as well.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip.8 | 5 +++++
049c96
 1 file changed, 5 insertions(+)
049c96
049c96
diff --git a/man/man8/ip.8 b/man/man8/ip.8
049c96
index b772c4c..0b30d4a 100644
049c96
--- a/man/man8/ip.8
049c96
+++ b/man/man8/ip.8
049c96
@@ -27,6 +27,7 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
049c96
 .ti -8
049c96
 .IR OPTIONS " := { "
049c96
 \fB\-V\fR[\fIersion\fR] |
049c96
+\fB\-h\fR[\fIuman-readable\fR] |
049c96
 \fB\-s\fR[\fItatistics\fR] |
049c96
 \fB\-r\fR[\fIesolve\fR] |
049c96
 \fB\-f\fR[\fIamily\fR] {
049c96
@@ -45,6 +46,10 @@ Print the version of the
049c96
 utility and exit.
049c96
 
049c96
 .TP
049c96
+.BR "\-h", " \-human", " \-human-readable"
049c96
+output statistics with human readable values followed by suffix.
049c96
+
049c96
+.TP
049c96
 .BR "\-b", " \-batch " <FILENAME>
049c96
 Read commands from provided file or standard input and invoke them.
049c96
 First failure will cause termination of ip.
049c96
-- 
049c96
1.8.3.1
049c96