Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140071099
D37330.id112966.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
788 B
Referenced Files
None
Subscribers
None
D37330.id112966.diff
View Options
diff --git a/share/man/man4/netgdb.4 b/share/man/man4/netgdb.4
--- a/share/man/man4/netgdb.4
+++ b/share/man/man4/netgdb.4
@@ -24,18 +24,21 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 17, 2019
+.Dd November 10, 2022
.Dt NETGDB 4
.Os
.Sh NAME
.Nm netgdb
.Nd protocol for debugging the kernel with GDB over the network
.Sh SYNOPSIS
-NetGDB support is compiled by default, if DDB, GDB, and INET are enabled.
-To build a kernel without it, add the following line to your kernel
-configuration file:
+To compile NetGDB support into the kernel, place the following lines in your
+kernel configuration file:
.Bd -ragged -offset indent
-.Cd "nooptions NETGDB"
+.Cd "options DDB"
+.Cd "options GDB"
+.Cd "options INET"
+.Cd "options DEBUGNET"
+.Cd "options NETGDB"
.Ed
.Sh DESCRIPTION
.Nm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 20, 8:40 PM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27100767
Default Alt Text
D37330.id112966.diff (788 B)
Attached To
Mode
D37330: netgdb(4): update list of required kernel options
Attached
Detach File
Event Timeline
Log In to Comment