diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-23 10:20:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-23 10:20:00 +0000 |
commit | 1dcd4413baf8e6d18b9d41c604de4a5c60e4d1d0 (patch) | |
tree | c90739bab083952208ad163525eb7a29769541a9 /usr.sbin | |
parent | 3f94e8d5b18562e4dfc7cbec499bfb0c7bb79c69 (diff) |
argument to -M is "core", not "corefile" (this typo was introduced
in 4.4BSD at least).
ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index d576027b866..f434a11e006 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pstat.8,v 1.41 2008/10/07 02:30:02 deraadt Exp $ +.\" $OpenBSD: pstat.8,v 1.42 2009/10/23 10:19:59 sobrado Exp $ .\" $NetBSD: pstat.8,v 1.9.4.1 1996/06/02 09:08:17 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" from: @(#)pstat.8 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: October 7 2008 $ +.Dd $Mdocdate: October 23 2009 $ .Dt PSTAT 8 .Os .Sh NAME @@ -48,7 +48,7 @@ displays open file entry, swap space utilization, terminal state, and vnode data structure information. If -.Ar corefile +.Ar core is given, the information is sought there, otherwise in the running kernel via .Pa /dev/kmem . |