Date: Fri, 12 Jun 2026 18:20:05 +0000 From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 96b71cb17e61 - stable/15 - hosts.equiv.5: correct nits to fix `mandoc -T lint` issues Message-ID: <6a2c4dd5.44c1c.a0eda99@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=96b71cb17e61f11828e2fdfc1bef7ee65406657d commit 96b71cb17e61f11828e2fdfc1bef7ee65406657d Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2026-04-24 04:50:01 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> CommitDate: 2026-06-12 18:20:01 +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 dbb3bb2f4205..66598ce7f862 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 presenthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2c4dd5.44c1c.a0eda99>
