From owner-svn-src-stable-8@FreeBSD.ORG Sat Aug 14 00:50:26 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2B8C1065670; Sat, 14 Aug 2010 00:50:26 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9123A8FC08; Sat, 14 Aug 2010 00:50:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o7E0oQfZ011841; Sat, 14 Aug 2010 00:50:26 GMT (envelope-from yar@svn.freebsd.org) Received: (from yar@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o7E0oQX6011839; Sat, 14 Aug 2010 00:50:26 GMT (envelope-from yar@svn.freebsd.org) Message-Id: <201008140050.o7E0oQX6011839@svn.freebsd.org> From: Yar Tikhiy Date: Sat, 14 Aug 2010 00:50:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211294 - stable/8/usr.sbin/iostat X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2010 00:50:26 -0000 Author: yar Date: Sat Aug 14 00:50:26 2010 New Revision: 211294 URL: http://svn.freebsd.org/changeset/base/211294 Log: MFC r211001: Move the sentences telling the defaults for -c and -w to where they belong. Previously they were misplaced, i.e., swapped. Modified: stable/8/usr.sbin/iostat/iostat.8 Directory Properties: stable/8/usr.sbin/iostat/ (props changed) Modified: stable/8/usr.sbin/iostat/iostat.8 ============================================================================== --- stable/8/usr.sbin/iostat/iostat.8 Fri Aug 13 22:39:11 2010 (r211293) +++ stable/8/usr.sbin/iostat/iostat.8 Sat Aug 14 00:50:26 2010 (r211294) @@ -100,9 +100,9 @@ The options are as follows: Repeat the display .Ar count times. -If no -.Ar wait -interval is specified, the default is 1 second. +If no repeat +.Ar count +is specified, the default is infinity. .It Fl C Display CPU statistics. This is on by default, unless @@ -236,9 +236,9 @@ is specified. Pause .Ar wait seconds between each display. -If no repeat -.Ar count -is specified, the default is infinity. +If no +.Ar wait +interval is specified, the default is 1 second. .It Fl x Show extended disk statistics. Each disk is displayed on a line of its own with all available statistics.