Discs->Disks

This commit is contained in:
grant 2003-08-05 20:01:25 +00:00
parent 59b0f10729
commit c330a8c5ed
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmstat.c,v 1.51 2003/06/11 17:26:31 drochner Exp $ */ /* $NetBSD: vmstat.c,v 1.52 2003/08/05 20:01:25 grant Exp $ */
/*- /*-
* Copyright (c) 1983, 1989, 1992, 1993 * Copyright (c) 1983, 1989, 1992, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
#endif #endif
__RCSID("$NetBSD: vmstat.c,v 1.51 2003/06/11 17:26:31 drochner Exp $"); __RCSID("$NetBSD: vmstat.c,v 1.52 2003/08/05 20:01:25 grant Exp $");
#endif /* not lint */ #endif /* not lint */
/* /*
@ -368,7 +368,7 @@ labelvmstat(void)
mvprintw(NAMEIROW, NAMEICOL, "Namei Sys-cache Proc-cache"); mvprintw(NAMEIROW, NAMEICOL, "Namei Sys-cache Proc-cache");
mvprintw(NAMEIROW + 1, NAMEICOL, mvprintw(NAMEIROW + 1, NAMEICOL,
" Calls hits %% hits %%"); " Calls hits %% hits %%");
mvprintw(DISKROW, DISKCOL, "Discs:"); mvprintw(DISKROW, DISKCOL, "Disks:");
if (disk_horiz) { if (disk_horiz) {
mvprintw(DISKROW + 1, DISKCOL + 1, "seeks"); mvprintw(DISKROW + 1, DISKCOL + 1, "seeks");
mvprintw(DISKROW + 2, DISKCOL + 1, "xfers"); mvprintw(DISKROW + 2, DISKCOL + 1, "xfers");