]> granicus.if.org Git - sysstat/commitdiff
Fix a wrong assertion in sadf manual page
authorSebastien GODARD <sysstat@orange.fr.fake>
Tue, 11 Jun 2013 19:46:56 +0000 (21:46 +0200)
committerSebastien GODARD <sysstat@orange.fr.fake>
Tue, 11 Jun 2013 19:46:56 +0000 (21:46 +0200)
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.

man/sadf.in

index 589d52df419f217a18bba620bd5f05c4a0a376d3..1b2d986be936a7140e001eabe286aa56504b0573 100644 (file)
@@ -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