git: a2d38f2f8b - main - dev-handbook: Remove reference to kgdb in EOL FreeBSD

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 23 Jan 2026 19:27:23 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a2d38f2f8bba973b9a9d7cf8a373c46f2bad4b99

commit a2d38f2f8bba973b9a9d7cf8a373c46f2bad4b99
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-23 19:24:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-23 19:27:07 +0000

    dev-handbook: Remove reference to kgdb in EOL FreeBSD
    
    kgdb exists in the base system only in FreeBSD 11 and earlier, which is
    well past EOL.  Remove the reference, leaving only a reference to the
    kgdb port or package from devel/gdb.
    
    Sponsored by:   The FreeBSD Foundation
---
 .../content/zh-tw/books/developers-handbook/kerneldebug/_index.adoc     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/zh-tw/books/developers-handbook/kerneldebug/_index.adoc b/documentation/content/zh-tw/books/developers-handbook/kerneldebug/_index.adoc
index 7642350739..5b1a5b10d0 100644
--- a/documentation/content/zh-tw/books/developers-handbook/kerneldebug/_index.adoc
+++ b/documentation/content/zh-tw/books/developers-handbook/kerneldebug/_index.adoc
@@ -146,7 +146,7 @@ After rebooting, your system should save a dump in [.filename]#/var/crash# along
 
 [NOTE]
 ====
-This section covers man:kgdb[1]. The latest version is included in the package:devel/gdb[]. An older version is also present in FreeBSD 11 and earlier.
+This section covers man:kgdb[1]. The latest version is included in the package:devel/gdb[].
 ====
 
 To enter into the debugger and begin getting information from the dump, start kgdb: