summaryrefslogtreecommitdiff
path: root/usr.bin/top/machine
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-11-05 07:25:14 +0000
committerlukem <lukem@NetBSD.org>1999-11-05 07:25:14 +0000
commit3a2e129c545fc30c8a09bdbbff4cd981a4ed41fa (patch)
tree2b084c3fb18254549a1a368fa9ac3659d28cd592 /usr.bin/top/machine
parent73bf131124384619e30888c976ebb75243327d1a (diff)
add trailing "," to memory names (makes it easier to read)
Diffstat (limited to 'usr.bin/top/machine')
-rw-r--r--usr.bin/top/machine/m_netbsd13.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/top/machine/m_netbsd13.c b/usr.bin/top/machine/m_netbsd13.c
index fcb9e41eb19..945ba976b6a 100644
--- a/usr.bin/top/machine/m_netbsd13.c
+++ b/usr.bin/top/machine/m_netbsd13.c
@@ -1,4 +1,4 @@
-/* $NetBSD: m_netbsd13.c,v 1.8 1999/07/23 18:40:27 christos Exp $ */
+/* $NetBSD: m_netbsd13.c,v 1.9 1999/11/05 07:25:14 lukem Exp $ */
/*
* top - a top users display for Unix
@@ -34,7 +34,7 @@
* matthew green <mrg@eterna.com.au>
*
*
- * $Id: m_netbsd13.c,v 1.8 1999/07/23 18:40:27 christos Exp $
+ * $Id: m_netbsd13.c,v 1.9 1999/11/05 07:25:14 lukem Exp $
*/
#define UVM
@@ -189,8 +189,8 @@ char *cpustatenames[] = {
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
};