Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/top/machine Pull up revision 1.14 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/82e605627e46
branches:  netbsd-1-5
changeset: 491795:82e605627e46
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 15:35:22 2001 +0000

description:
Pull up revision 1.14 (requested by pooka):
  Add workaround for formatting glitch.

diffstat:

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

diffs (27 lines):

diff -r 1c2c09491d33 -r 82e605627e46 usr.bin/top/machine/m_netbsd15.c
--- a/usr.bin/top/machine/m_netbsd15.c  Sat May 26 15:28:48 2001 +0000
+++ b/usr.bin/top/machine/m_netbsd15.c  Sat May 26 15:35:22 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: m_netbsd15.c,v 1.7 2000/06/09 07:09:28 enami Exp $     */
+/*     $NetBSD: m_netbsd15.c,v 1.7.2.1 2001/05/26 15:35:22 he Exp $    */
 
 /*
  * top - a top users display for Unix
@@ -34,7 +34,7 @@
  *             Simon Burge <simonb%netbsd.org@localhost>
  *
  *
- * $Id: m_netbsd15.c,v 1.7 2000/06/09 07:09:28 enami Exp $
+ * $Id: m_netbsd15.c,v 1.7.2.1 2001/05/26 15:35:22 he Exp $
  */
 
 #include <sys/param.h>
@@ -137,7 +137,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