summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-09-25 17:50:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-09-25 17:50:40 +0000
commit63f7e68dde822c7761204363aee8e08c2f67134c (patch)
tree4fb9cacca5bfeebd272dec126a04a40777fc468c /share
parent65aa80e22a993e41c06d519905f0620221a1dcc3 (diff)
Since bin/ps/keyword.c 1.30 five years ago, ps -O paddr prints the complete
address; do not mention a KERNBASE adjustment anymore.
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/crash.88
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8
index d66e19dd5e1..b114d3da583 100644
--- a/share/man/man8/crash.8
+++ b/share/man/man8/crash.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crash.8,v 1.33 2010/11/08 15:52:05 sobrado Exp $
+.\" $OpenBSD: crash.8,v 1.34 2015/09/25 17:50:39 miod 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: November 8 2010 $
+.Dd $Mdocdate: September 25 2015 $
.Dt CRASH 8
.Os
.Sh NAME
@@ -253,11 +253,9 @@ The
.Fl O Ar paddr
option prints each process'
.Li struct proc
-address, but with the value of KERNBASE masked off.
+address.
This is very useful information if you are analyzing process contexts in
.Xr gdb 1 .
-You need to add back KERNBASE though, that value can be found in
-.Pa /usr/include/$ARCH/param.h .
.Bd -literal -offset indent
# vmstat -N /var/crash/bsd.0 -M /var/crash/bsd.0.core -m
.Ed