summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-15 15:38:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-15 15:38:49 +0000
commit1f08d8dd0ea722bc069c699eb41ffe90f2af67a9 (patch)
treed161d0709559a593ecbb9c4094a335a68d2438b6 /usr.bin/vmstat
parent9e89cbb699b9566fb06adb58b168340c1af8280e (diff)
re-indent; nash@mcs.net
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 3a67b89047d..83073802b78 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1,5 +1,5 @@
/* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */
-/* $OpenBSD: vmstat.c,v 1.25 1998/07/08 22:14:18 deraadt Exp $ */
+/* $OpenBSD: vmstat.c,v 1.26 1999/03/15 15:38:48 deraadt Exp $ */
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@ -847,9 +847,9 @@ domem()
}
(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");
+" Type InUse MemUse HighUse Limit Requests Limit Limit Size(s)\n");
for (i = 0, ks = &kmemstats[0]; i < M_LAST; i++, ks++) {
if (ks->ks_calls == 0)
continue;