diff options
author | 2001-04-12 18:12:01 +0000 | |
---|---|---|
committer | 2001-04-12 18:12:01 +0000 | |
commit | b3e99e999030df66a7a4902d643412d72f297ced (patch) | |
tree | ac7a47f62c52f36a6e67f45a6614715141b1d7d5 | |
parent | document shortcut; noted by bk@rt.fm (diff) | |
download | wireguard-openbsd-b3e99e999030df66a7a4902d643412d72f297ced.tar.xz wireguard-openbsd-b3e99e999030df66a7a4902d643412d72f297ced.zip |
Todd says we should not doc depricated behaviour
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 4 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 3eb7568ba15..9d0f97229c3 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.19 2001/04/12 18:06:41 deraadt Exp $ +.\" $OpenBSD: vmstat.8,v 1.20 2001/04/12 18:12:01 deraadt Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -49,8 +49,6 @@ .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 3eac42a7bba..c3face39a6f 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.16 2001/04/12 18:06:42 deraadt Exp $ +.\" $OpenBSD: iostat.8,v 1.17 2001/04/12 18:12:01 deraadt Exp $ .\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -50,8 +50,6 @@ 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 |