diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-11-08 15:52:06 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-11-08 15:52:06 +0000 |
commit | 4171d7225d2a6401e152b6bf90d7fc117d4d1ae9 (patch) | |
tree | 7cf325685ea1978dc577deed2c2d4101d034f7e2 /share/man/man8 | |
parent | 9f1b0f707302281fdd04debb046d628a1831bebf (diff) |
neither systat(1) nor slstats(8) understands `-M core' and `-N system';
while here, sort these options.
ok jmc@, millert@
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/crash.8 | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 39a454b9d97..d66e19dd5e1 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.32 2010/08/09 20:33:58 ray Exp $ +.\" $OpenBSD: crash.8,v 1.33 2010/11/08 15:52:05 sobrado Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)crash.8 6.5 (Berkeley) 4/20/91 .\" -.Dd $Mdocdate: August 9 2010 $ +.Dd $Mdocdate: November 8 2010 $ .Dt CRASH 8 .Os .Sh NAME @@ -203,6 +203,14 @@ both live systems and saved images, most of them are linked with the library and share option flags to specify the kernel and memory image. These tools typically take the following flags: .Bl -tag -width indent +.It Fl M Ar core +Normally this +.Ar core +is an image produced by +.Xr savecore 8 +but it can be +.Pa /dev/mem +too, if you are looking at the live system. .It Fl N Ar system Takes a kernel .Ar system @@ -212,14 +220,6 @@ which means the image cannot be stripped. In some cases, using a .Pa bsd.gdb version of the kernel can assist even more. -.It Fl M Ar core -Normally this -.Ar core -is an image produced by -.Xr savecore 8 -but it can be -.Pa /dev/mem -too, if you are looking at the live system. .El .Pp The following commands understand these options: @@ -227,13 +227,11 @@ The following commands understand these options: .Xr netstat 1 , .Xr nfsstat 1 , .Xr ps 1 , -.Xr systat 1 , .Xr w 1 , .Xr dmesg 8 , .Xr iostat 8 , .Xr kgmon 8 , .Xr pstat 8 , -.Xr slstats 8 , .Xr trpt 8 , .Xr vmstat 8 and many others. |