From owner-dev-commits-src-all@freebsd.org Mon Dec 28 15:49:29 2020 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 625504B8DF6; Mon, 28 Dec 2020 15:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4MRs2L2zz3sH6; Mon, 28 Dec 2020 15:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42F9C1BF5A; Mon, 28 Dec 2020 15:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 0BSFnTZN000111; Mon, 28 Dec 2020 15:49:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BSFnTpJ000110; Mon, 28 Dec 2020 15:49:29 GMT (envelope-from git) Date: Mon, 28 Dec 2020 15:49:29 GMT Message-Id: <202012281549.0BSFnTpJ000110@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: e5a84dc8a755 - main - dumpon(8): Add missing section arguments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e5a84dc8a7556ccbda079f648455a42460c10a6e Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 15:49:29 -0000 The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e5a84dc8a7556ccbda079f648455a42460c10a6e commit e5a84dc8a7556ccbda079f648455a42460c10a6e Author: Gordon Bergling AuthorDate: 2020-12-28 15:48:58 +0000 Commit: Gordon Bergling 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