From owner-svn-src-all@FreeBSD.ORG Sat Aug 7 11:48:32 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4308B1065678; Sat, 7 Aug 2010 11:48:32 +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 3272B8FC20; Sat, 7 Aug 2010 11:48:32 +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 o77BmWxh029637; Sat, 7 Aug 2010 11:48:32 GMT (envelope-from yar@svn.freebsd.org) Received: (from yar@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o77BmWN6029635; Sat, 7 Aug 2010 11:48:32 GMT (envelope-from yar@svn.freebsd.org) Message-Id: <201008071148.o77BmWN6029635@svn.freebsd.org> From: Yar Tikhiy Date: Sat, 7 Aug 2010 11:48:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211004 - head/usr.sbin/iostat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2010 11:48:32 -0000 Author: yar Date: Sat Aug 7 11:48:31 2010 New Revision: 211004 URL: http://svn.freebsd.org/changeset/base/211004 Log: Clean up the style and markup of the paragraph on fractional wait intervals. 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 11:32:17 2010 (r211003) +++ head/usr.sbin/iostat/iostat.8 Sat Aug 7 11:48:31 2010 (r211004) @@ -239,14 +239,16 @@ seconds between each display. If no .Ar wait interval is specified, the default is 1 second. +.Pp The .Nm command will accept and honor a non-integer number of seconds. Note that the interval only has millisecond granularity. -Smaller values will be truncated. -.Pp -e.g. -w1.0001 becomes -w1.000 -.Pp +Finer values will be truncated. +E.g., +.Dq Li -w1.0001 +is the same as +.Dq Li -w1.000 . The interval will also suffer from modifications to .Va kern.hz so your mileage may vary.