diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2008-12-24 17:15:35 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2008-12-24 17:15:35 +0000 |
commit | 4fcdd7f488914dded007b320302237245de7788b (patch) | |
tree | 52b8e54f617590949cdd9528a27a00f985656a65 /share/man/man8 | |
parent | bc14947bbae1b9761c21acd8fdea70ce8cd028b4 (diff) |
Add quotes around DEBUG value, otherwise config doesn't like it.
While here, change -ggdb to -g (by kettenis).
OK millert and kettenis
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 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). |