From e5a84dc8a7556ccbda079f648455a42460c10a6e Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 28 Dec 2020 16:48:58 +0100 Subject: [PATCH] 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 f2a1728ec30..acdc554ae54 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