Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/top/machine Pull up revision 1.9 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/5f8699959f13
branches: netbsd-1-4
changeset: 469702:5f8699959f13
user: he <he%NetBSD.org@localhost>
date: Thu Nov 11 21:40:08 1999 +0000
description:
Pull up revision 1.9 (requested by lukem):
Add trailing "," to memory names, making output easier to read.
diffstat:
usr.bin/top/machine/m_netbsd13.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 62d76c046592 -r 5f8699959f13 usr.bin/top/machine/m_netbsd13.c
--- a/usr.bin/top/machine/m_netbsd13.c Thu Nov 11 21:35:18 1999 +0000
+++ b/usr.bin/top/machine/m_netbsd13.c Thu Nov 11 21:40:08 1999 +0000
@@ -32,7 +32,7 @@
* matthew green <mrg%eterna.com.au@localhost>
*
*
- * $Id: m_netbsd13.c,v 1.2.2.2 1999/07/02 17:17:38 perry Exp $
+ * $Id: m_netbsd13.c,v 1.2.2.3 1999/11/11 21:40:08 he Exp $
*/
#define UVM
@@ -185,8 +185,8 @@
int memory_stats[7];
char *memorynames[] = {
- "K Act ", "K Inact ", "K Wired ", "K Free ",
- "K Swap ", "K Swap free ",
+ "K Act, ", "K Inact, ", "K Wired, ", "K Free, ",
+ "K Swap, ", "K Swap free, ",
NULL
};
Home |
Main Index |
Thread Index |
Old Index