Blame SOURCES/0011-Small-fix-for-sar-A-in-sar-manual-page.patch

ed64c5
From 1952d089631dae9bfdd158343a97346fca6fd034 Mon Sep 17 00:00:00 2001
ed64c5
From: Sebastien GODARD <sysstat@orange.fr.fake>
ed64c5
Date: Wed, 26 Jun 2013 21:53:04 +0200
ed64c5
Subject: [PATCH] Small fix for "sar -A" in sar manual page
ed64c5
ed64c5
Indicate that filesystems statistics are also included in stats
ed64c5
displayed by sar -A (that is to say: option -F is also set when sar -A
ed64c5
is entered on the command line).
ed64c5
ed64c5
(cherry picked from commit 43a66c5dfffd5e7e524a7c307da9078588f612eb)
ed64c5
---
ed64c5
 man/sar.in | 2 +-
ed64c5
 1 file changed, 1 insertion(+), 1 deletion(-)
ed64c5
ed64c5
diff --git a/man/sar.in b/man/sar.in
ed64c5
index 6f96093..6d964b3 100644
ed64c5
--- a/man/sar.in
ed64c5
+++ b/man/sar.in
ed64c5
@@ -145,7 +145,7 @@ command only reports on local activities.
ed64c5
 .SH OPTIONS
ed64c5
 .IP -A
ed64c5
 This is equivalent to specifying
ed64c5
-.BR "-bBdHqrRSuvwWy -I SUM -I XALL -m ALL -n ALL -u ALL -P ALL".
ed64c5
+.BR "-bBdFHqrRSuvwWy -I SUM -I XALL -m ALL -n ALL -u ALL -P ALL".
ed64c5
 .IP -B
ed64c5
 Report paging statistics.
ed64c5
 The following values are displayed:
ed64c5
-- 
ed64c5
2.14.3
ed64c5