git: e5a84dc8a755 - main - dumpon(8): Add missing section arguments
Gordon Bergling
gbe at FreeBSD.org
Mon Dec 28 15:49:29 UTC 2020
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=e5a84dc8a7556ccbda079f648455a42460c10a6e
commit e5a84dc8a7556ccbda079f648455a42460c10a6e
Author: Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2020-12-28 15:48:58 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2020-12-28 15:48:58 +0000
dumpon(8): Add missing section arguments
MFC after: 3 days
---
sbin/dumpon/dumpon.8 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8
index f2a1728ec30e..acdc554ae546 100644
--- a/sbin/dumpon/dumpon.8
+++ b/sbin/dumpon/dumpon.8
@@ -333,18 +333,18 @@ The
.Xr rc 8
script runs early during boot, typically before networking is configured.
This makes it unsuitable for configuring
-.Xr netdump
+.Xr netdump 4
when the client address is dynamic.
To configure
-.Xr netdump
+.Xr netdump 4
when
-.Xr dhclient
+.Xr dhclient 8
binds to a server,
-.Xr dhclient-script
+.Xr dhclient-script 8
can be used to run
-.Xr dumpon .
+.Xr dumpon 8 .
For example, to automatically configure
-.Xr netdump
+.Xr netdump 4
on the vtnet0 interface, add the following to
.Pa /etc/dhclient-exit-hooks .
.Bd -literal
More information about the dev-commits-src-main
mailing list