From nobody Fri Jun 12 18:19:55 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gcSV86xdSz6gn3C for ; Fri, 12 Jun 2026 18:20:00 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gcSV85FPxz44Wy for ; Fri, 12 Jun 2026 18:20:00 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781288400; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ya2v4V5Gce/pqnNs8SBpaa3Rc3bpzoQpilyVIKbkZyU=; b=c/Mt7YHlWjqKEaWMVPex7k2O1pjjRv2iUb1uIMQw2/YAuXUVDZX8aaE9iyktVe56/B+FIM a6HMoAExKjUgt1Db4JH67LP+oWNilrn7WmgoYYjPRnRgT4rdyKRdIaaffaMmzsDoZwGLIk BSZQB2i7fnnEbHfmnDeGM86bneqK7dtNvaUd/mz01Y8aYkdVdD+c9Yfg34twtQrXtOuktD krmBxNgf0Z2Ov9AxmkTs6HbA9VDB560bwBQQAq/7JhK4vSH2wQOAOgtex2t/XBNKybduJH 5zVtGUSNfym5UCyNCDRTKwnVj9txrPH6JvA4kWiGkd/nmTXZE7z6Xves8fSEdw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781288400; a=rsa-sha256; cv=none; b=d3q7Iw3UjpSLlgsn8kXDwqS6dsLsd5F5BBy2WZ5eri/ePvoHjKPhNJNQeLcl5rr6VqGZ8t oD7zyWzn6XrStzPP1JcKqSZ2U+6XNYGgqUUmYk/XPMtmD58c325LEwQJalTxC2/Fy0Hp8u 8wJ85vrU3+jQVKIEydLutAR+Rpa7i67GlZxOxwMdr9PmEAUtyQbSQBrNJflKG0TECqolsi KK2nodhfQcI9phl6nK5Hl4YdwaYsGxv3wqiQ07gq6l86WM84wtR006tcRdzZIEnwgns5yb dpSJao9RkNZSJiv/PjFDMGgVmJIuBPVP5k8Eux+QOhCA5/T20MGz14k1qwsfuQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781288400; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ya2v4V5Gce/pqnNs8SBpaa3Rc3bpzoQpilyVIKbkZyU=; b=djiGzTGBH/1Oilw04eWcOFMsM0nKDFcu4J38ugW7gA230tWsXTR4y2EApZgK/lRpZNnSse ZdvTSbgOvsT5wlYxTFsedVv2SDD2wyqBCGHmHz5eIhKSMhN4wP12GfHTNzPx83otWio79C UiBE89wsf5EUXcmXXA0bfv/9tJQ2anYdJimOiWuqU9LKS8/qDZ46WGOxMT9F/azmxukmWN 0Lfy62++mc5RFJzwDeZrQBY2TGJxUd2+Yd6Je9O8xiQIoX4NCYzR83LpPPmwBrGkqu8cq5 vtnAcJPaWqUSjA6LNNnartQDJpXZmJqod/tL39gsNBrw3uQD2WhIHFFSRRmWlA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gcSV83xL8zpSJ for ; Fri, 12 Jun 2026 18:20:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 43474 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 12 Jun 2026 18:19:55 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: f22270743898 - stable/14 - hosts.equiv.5: correct nits to fix `mandoc -T lint` issues List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: f22270743898ec68cd6fafa007c213db8ba9f1c4 Auto-Submitted: auto-generated Date: Fri, 12 Jun 2026 18:19:55 +0000 Message-Id: <6a2c4dcb.43474.7bf5ae61@gitrepo.freebsd.org> The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=f22270743898ec68cd6fafa007c213db8ba9f1c4 commit f22270743898ec68cd6fafa007c213db8ba9f1c4 Author: Enji Cooper AuthorDate: 2026-04-24 04:50:01 +0000 Commit: Enji Cooper CommitDate: 2026-06-12 18:19:43 +0000 hosts.equiv.5: correct nits to fix `mandoc -T lint` issues - Rename `.Nm .rhosts` to `.Nm rhosts` to match the MLINK for the manpage. - Use `.Pa` instead of `.Nm` when discussing the paths for `.rhosts` and `hosts.equiv.5` for explicitness and clarity. Bump .Dd for the change. MFC after: 1 week (cherry picked from commit af864dd4a2df50021f8a48c218a1f5968dbbb0c1) --- share/man/man5/hosts.equiv.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5 index 319d47718cbf..01fc53837488 100644 --- a/share/man/man5/hosts.equiv.5 +++ b/share/man/man5/hosts.equiv.5 @@ -25,18 +25,18 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 25, 2013 +.Dd April 23, 2026 .Dt HOSTS.EQUIV 5 .Os .Sh NAME .Nm hosts.equiv , -.Nm .rhosts +.Nm rhosts .Nd trusted remote host and user name data base .Sh DESCRIPTION The -.Nm +.Pa hosts.equiv and -.Nm .rhosts +.Pa .rhosts files contain information regarding trusted hosts and users on the network. For each host a single line should be present