git: e926bed1712d - stable/13 - netdump(4): document all kernel options required
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Nov 2022 17:10:36 UTC
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=e926bed1712d61d7046ae928450091979a1ada06 commit e926bed1712d61d7046ae928450091979a1ada06 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-11-11 18:20:58 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-11-14 17:04:12 +0000 netdump(4): document all kernel options required This means INET and DEBUGNET in addition to NETDUMP. Reviewed by: pauamma, markj MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D37331 (cherry picked from commit b0832b5074840bce6f52842888b8c5279528fefa) --- share/man/man4/netdump.4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man4/netdump.4 b/share/man/man4/netdump.4 index a6150eb758e3..ba39452c7076 100644 --- a/share/man/man4/netdump.4 +++ b/share/man/man4/netdump.4 @@ -24,16 +24,18 @@ .\" .\" $FreeBSD$ .\" -.Dd August 25, 2020 +.Dd November 10, 2022 .Dt NETDUMP 4 .Os .Sh NAME .Nm netdump .Nd protocol for transmitting kernel dumps to a remote server .Sh SYNOPSIS -To compile netdump client support into the kernel, place the following line in +To compile netdump client support into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent +.Cd "options INET" +.Cd "options DEBUGNET" .Cd "options NETDUMP" .Ed .Sh DESCRIPTION