Move cpu header right 3 spaces to match grouping in man page

This commit is contained in:
sommerfeld 2000-09-28 14:56:52 +00:00
parent 4d7c61e467
commit e970dc32cd
1 changed files with 3 additions and 3 deletions

View File

@ -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. * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -80,7 +80,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1991, 1993\n\
#if 0 #if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 3/1/95"; static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 3/1/95";
#else #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
#endif /* not lint */ #endif /* not lint */
@ -503,7 +503,7 @@ printhdr()
(void)printf(" procs memory page%*s", 23, ""); (void)printf(" procs memory page%*s", 23, "");
if (ndrives > 0) if (ndrives > 0)
(void)printf("%s %*sfaults cpu\n", (void)printf("%s %*sfaults cpu\n",
((ndrives > 1) ? "disks" : "disk"), ((ndrives > 1) ? "disks" : "disk"),
((ndrives > 1) ? ndrives * 3 - 4 : 0), ""); ((ndrives > 1) ? ndrives * 3 - 4 : 0), "");
else else