summaryrefslogtreecommitdiffstats
path: root/patches/procps-3.2.8/0066-ps_1_flt_output.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/procps-3.2.8/0066-ps_1_flt_output.patch')
-rw-r--r--patches/procps-3.2.8/0066-ps_1_flt_output.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/patches/procps-3.2.8/0066-ps_1_flt_output.patch b/patches/procps-3.2.8/0066-ps_1_flt_output.patch
new file mode 100644
index 000000000..a8e9e6039
--- /dev/null
+++ b/patches/procps-3.2.8/0066-ps_1_flt_output.patch
@@ -0,0 +1,40 @@
+From bb71519ca889076afa450fcfd15229c49ba44442 Mon Sep 17 00:00:00 2001
+From: http://ftp.de.debian.org/debian/pool/main/p/procps/procps_3.2.8-8.debian.tar.gz <info@debian.org>
+Date: Fri, 19 Mar 2010 21:58:47 +0100
+Subject: [PATCH 66/70] ps_1_flt_output
+
+---
+ ps/ps.1 | 10 +++++++++-
+ 1 files changed, 9 insertions(+), 1 deletions(-)
+
+diff --git a/ps/ps.1 b/ps/ps.1
+index 6ba31dc..f07dc82 100644
+--- a/ps/ps.1
++++ b/ps/ps.1
+@@ -4,7 +4,7 @@
+ .\" Quick hack conversion by Albert Cahalan, 1998.
+ .\" Licensed under version 2 of the Gnu General Public License.
+ .\"
+-.TH PS 1 "July 28, 2004" "Linux" "Linux User's Manual"
++.TH PS 1 "February 25, 2010" "Linux" "Linux User's Manual"
+ .\"
+ .\" To render this page:
+ .\" groff -t -b -man -X -P-resolution -P100 -Tps ps.1 &
+@@ -1084,6 +1084,14 @@ lwp (light weight process, or thread) ID of the lwp being reported.
+ (alias\ \fBspid\fR,\ \fBtid\fR).
+ T}
+
++maj_flt MAJFLT T{
++The number of major page faults that have occured with this process.
++T}
++
++min_flt MINFLT T{
++The number of minor page faults that have occured with this process.
++T}
++
+ ni NI T{
+ nice value. This ranges from 19 (nicest) to \-20 (not\ nice to\ others),
+ see\ \fInice\fR(1). (alias\ \fBnice\fR).
+--
+1.7.0
+