Blame SOURCES/0009-numastat.8-clarify-that-information-relates-to-resid.patch

57043d
From c2b0a955a415c104be0fa1b3118f48f726fd23ea Mon Sep 17 00:00:00 2001
57043d
From: Stefan Hajnoczi <stefanha@redhat.com>
57043d
Date: Tue, 9 Jul 2019 16:10:46 +0200
57043d
Subject: [PATCH] numastat.8: clarify that information relates to resident
57043d
 pages
57043d
57043d
The man page gives no hint about whether memory usage information
57043d
relates to resident pages or virtual memory.  The answer may not be
57043d
obvious to the user, so explicitly mention that only resident pages are
57043d
counted.
57043d
57043d
Suggested-by: Daniele Palumbo <daniele@retaggio.net>
57043d
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
57043d
---
57043d
 numastat.8 | 2 ++
57043d
 1 file changed, 2 insertions(+)
57043d
57043d
diff --git a/numastat.8 b/numastat.8
57043d
index 4dcddf3..7fbcab2 100644
57043d
--- a/numastat.8
57043d
+++ b/numastat.8
57043d
@@ -54,6 +54,8 @@ Any supplied options or arguments with the \fBnumastat\fP command will
57043d
 significantly change both the content and the format of the display.  Specified
57043d
 options will cause display units to change to megabytes of memory, and will
57043d
 change other specific behaviors of \fBnumastat\fP as described below.
57043d
+.LP
57043d
+Memory usage information reflects the resident pages on the system.
57043d
 .SH "OPTIONS"
57043d
 .LP
57043d
 .TP
57043d
-- 
57043d
2.7.5
57043d