diff options
-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 7e772cfbb8a..6d462f5411c 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.28 2008/12/18 22:23:53 sthen Exp $ +.\" $OpenBSD: crash.8,v 1.29 2008/12/24 17:15:34 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: December 18 2008 $ +.Dd $Mdocdate: December 24 2008 $ .Dt CRASH 8 .Os .Sh NAME @@ -184,7 +184,7 @@ command to show trace of procedure calls that led to the crash. .Pp For custom-built kernels, it is helpful if you had previously configured your kernel to include debugging symbols with -.Sq makeoptions DEBUG=-ggdb +.Sq makeoptions DEBUG="-g" .Pq see Xr options 4 (though you will not be able to boot an unstripped kernel since it uses too much memory). |