summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2005-11-06 17:50:07 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2005-11-06 17:50:07 +0000
commit5264af18fc55071e4d7bd53b99f6ce97a3a1611a (patch)
tree8d9ac1da2178a7e1f26e9fa95672f3c8e731db97
parentd224251fafcaedd990c2a4057e2f3b6d5bb99494 (diff)
Reflect reality with respect to gdb(1).
ok miod@, jmc@
-rw-r--r--share/man/man4/options.414
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 6b214e136af..55dedfabb0d 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.168 2005/10/31 08:15:31 fgsch Exp $
+.\" $OpenBSD: options.4,v 1.169 2005/11/06 17:50:06 kettenis Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -261,16 +261,14 @@ to be built in addition to
.Pa bsd .
.Pa bsd.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 crash dump can be debugged by starting
+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
+with the kernel name
+.Pf ( Pa bsd.gdb )
+as an argument (no core file) and then use the
.Xr gdb 1
command
-.Dq target kcore COREFILE .
+.Dq target kvm COREFILE .
.It Cd option DEBUG
Turns on miscellaneous kernel debugging.
Since options are turned into preprocessor defines (see above),