From owner-svn-soc-all@FreeBSD.ORG Wed Sep 7 14:58:57 2011 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 048421065672 for ; Wed, 7 Sep 2011 14:58:55 +0000 (UTC) (envelope-from oleksandr@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Wed, 07 Sep 2011 14:58:55 +0000 Date: Wed, 07 Sep 2011 14:58:55 +0000 From: oleksandr@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20110907145855.048421065672@hub.freebsd.org> Cc: Subject: socsvn commit: r225716 - soc2011/oleksandr/oleksandr-head/head/usr.sbin/iostat X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 14:58:57 -0000 Author: oleksandr Date: Wed Sep 7 14:58:54 2011 New Revision: 225716 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225716 Log: Correct Modified: soc2011/oleksandr/oleksandr-head/head/usr.sbin/iostat/iostat.c Modified: soc2011/oleksandr/oleksandr-head/head/usr.sbin/iostat/iostat.c ============================================================================== --- soc2011/oleksandr/oleksandr-head/head/usr.sbin/iostat/iostat.c Wed Sep 7 13:26:20 2011 (r225715) +++ soc2011/oleksandr/oleksandr-head/head/usr.sbin/iostat/iostat.c Wed Sep 7 14:58:54 2011 (r225716) @@ -200,9 +200,9 @@ case 'd': dflag++; break; - case 'E': - Eflag++; - break; + case 'E': + Eflag++; + break; case 'h': hflag++; break; @@ -762,7 +762,7 @@ printf("\n"); } - if (Eflag>0) + if (Eflag>0) printf(" Error Device Statistics\n"); for (dn = 0; dn < num_devices; dn++) { int di;