Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/top/machine s/Swap/Swp in Memory: line.



details:   https://anonhg.NetBSD.org/src/rev/73b7a144edb6
branches:  trunk
changeset: 503062:73b7a144edb6
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Jan 30 13:29:58 2001 +0000

description:
s/Swap/Swp in Memory: line.

XXX: Strictly speaking, we must chop off two more characters from this line
XXX: so that the line fits in single line.

diffstat:

 usr.bin/top/machine/m_netbsd15.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 53e76ec2ba3f -r 73b7a144edb6 usr.bin/top/machine/m_netbsd15.c
--- a/usr.bin/top/machine/m_netbsd15.c  Tue Jan 30 13:17:43 2001 +0000
+++ b/usr.bin/top/machine/m_netbsd15.c  Tue Jan 30 13:29:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: m_netbsd15.c,v 1.13 2001/01/23 23:03:50 enami Exp $    */
+/*     $NetBSD: m_netbsd15.c,v 1.14 2001/01/30 13:29:58 enami Exp $    */
 
 /*
  * top - a top users display for Unix
@@ -34,7 +34,7 @@
  *             Simon Burge <simonb%netbsd.org@localhost>
  *
  *
- * $Id: m_netbsd15.c,v 1.13 2001/01/23 23:03:50 enami Exp $
+ * $Id: m_netbsd15.c,v 1.14 2001/01/30 13:29:58 enami Exp $
  */
 
 #include <sys/param.h>
@@ -136,7 +136,7 @@
 int memory_stats[7];
 char *memorynames[] = {
        "K Act, ", "K Inact, ", "K Wired, ", "K Free, ",
-       "K Swap, ", "K Swap free, ",
+       "K Swp, ", "K Swp free, ",
        NULL
 };
 



Home | Main Index | Thread Index | Old Index