diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-26 20:17:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-26 20:17:14 +0000 |
commit | 708a7ac83608a5fb99e0cd94e8f50e253e67b746 (patch) | |
tree | d07ae754ac994cf610474678832ad76525e513f1 /share/man | |
parent | b0247510542e02ae5615671d2a31b5cd10add363 (diff) |
make example shell independent; from mickey
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 6aab03a6414..8efa73d5fd1 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.23 2006/04/26 07:48:40 jmc Exp $ +.\" $OpenBSD: crash.8,v 1.24 2006/04/26 20:17:13 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 -# DEBUG=-g make foo.o +# make DEBUG=-g foo.o # objdump -S foo.o | less .Ed .Pp |