summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2001-08-24 11:16:18 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2001-08-24 11:16:18 +0000
commit9ee3085314f20223002c89d4c6668a15fb641b7b (patch)
tree5d92e3387720437e3710e05829174c2e42b5d3ff /share
parent28e2095d9c4aaca13a63482b7e6ea0bd12c83047 (diff)
Cross reference kgdb(7) and generally reword so as to clarify that
a bsd.gdb may be useful for more than debugging coredumps.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/options.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 7ef9f33b592..f776b8d5644 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.81 2001/08/12 19:35:36 heko Exp $
+.\" $OpenBSD: options.4,v 1.82 2001/08/24 11:16:17 hugh Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -220,7 +220,7 @@ using the
.Dq remote target
feature of gdb.
See
-.Xr gdb 1
+.Xr kgdb 7
for details.
.Em Note:
not available on all architectures.
@@ -232,13 +232,13 @@ flag causes
to be built in addition to
.Pa bsd .
.Pa bsd.gdb
-is useful for debugging kernel crash dumps with gdb.
+is useful for debugging kernels and their crashdumps with gdb.
Note that
.Xr gdb Ns 's
.Fl k
flag
is obsolete and should not be used.
-Instead, the kernel can be debugged by starting
+Instead, a crashdump can be debugged by starting
.Xr gdb
with the kernel name as an argument (no core file) and then use the
.Xr gdb