[procps/f15] added manual page fix to previous patch

Jan Görig jgorig at fedoraproject.org
Thu Jun 2 11:02:42 UTC 2011


commit d14c66ac5952c6c99e5801c52d588766d34728ea
Author: Jan Görig <jgorig at redhat.com>
Date:   Thu Jun 2 12:59:30 2011 +0200

    added manual page fix to previous patch

 procps-3.2.8-top-swap.patch |   14 ++++++++++++++
 procps.spec                 |    5 ++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/procps-3.2.8-top-swap.patch b/procps-3.2.8-top-swap.patch
index c52aa3b..bd91a04 100644
--- a/procps-3.2.8-top-swap.patch
+++ b/procps-3.2.8-top-swap.patch
@@ -41,3 +41,17 @@ index 6d4a7cc..93db9f0 100644
              break;
           case P_TME:
           case P_TM2:
+diff -up ./top.1.man ./top.1
+--- ./top.1.man	2011-06-01 11:53:16.000000000 +0200
++++ ./top.1	2011-06-02 12:54:00.832202591 +0200
+@@ -407,9 +407,7 @@ will be calculated from the /proc/#/stat
+ 
+ .TP 3
+ p:\fB SWAP\fR \*(EM Swapped size (kb)
+-Memory that is not resident but is present in a task.  This is memory that
+-has been swapped out but could include additional non-resident memory.
+-This column is calculated by subtracting \*(MP from \*(MV.
++The non-resident portion of a task's address space.
+ 
+ .TP 3
+ q:\fB RES\fR \*(EM Resident size (kb)
diff --git a/procps.spec b/procps.spec
index 711164e..caec2c2 100644
--- a/procps.spec
+++ b/procps.spec
@@ -3,7 +3,7 @@
 Summary: System and process monitoring utilities
 Name: procps
 Version: 3.2.8
-Release: 20.%{gitver}%{?dist}
+Release: 21.%{gitver}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: http://gitorious.org/procps
@@ -187,6 +187,9 @@ rm -rf %{buildroot}
 /%{_lib}/libproc.so
 
 %changelog
+* Thu Jun 02 2011 Jan Görig <jgorig at redhat.com> 3.2.8-21.20110302git
+- added manual page fix to previous patch
+
 * Wed Jun 01 2011 Jan Görig <jgorig at redhat.com> 3.2.8-20.20110302git
 - fix #532668 - procps/top SWAP statistics makes no sense (adapted patch from Mr. Kosaki)
 


More information about the scm-commits mailing list