diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-26 07:48:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-26 07:48:41 +0000 |
commit | 3e3b60d79647bf6d066da37575d86ae44d3797f4 (patch) | |
tree | ab9bce4d12bb9d187354a03204ac536e6952d571 /share/man | |
parent | f1b56010aa034d79a08696481248b676f85b0168 (diff) |
simpler; from michael knudsen
ok krw
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/crash.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 8792789d4d9..6aab03a6414 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.22 2004/08/14 06:25:58 david Exp $ +.\" $OpenBSD: crash.8,v 1.23 2006/04/26 07:48:40 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -283,7 +283,7 @@ Go to the kernel build directory, i.e., Do the following: .Bd -literal -offset indent # rm foo.o -# make -n foo.o | sed 's,-c,-g -c,' | sh +# DEBUG=-g make foo.o # objdump -S foo.o | less .Ed .Pp |