From: Sebastien GODARD Date: Tue, 11 Jun 2013 19:46:56 +0000 (+0200) Subject: Fix a wrong assertion in sadf manual page X-Git-Tag: v10.1.7~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4d22e4a87af72a84033fabd11ea54251e577a4;p=sysstat Fix a wrong assertion in sadf manual page In its EXAMPLE section, sadf manual page says that sadf -d /var/log/sa/sa21 -- -r -n DEV extracts memory, swap space and network statistics from the data file. This is no longer true as swap statistics are now displayed with option -S and not option -r. So fix the wrong comment. --- diff --git a/man/sadf.in b/man/sadf.in index 589d52d..1b2d986 100644 --- a/man/sadf.in +++ b/man/sadf.in @@ -1,4 +1,4 @@ -.TH SADF 1 "JULY 2012" Linux "Linux User's Manual" -*- nroff -*- +.TH SADF 1 "JUNE 2013" Linux "Linux User's Manual" -*- nroff -*- .SH NAME sadf \- Display data collected by sar in multiple formats. .SH SYNOPSIS @@ -154,7 +154,7 @@ directory. .SH EXAMPLES .B sadf -d @SA_DIR@/sa21 -- -r -n DEV .RS -Extract memory, swap space and network statistics from system activity +Extract memory and network statistics from system activity file 'sa21', and display them in a format that can be ingested by a database. .RE