From: Phil Sutter Date: Fri, 18 Sep 2015 18:17:01 +0000 (+0200) Subject: man: ip: add -h[uman-readable] option X-Git-Tag: v4.3.0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2e9f4a8c4bf802b20a37ddb4d07f04c2e8e770;p=thirdparty%2Fiproute2.git man: ip: add -h[uman-readable] option Since 'ip help' lists it, it should be described in ip.8 as well. Signed-off-by: Phil Sutter --- diff --git a/man/man8/ip.8 b/man/man8/ip.8 index 9da086d3c..e6c2b32a8 100644 --- a/man/man8/ip.8 +++ b/man/man8/ip.8 @@ -27,6 +27,7 @@ ip \- show / manipulate routing, devices, policy routing and tunnels .ti -8 .IR OPTIONS " := { " \fB\-V\fR[\fIersion\fR] | +\fB\-h\fR[\fIuman-readable\fR] | \fB\-s\fR[\fItatistics\fR] | \fB\-r\fR[\fIesolve\fR] | \fB\-f\fR[\fIamily\fR] { @@ -45,6 +46,10 @@ Print the version of the .B ip utility and exit. +.TP +.BR "\-h", " \-human", " \-human-readable" +output statistics with human readable values followed by suffix. + .TP .BR "\-b", " \-batch " Read commands from provided file or standard input and invoke them.