diff options
author | 1996-07-04 20:16:02 +0000 | |
---|---|---|
committer | 1996-07-04 20:16:02 +0000 | |
commit | 592913aa19140f931f6665a07625439e3db14077 (patch) | |
tree | 8c0d8105a6e959ff70f98f4007c216b3694e5bfe | |
parent | Fix NetBSD PR bin/2597: lpr and NFS-non-root-exported fails (diff) | |
download | wireguard-openbsd-592913aa19140f931f6665a07625439e3db14077.tar.xz wireguard-openbsd-592913aa19140f931f6665a07625439e3db14077.zip |
kernel is /bsd
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 6 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index d761b73c4c3..cf45b3f16f2 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.4 1996/06/26 05:42:41 deraadt Exp $ +.\" $OpenBSD: vmstat.8,v 1.5 1996/07/04 20:16:02 deraadt Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -81,7 +81,7 @@ instead of the default ``/dev/mem''. .TP \-N Extract the name list from the specified system instead of the default -``/netbsd''. +``/bsd''. .TP \-m Report on the usage of kernel dynamic memory listed first by size of @@ -191,7 +191,7 @@ Others vary every second and running the output for a while will make it apparent which are recomputed every second. .SH FILES .ta \w'/dev/mem 'u -/netbsd default kernel namelist +/bsd default kernel namelist .br /dev/mem default memory file .SH SEE ALSO diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index d2ed7c5ae83..caac548f436 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.3 1996/05/22 11:35:48 deraadt Exp $ +.\" $OpenBSD: iostat.8,v 1.4 1996/07/04 20:16:07 deraadt Exp $ .\" $NetBSD: iostat.8,v 1.9 1996/05/10 23:20:28 thorpej Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -104,7 +104,7 @@ instead of the default .Dq Pa /dev/mem . .It Fl N Extract the name list from the specified system instead of the default -.Dq Pa /netbsd . +.Dq Pa /bsd . .It Fl T Show tty statistics. This is enabled by default unless the .Fl C, @@ -176,7 +176,7 @@ Seconds spent in disk activity .El .Sh FILES .Bl -tag -width /dev/mem -compact -.It Pa /netbsd +.It Pa /bsd Default kernel namelist. .It Pa /dev/mem Default memory file. |