[Cbe-oss-dev] [PATCH 2/2] spu-tools: Fix help message for spu-ps.

Andre Detsch adetsch at br.ibm.com
Sat Apr 12 01:09:16 EST 2008


Fix help message for spu-ps.

Signed-off-by: Andre Detsch <adetsch at br.ibm.com>

Index: libspe2/tools/spu-tools/src/spu-ps.c
===================================================================
--- libspe2.orig/tools/spu-tools/src/spu-ps.c
+++ libspe2/tools/spu-tools/src/spu-ps.c
@@ -163,7 +163,7 @@ static void usage()
 	dump_default_fields();
 	printf("\nExamples:\n");
 	printf("  spu-ps\n\n");
-	printf("  spu-ps -f PPU_PID,USER -s USER\n\n");
+	printf("  spu-ps -f PPU_PID,USER_NAME -s USER_NAME\n\n");
 }
 
 int main(int argc, char **argv)
Index: libspe2/tools/spu-tools/spu-tools.spec
===================================================================
--- libspe2.orig/tools/spu-tools/spu-tools.spec
+++ libspe2/tools/spu-tools/spu-tools.spec
@@ -1,7 +1,7 @@
 Summary: user space tools for Cell/B.E.
 Name: spu-tools
 Version: 1.1
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/System
 Source0: spu-tools.tar.bz2
@@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /%{_prefix}/share/man/man1/spu-ps.1.gz
 
 %changelog
+* Fri Apr 11 2008  Andre Detsch <adetsch at br.ibm.com> 1.1-3
+- Fix escape sequences handling on spu-top.
+- Fixed help example for spu-ps.
+
 * Tue Mar 18 2008 Andre Detsch <adetsch at br.ibm.com> 1.1-2
 - Fixed load averange printing.
 
Index: libspe2/tools/spu-tools/src/ChangeLog
===================================================================
--- libspe2.orig/tools/spu-tools/src/ChangeLog
+++ libspe2/tools/spu-tools/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-11 Andre Detsch <adetsch at br.ibm.com>
+
+	* spu-top.c: Fix escape sequences handling.
+	* spu-ps.c: Fixed help example.
+
 2008-03-18 Andre Detsch <adetsch at br.ibm.com>
 
 	* spu-top.c: Fixed load averange printing.



More information about the cbe-oss-dev mailing list