Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/iostat In the options list, show which ones require...



details:   https://anonhg.NetBSD.org/src/rev/b5283611f79b
branches:  trunk
changeset: 546562:b5283611f79b
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Thu May 01 15:10:58 2003 +0000

description:
In the options list, show which ones require an argument.
New sentence, new line.

diffstat:

 usr.sbin/iostat/iostat.8 |  34 ++++++++++++++++++++--------------
 1 files changed, 20 insertions(+), 14 deletions(-)

diffs (83 lines):

diff -r dd180b85e239 -r b5283611f79b usr.sbin/iostat/iostat.8
--- a/usr.sbin/iostat/iostat.8  Thu May 01 14:59:51 2003 +0000
+++ b/usr.sbin/iostat/iostat.8  Thu May 01 15:10:58 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: iostat.8,v 1.19 2003/03/17 08:16:10 wiz Exp $
+.\"    $NetBSD: iostat.8,v 1.20 2003/05/01 15:10:58 jmmv Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -53,7 +53,8 @@
 .Nm
 displays kernel
 .Tn I/O
-statistics on terminal, disk and CPU operations.  By default,
+statistics on terminal, disk and CPU operations.
+By default,
 .Nm
 displays one line of statistics averaged over the machine's run time.
 The use of
@@ -76,7 +77,7 @@
 .Pp
 The options are as follows:
 .Bl -tag -width flag
-.It Fl c
+.It Fl c Ar count
 Repeat the display
 .Ar count
 times.
@@ -88,7 +89,8 @@
 .Ar wait
 interval is specified, the default is 1 second.
 .It Fl C
-Show CPU statistics.  This is enabled by default unless the
+Show CPU statistics.
+This is enabled by default unless the
 .Fl d ,
 .Fl D ,
 .Fl T ,
@@ -96,30 +98,34 @@
 .Fl x
 flags are used.
 .It Fl d
-Show disk statistics.  This is the default.  Displays kilobytes per
-transfer, number of transfers, and megabytes transferred.  Use of this
-flag disables display of CPU and tty statistics.
+Show disk statistics.
+This is the default.
+Displays kilobytes per
+transfer, number of transfers, and megabytes transferred.
+Use of this flag disables display of CPU and tty statistics.
 .It Fl D
-Show alternative disk statistics.  Displays kilobytes transferred, number of
-transfers, and time spent in transfers.  Use of this flag disables the
-default display.
+Show alternative disk statistics.
+Displays kilobytes transferred, number of
+transfers, and time spent in transfers.
+Use of this flag disables the default display.
 .It Fl I
 Show the running total values, rather than an average.
-.It Fl M
+.It Fl M Ar core
 Extract values associated with the name list from the specified core
 instead of the default
 .Dq Pa /dev/mem .
-.It Fl N
+.It Fl N Ar system
 Extract the name list from the specified system instead of the default
 .Dq Pa /netbsd .
 .It Fl T
-Show tty statistics.  This is enabled by default unless the
+Show tty statistics.
+This is enabled by default unless the
 .Fl C ,
 .Fl d ,
 or
 .Fl D
 flags are used.
-.It Fl w
+.It Fl w Ar wait
 Pause
 .Ar wait
 seconds between each display.



Home | Main Index | Thread Index | Old Index