Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2026 20:45:27 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: af864dd4a2df - main - hosts.equiv.5: correct nits to fix `mandoc -T lint` issues
Message-ID:  <69ebd667.3714e.2926ae6a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=af864dd4a2df50021f8a48c218a1f5968dbbb0c1

commit af864dd4a2df50021f8a48c218a1f5968dbbb0c1
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-04-24 04:50:01 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-24 20:45:14 +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
---
 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 present


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ebd667.3714e.2926ae6a>