Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Aug 2010 11:13:50 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211001 - head/usr.sbin/iostat
Message-ID:  <201008071113.o77BDoTJ021864@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yar
Date: Sat Aug  7 11:13:50 2010
New Revision: 211001
URL: http://svn.freebsd.org/changeset/base/211001

Log:
  Move the sentences telling the defaults for -c and -w
  to where they belong.  Previously they were misplaced,
  i.e., swapped.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/iostat/iostat.8

Modified: head/usr.sbin/iostat/iostat.8
==============================================================================
--- head/usr.sbin/iostat/iostat.8	Sat Aug  7 10:51:01 2010	(r211000)
+++ head/usr.sbin/iostat/iostat.8	Sat Aug  7 11:13:50 2010	(r211001)
@@ -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.
 The
 .Nm
 command will accept and honor a non-integer number of seconds.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008071113.o77BDoTJ021864>