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

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