From a616c1073223b80376f35f792ce46b90129dcc59 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 18 Jan 1995 07:46:31 +0000 Subject: [PATCH] Add a column header for CP_INTR. --- usr.sbin/iostat/iostat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 3c841fab44f0..8ef7ba5bb142 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /* from: static char sccsid[] = "@(#)iostat.c 8.2 (Berkeley) 1/26/94"; */ -static char *rcsid = "$Id: iostat.c,v 1.6 1994/05/14 21:52:22 cgd Exp $"; +static char *rcsid = "$Id: iostat.c,v 1.7 1995/01/18 07:46:31 mycroft Exp $"; #endif /* not lint */ #include @@ -336,7 +336,7 @@ phdr(signo) for (i = 0; i < dk_ndrive; i++) if (dr_select[i]) (void)printf(" sps tps msps "); - (void)printf(" us ni sy id\n"); + (void)printf(" us ni sy in id\n"); } void