From f586cb6ed5543621ec55ac07a6d2b72504c9c65b Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 13 Sep 2018 20:38:04 +0200 Subject: [PATCH] man: rtacct.8: Fix nstat options Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704 Upstream Status: iproute2.git commit 71170d854e96d commit 71170d854e96d2e7dff338f482cb23dfadbbd702 Author: Phil Sutter Date: Thu Aug 16 12:28:00 2018 +0200 man: rtacct.8: Fix nstat options Add missing --pretty and --json options, correct --zero to --zeros and correct the mess around --scan/--interval including broken man page formatting. Signed-off-by: Phil Sutter Signed-off-by: Stephen Hemminger --- man/man8/rtacct.8 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/man/man8/rtacct.8 b/man/man8/rtacct.8 index 01321e6..ccdbf6c 100644 --- a/man/man8/rtacct.8 +++ b/man/man8/rtacct.8 @@ -4,7 +4,7 @@ nstat, rtacct - network statistics tools. .SH SYNOPSIS -Usage: nstat [ -h?vVzrnasd:t: ] [ PATTERN [ PATTERN ] ] +Usage: nstat [ -h?vVzrnasd:t:jp ] [ PATTERN [ PATTERN ] ] .br Usage: rtacct [ -h?vVzrnasd:t: ] [ ListOfRealms ] @@ -21,7 +21,7 @@ Print help .B \-V, \-\-version Print version .TP -.B \-z, \-\-zero +.B \-z, \-\-zeros Dump zero counters too. By default they are not shown. .TP .B \-r, \-\-reset @@ -39,12 +39,16 @@ Do not update history, so that the next time you will see counters including val .B \-j, \-\-json Display results in JSON format. .TP -.B \-d, \-\-interval +.B \-p, \-\-pretty +When combined with +.BR \-\-json , +pretty print the output. +.TP +.B \-d, \-\-scan Run in daemon mode collecting statistics. is interval between measurements in seconds. .TP - +.B \-t, \-\-interval Time interval to average rates. Default value is 60 seconds. -.TP .SH SEE ALSO lnstat(8) -- 1.8.3.1