diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-16 08:55:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-16 08:55:05 +0000 |
commit | 77d70c3b674dbee23f1e5153c65cf9d0e28be3f3 (patch) | |
tree | 59ba0c644c5cef0322473296d32458e059d00e0b /share/man | |
parent | 5c821f906b26566d33a5e4debaa9208a93b01c5d (diff) |
crashdump/crash-dump -> crash dump;
this fits in with the rest of our docs.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index fd74319e986..26b2b741258 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.124 2003/05/14 22:55:06 tedu Exp $ +.\" $OpenBSD: options.4,v 1.125 2003/05/16 08:55:04 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -222,12 +222,12 @@ flag causes to be built in addition to .Pa bsd . .Pa bsd.gdb -is useful for debugging kernels and their crashdumps with gdb. +is useful for debugging kernels and their crash dumps with gdb. Note that .Xr gdb 1 Ns 's .Fl k flag is obsolete and should not be used. -Instead, a crashdump can be debugged by starting +Instead, a crash dump can be debugged by starting .Xr gdb 1 with the kernel name as an argument (no core file) and then use the .Xr gdb 1 |