diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-12 18:06:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-12 18:06:43 +0000 |
commit | 3c2ad30e6e5b0f335ec666af26a1e48453390655 (patch) | |
tree | 55d707d86769fa609ce61596b6ffd9519a12382a /usr.bin/vmstat | |
parent | 94d38c27cab8d688aa081402b3813f4033315fbc (diff) |
document shortcut; noted by bk@rt.fm
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 015d5a5b57f..3eb7568ba15 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.18 2000/11/10 05:10:42 aaron Exp $ +.\" $OpenBSD: vmstat.8,v 1.19 2001/04/12 18:06:41 deraadt Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -49,6 +49,8 @@ .Op Fl N Ar system .Op Fl w Ar wait .Op disks +.Nm vmstat +.Op Ar count .Sh DESCRIPTION .Nm reports certain kernel statistics kept about process, virtual memory, |