summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2010-11-08 15:52:05 +0000
committersobrado <sobrado@openbsd.org>2010-11-08 15:52:05 +0000
commitbd762304b1759ed2eff3038ede78524c97c82804 (patch)
tree2b020d34889903231e613c3e7699947de954efbd
parentgetdirentries(2) should be avoided outside of libc so use scandir(3) (diff)
downloadwireguard-openbsd-bd762304b1759ed2eff3038ede78524c97c82804.tar.xz
wireguard-openbsd-bd762304b1759ed2eff3038ede78524c97c82804.zip
neither systat(1) nor slstats(8) understands `-M core' and `-N system';
while here, sort these options. ok jmc@, millert@
-rw-r--r--share/man/man8/crash.822
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.