Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/vmstat Pull up revision 1.119 (requested by sim...
details: https://anonhg.NetBSD.org/src/rev/ed8e70a19f33
branches: netbsd-1-6
changeset: 530769:ed8e70a19f33
user: tron <tron%NetBSD.org@localhost>
date: Thu Oct 02 09:37:52 2003 +0000
description:
Pull up revision 1.119 (requested by simonb in ticket #1487):
Extra columns appeared in one line of the "Memory statistics by type"
header in '94 and '97. Grow the other line a little so that it looks
pretty again.
--
diffstat:
usr.bin/vmstat/vmstat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r aae4a0900925 -r ed8e70a19f33 usr.bin/vmstat/vmstat.c
--- a/usr.bin/vmstat/vmstat.c Thu Oct 02 09:29:50 2003 +0000
+++ b/usr.bin/vmstat/vmstat.c Thu Oct 02 09:37:52 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmstat.c,v 1.100.2.2 2002/12/12 22:12:09 he Exp $ */
+/* $NetBSD: vmstat.c,v 1.100.2.3 2003/10/02 09:37:52 tron Exp $ */
/*-
* Copyright (c) 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 3/1/95";
#else
-__RCSID("$NetBSD: vmstat.c,v 1.100.2.2 2002/12/12 22:12:09 he Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.100.2.3 2003/10/02 09:37:52 tron Exp $");
#endif
#endif /* not lint */
@@ -1027,7 +1027,7 @@
}
(void)printf(
- "\nMemory statistics by type Type Kern\n");
+ "\nMemory statistics by type Type Kern\n");
(void)printf(
" Type InUse MemUse HighUse Limit Requests Limit Limit Size(s)\n");
for (i = 0, ks = &kmemstats[0]; i < M_LAST; i++, ks++) {
Home |
Main Index |
Thread Index |
Old Index