From owner-dev-commits-src-all@freebsd.org Thu Jul 1 21:54:37 2021 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 B4726653C80; Thu, 1 Jul 2021 21:54:37 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGBnn2mZSz3JvW; Thu, 1 Jul 2021 21:54:37 +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 24B87582; Thu, 1 Jul 2021 21:54:37 +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 161LsbOc075439; Thu, 1 Jul 2021 21:54:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 161LsbqN075438; Thu, 1 Jul 2021 21:54:37 GMT (envelope-from git) Date: Thu, 1 Jul 2021 21:54:37 GMT Message-Id: <202107012154.161LsbqN075438@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ceri Davies Subject: git: 2ce58512957e - main - rc.conf.5: -Tlint fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ceri X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ce58512957ec373abfb71712687d7e7b6abea82 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: Thu, 01 Jul 2021 21:54:37 -0000 The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2ce58512957ec373abfb71712687d7e7b6abea82 commit 2ce58512957ec373abfb71712687d7e7b6abea82 Author: Ceri Davies AuthorDate: 2021-07-01 21:51:37 +0000 Commit: Ceri Davies CommitDate: 2021-07-01 21:54:26 +0000 rc.conf.5: -Tlint fixes. --- share/man/man5/rc.conf.5 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index d32a96b706ec..5692228c4db5 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1391,7 +1391,7 @@ ifconfig_em0_aliases="\\ It also supports CIDR notation. .Pp If the -.Pa /etc/start_if. Ns Aq Ar interface +.Pa /etc/start_if . Ns Aq Ar interface file is present, it is read and executed by the .Xr sh 1 interpreter @@ -1517,7 +1517,7 @@ will use the settings from Finally, you can add .Xr ifconfig 8 options in this variable, in addition to the -.Pa /etc/start_if. Ns Aq Ar interface +.Pa /etc/start_if . Ns Aq Ar interface file. For instance, to configure an .Xr ath 4 @@ -1887,16 +1887,16 @@ The value of this variable is used to configure the link layer of the tunnel using the .Cm tunnel option to -.Xr ifconfig . +.Xr ifconfig 8 . Additionally, this option ensures that each listed interface is created via the .Cm create option to -.Xr ifconfig +.Xr ifconfig 8 before attempting to configure it. .Pp For example, configure two -.Xr gif +.Xr gif 4 interfaces with: .Bd -literal gif_interfaces="gif0 gif1" @@ -3896,7 +3896,7 @@ For backward compatibility, when per-jail configuration variables are defined, .Xr jail 8 configuration files are created as -.Pa /var/run/jail. Ns Ao Ar jname Ac Ns Pa .conf +.Pa /var/run/jail . Ns Ao Ar jname Ac Ns Pa .conf and used. .Pp The following per-jail parameters are handled by @@ -4593,7 +4593,6 @@ it will be made permanently active. .Xr gdb 1 , .Xr info 1 , .Xr kbdcontrol 1 , -.Xr makewhatis 1 , .Xr sh 1 , .Xr vi 1 , .Xr vidcontrol 1 , @@ -4645,6 +4644,7 @@ it will be made permanently active. .Xr kldxref 8 , .Xr loader 8 , .Xr lpd 8 , +.Xr makewhatis 8 , .Xr mdconfig 8 , .Xr mdmfs 8 , .Xr mixer 8 ,