diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2010-08-09 20:33:59 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2010-08-09 20:33:59 +0000 |
commit | 9a60c4b0cbcf19e130ec37aa20dc6e3d8482c8d7 (patch) | |
tree | 788d55b479a32abaf98d7c3730953042ac9bbe93 /share/man/man8 | |
parent | ab9a40945ba22c6c05a186a98c452642f0e42a4c (diff) |
Remove extra space.
OK jmc schwarze
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/crash.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index c48623a0b8a..39a454b9d97 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.31 2009/04/02 13:18:24 jmc Exp $ +.\" $OpenBSD: crash.8,v 1.32 2010/08/09 20:33:58 ray 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: April 2 2009 $ +.Dd $Mdocdate: August 9 2010 $ .Dt CRASH 8 .Os .Sh NAME @@ -261,7 +261,7 @@ This is very useful information if you are analyzing process contexts in 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 +# vmstat -N /var/crash/bsd.0 -M /var/crash/bsd.0.core -m .Ed .Pp This analyzes memory allocations at the time of the crash. |