From fe1126effe9583e3f5089333414bd5cb0412f8d8 Mon Sep 17 00:00:00 2001 From: marck Date: Sun, 12 Feb 2006 10:30:52 +0000 Subject: Default number of direct access devices had been changed from three to two. Reflect this in other paragraphs. PR: 93201 Submitted by: Marian Cerny MFC After: 1 week --- usr.bin/vmstat/vmstat.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 4f8efb1..24afc7d 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -32,7 +32,7 @@ .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd December 10, 2003 +.Dd February 11, 2005 .Dt VMSTAT 8 .Os .Sh NAME @@ -183,7 +183,7 @@ any .Fl p argument will be included in the .Nm -output, up to three devices, or the maximum number of devices specified +output, up to two devices, or the maximum number of devices specified by the user. .It Fl s Display the contents of the @@ -262,9 +262,9 @@ Disk operations per second (this field is system dependent). Typically paging will be split across the available drives. The header of the field is the first two characters of the disk name and the unit number. -If more than three disk drives are configured in the system, +If more than two disk drives are configured in the system, .Nm -displays only the first three drives, unless the user specifies the +displays only the first two drives, unless the user specifies the .Fl n argument to increase the number of drives displayed. This will probably @@ -276,7 +276,7 @@ The .Nm utility defaults to show disks first, and then various other random devices in the -system to add up to three devices, if there are that many devices in the +system to add up to two devices, if there are that many devices in the system. If devices are specified on the command line, or if a device type matching pattern is specified (see above), @@ -324,7 +324,7 @@ apparent which are recomputed every second. .Pp The command: .Dl vmstat -p da -p cd -w 1 -will tell vmstat to select the first three direct access or CDROM devices +will tell vmstat to select the first two direct access or CDROM devices and display statistics on those devices, as well as other systems statistics every second. .Sh SEE ALSO -- cgit v1.1