summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-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