svn commit: r187432 - user/edwin/top/top-3.8b1/contrib/top
Edwin Groothuis
edwin at FreeBSD.org
Mon Jan 19 03:10:31 PST 2009
Author: edwin
Date: Mon Jan 19 11:10:02 2009
New Revision: 187432
URL: http://svn.freebsd.org/changeset/base/187432
Log:
On mentors request, remove extra spaces after Swap: and Mem:
Modified:
user/edwin/top/top-3.8b1/contrib/top/layout.h
Modified: user/edwin/top/top-3.8b1/contrib/top/layout.h
==============================================================================
--- user/edwin/top/top-3.8b1/contrib/top/layout.h Mon Jan 19 10:44:16 2009 (r187431)
+++ user/edwin/top/top-3.8b1/contrib/top/layout.h Mon Jan 19 11:10:02 2009 (r187432)
@@ -61,9 +61,9 @@
#define Y_CPUSTATES 2
#define X_KERNEL 8
#define Y_KERNEL 3
-#define X_MEM 8
+#define X_MEM 5
#define Y_MEM 3
-#define X_SWAP 8
+#define X_SWAP 6
#define Y_SWAP 4
#define Y_MESSAGE 4
#define X_HEADER 0
More information about the svn-src-user
mailing list