diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 55a1214cbb30..75ac8bc58569 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,4 +1,4 @@ -/* $NetBSD: vmstat.c,v 1.69 2000/09/23 00:39:19 enami Exp $ */ +/* $NetBSD: vmstat.c,v 1.70 2000/09/28 14:56:52 sommerfeld Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -80,7 +80,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1991, 1993\n\ #if 0 static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 3/1/95"; #else -__RCSID("$NetBSD: vmstat.c,v 1.69 2000/09/23 00:39:19 enami Exp $"); +__RCSID("$NetBSD: vmstat.c,v 1.70 2000/09/28 14:56:52 sommerfeld Exp $"); #endif #endif /* not lint */ @@ -503,7 +503,7 @@ printhdr() (void)printf(" procs memory page%*s", 23, ""); if (ndrives > 0) - (void)printf("%s %*sfaults cpu\n", + (void)printf("%s %*sfaults cpu\n", ((ndrives > 1) ? "disks" : "disk"), ((ndrives > 1) ? ndrives * 3 - 4 : 0), ""); else