From 2c9467be049baefb8c268927b350fd923da97f64 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Wed, 5 Sep 2018 09:35:49 +0000 Subject: Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jp ok solene --- usr.sbin/iostat/iostat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/iostat') diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 27f710a47a2..70a00fe5278 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.40 2018/02/10 19:49:50 cheloha Exp $ */ +/* $OpenBSD: iostat.c,v 1.41 2018/09/05 09:35:49 yasuoka Exp $ */ /* $NetBSD: iostat.c,v 1.10 1996/10/25 18:21:58 scottr Exp $ */ /* @@ -229,7 +229,7 @@ header(void) printf(" %16.16s ", cur.dk_name[i]); if (ISSET(todo, SHOW_CPU)) - printf(" cpu"); + printf(" cpu"); printf("\n"); /* Sub-Headers. */ @@ -254,7 +254,7 @@ header(void) printf(" KB xfr time "); if (ISSET(todo, SHOW_CPU)) - printf(" us ni sy in id"); + printf(" us ni sy sp in id"); printf("\n"); } -- cgit v1.2.3-59-g8ed1b