git: 4ee44ffcca3c - main - Indicate that kgdb.1 is from ports/devel/gdb.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Aug 2022 13:18:24 UTC
The branch main has been updated by schweikh:
URL: https://cgit.FreeBSD.org/src/commit/?id=4ee44ffcca3cc811e7961f5bf218ee08ca45e01a
commit 4ee44ffcca3cc811e7961f5bf218ee08ca45e01a
Author: Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-08-14 13:17:29 +0000
Commit: Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-08-14 13:17:29 +0000
Indicate that kgdb.1 is from ports/devel/gdb.
---
sbin/decryptcore/decryptcore.8 | 2 +-
share/man/man4/ddb.4 | 6 +++---
share/man/man5/core.5 | 2 +-
share/man/man8/crash.8 | 4 ++--
share/man/man9/ieee80211_ddb.9 | 2 +-
usr.sbin/crashinfo/crashinfo.8 | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/sbin/decryptcore/decryptcore.8 b/sbin/decryptcore/decryptcore.8
index fc6a1dadc7b5..e02c0e42bb60 100644
--- a/sbin/decryptcore/decryptcore.8
+++ b/sbin/decryptcore/decryptcore.8
@@ -110,7 +110,7 @@ Specify a number of a crash dump to be decrypted.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
-.Xr kgdb 1 ,
+.Xr kgdb 1 Pq Pa ports/devel/gdb ,
.Xr capsicum 4 ,
.Xr dumpon 8 ,
.Xr savecore 8 ,
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 6dec3924ef79..d7b51b270877 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -60,7 +60,7 @@ representation, define:
To enable the
.Xr gdb 1
backend, so that remote debugging with
-.Xr kgdb 1
+.Xr kgdb 1 Pq Pa ports/devel/gdb
is possible, include:
.Bd -ragged -offset indent
.Cd options GDB
@@ -1265,7 +1265,7 @@ facilities, allowing scripted debugging output to be captured and
committed to disk as part of a textdump for later analysis.
The contents of the capture buffer may also be inspected in a kernel core dump
using
-.Xr kgdb 1 .
+.Xr kgdb 1 Pq Pa ports/devel/gdb .
.Pp
.It Ic run
.It Ic script
@@ -1599,7 +1599,7 @@ directory.
.El
.Sh SEE ALSO
.Xr gdb 1 ,
-.Xr kgdb 1 ,
+.Xr kgdb 1 Pq Pa ports/devel/gdb ,
.Xr acpi 4 ,
.Xr CAM 4 ,
.Xr mac_ddb 4 ,
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 0af1b2b7e8bf..f109b7932308 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -179,7 +179,7 @@ command can be used:
.Sh SEE ALSO
.Xr gdb 1 ,
.Xr gzip 1 ,
-.Xr kgdb 1 ,
+.Xr kgdb 1 Pq Pa ports/devel/gdb ,
.Xr setrlimit 2 ,
.Xr sigaction 2 ,
.Xr sysctl 8
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8
index 63b814881bd1..11ed71ca3938 100644
--- a/share/man/man8/crash.8
+++ b/share/man/man8/crash.8
@@ -196,7 +196,7 @@ See
for details.
.Pp
To analyze a dump you should begin by running
-.Xr kgdb 1
+.Xr kgdb 1 Pq Pa ports/devel/gdb
on the system load image and core dump.
If the core image is the result of a panic,
the panic message is printed.
@@ -205,7 +205,7 @@ the
.%B "FreeBSD Developers' Handbook"
.Pq Pa https://www.freebsd.org/doc/en/books/developers-handbook/ .
.Sh SEE ALSO
-.Xr kgdb 1 ,
+.Xr kgdb 1 Pq Pa ports/devel/gdb ,
.Xr dumpon 8 ,
.Xr reboot 8 ,
.Xr savecore 8
diff --git a/share/man/man9/ieee80211_ddb.9 b/share/man/man9/ieee80211_ddb.9
index 8deaee73c815..c85dd7278725 100644
--- a/share/man/man9/ieee80211_ddb.9
+++ b/share/man/man9/ieee80211_ddb.9
@@ -52,7 +52,7 @@ support for displaying important data structures.
This is especially important because wireless applications are often
built for embedded environments where cross-machine or post-mortem
debugging facilities like
-.Xr kgdb 1
+.Xr kgdb 1 Pq Pa ports/devel/gdb
are infeasible.
.Pp
The most commonly used command is
diff --git a/usr.sbin/crashinfo/crashinfo.8 b/usr.sbin/crashinfo/crashinfo.8
index 3915bb1b44e1..dd87d0a45231 100644
--- a/usr.sbin/crashinfo/crashinfo.8
+++ b/usr.sbin/crashinfo/crashinfo.8
@@ -78,7 +78,7 @@ it uses several utilities to analyze the core including
.Xr fstat 1 ,
.Xr iostat 8 ,
.Xr ipcs 1 ,
-.Xr kgdb 1 ,
+.Xr kgdb 1 Pq Pa ports/devel/gdb ,
.Xr netstat 1 ,
.Xr nfsstat 1 ,
.Xr ps 1 ,