diff options
author | 2001-04-12 18:06:41 +0000 | |
---|---|---|
committer | 2001-04-12 18:06:41 +0000 | |
commit | 90c97e8c349c7e89f5982361f7d7ddb682cb0f0f (patch) | |
tree | ab7331a214b4e39222c471b1cf4e103ae26237e6 | |
parent | Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@ (diff) | |
download | wireguard-openbsd-90c97e8c349c7e89f5982361f7d7ddb682cb0f0f.tar.xz wireguard-openbsd-90c97e8c349c7e89f5982361f7d7ddb682cb0f0f.zip |
document shortcut; noted by bk@rt.fm
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 4 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 4 |
2 files changed, 6 insertions, 2 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, diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index f0aedaefca5..3eac42a7bba 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.15 2000/11/09 17:53:14 aaron Exp $ +.\" $OpenBSD: iostat.8,v 1.16 2001/04/12 18:06:42 deraadt Exp $ .\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -50,6 +50,8 @@ statistics .Op Fl N Ar system .Op Fl w Ar wait .Op Ar drives +.Nm iostat +.Op Ar count .Sh DESCRIPTION .Nm iostat displays kernel |