diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-30 19:32:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-30 19:32:18 +0000 |
commit | 12f29d5b79fa75e86b6eb42fe217cbea355207ab (patch) | |
tree | f2a4a9c9d023b1edf770e4afdcbe38b27bf608f3 | |
parent | 928e1b92c0790aab397ba5594db2006509e2c8fe (diff) |
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. |