rpms/procps/devel procps-3.2.7-free-hlmem.patch, NONE, 1.1 procps.spec, 1.78, 1.79

Daniel Novotny dnovotny at fedoraproject.org
Tue Feb 24 10:07:45 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/procps/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30310

Modified Files:
	procps.spec 
Added Files:
	procps-3.2.7-free-hlmem.patch 
Log Message:

included '-l' option in free man page


procps-3.2.7-free-hlmem.patch:

--- NEW FILE procps-3.2.7-free-hlmem.patch ---
diff -up procps-3.2.7/free.1.hlmem procps-3.2.7/free.1
--- procps-3.2.7/free.1.hlmem	2009-02-24 10:54:35.000000000 +0100
+++ procps-3.2.7/free.1	2009-02-24 11:00:26.000000000 +0100
@@ -7,7 +7,7 @@ free \- Display amount of free and used 
 .SH SYNOPSIS
 .BR "free " [ "\-b" " | " "\-k" " | " "\-m" "] [" "\-o" "] [" "\-s"
 .I delay
-.RB "] [" "\-t" "] [" "\-V" ]
+.RB "] [" "\-t" "] [" "\-l" "] [" "\-V" "]
 .SH DESCRIPTION
 \fBfree\fP displays the total amount of free and used physical and swap 
 memory in the system, as well as the buffers used by the kernel.
@@ -28,7 +28,9 @@ may actually specify any floating point 
 .BR usleep (3)
 is used for microsecond resolution delay times.
 .PP
-The \fB\-V\fP displays version information.
+The \fB-l\fP switch shows detailed low and high memory statistics.
+.PP
+The \fB\-V\fP switch displays version information.
 .SH FILES
 .ta
 .IR /proc/meminfo "\-\- memory information"


Index: procps.spec
===================================================================
RCS file: /cvs/extras/rpms/procps/devel/procps.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- procps.spec	23 Feb 2009 13:05:48 -0000	1.78
+++ procps.spec	24 Feb 2009 10:07:15 -0000	1.79
@@ -1,7 +1,7 @@
 Summary: System and process monitoring utilities
 Name: procps
 Version: 3.2.7
-Release: 26%{?dist}
+Release: 27%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: http://procps.sourceforge.net
@@ -87,6 +87,8 @@
 Patch41: procps-3.2.7-ps-cgroup.patch
 # 'requested writes' display in partition statistics
 Patch42: procps-3.2.7-vmstat-partstats-reqwrites.patch
+# '-l' option of 'free' documented
+Patch43: procps-3.2.7-free-hlmem.patch
 
 
 BuildRequires: ncurses-devel
@@ -155,6 +157,7 @@
 %patch40 -p1
 %patch41 -p1
 %patch42 -p1
+%patch43 -p1
 
 cp %SOURCE1 .
 
@@ -192,6 +195,9 @@
 %attr(0644,root,root) %{_mandir}/man5/*
 
 %changelog
+* Tue Feb 24 2009 Daniel Novotny <dnovotny at redhat.com> 3.2.7-27
+- included -l option in free man page
+
 * Mon Feb 23 2009 Daniel Novotny <dnovotny at redhat.com> 3.2.7-26
 - fix requested writes display in partition statistics
   for big-endian machines




More information about the scm-commits mailing list