diff options
author | 2004-01-30 19:32:17 +0000 | |
---|---|---|
committer | 2004-01-30 19:32:17 +0000 | |
commit | 699b2190444fb3834eb26c321efb72443dadd18c (patch) | |
tree | 9ee3597158eb29562462d50f55cb05139b3c3ed9 | |
parent | sync after change of IP-adress of b.root-servers.net (diff) | |
download | wireguard-openbsd-699b2190444fb3834eb26c321efb72443dadd18c.tar.xz wireguard-openbsd-699b2190444fb3834eb26c321efb72443dadd18c.zip |
vmstat shows max 2 drives by default
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 4d8ae8b98cf..67f7b505099 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.28 2003/07/25 21:25:29 tedu Exp $ +.\" $OpenBSD: vmstat.8,v 1.29 2004/01/30 19:32:17 deraadt Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -154,9 +154,9 @@ Disk transfers per second. Typically paging will be split across the available drives. The header of the field is the first character of the disk name and the unit number. -If more than four disk drives are configured in the system, +If more than two disk drives are configured in the system, .Nm -displays only the first four drives. +displays only the first two drives. To force .Nm to display specific drives, their names may be supplied on the command line. |