diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-04-24 04:50:01 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-24 20:45:14 +0000 |
| commit | af864dd4a2df50021f8a48c218a1f5968dbbb0c1 (patch) | |
| tree | c20efe90c84b56b9ce19a955088ae5dfd86f4194 | |
| parent | 573a9e5764df04d2dbfb0cf174458936b0a97095 (diff) | |
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
| -rw-r--r-- | share/man/man5/hosts.equiv.5 | 8 |
1 files 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 |
