git: aab6fe0c2c31 - main - inetd.8: Lint the file

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Mon, 06 Dec 2021 21:15:57 UTC
The branch main has been updated by 0mp (doc, ports committer):

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

commit aab6fe0c2c3195c1b9ee967796b7c8c6c82d94ec
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-12-06 20:45:26 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-12-06 21:15:18 +0000

    inetd.8: Lint the file
    
    Remove Tn macros and fix other style warnings.
    
    MFC after:      3 days
---
 usr.sbin/inetd/inetd.8 | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 864ca2374a14..ebe968e5f840 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -28,7 +28,7 @@
 .\"     from: @(#)inetd.8	8.3 (Berkeley) 4/13/94
 .\" $FreeBSD$
 .\"
-.Dd February 24, 2021
+.Dd December 6, 2021
 .Dt INETD 8
 .Os
 .Sh NAME
@@ -170,7 +170,7 @@ server-program-arguments
 .Ed
 .Pp
 To specify an
-.Tn "ONC RPC" Ns -based
+ONC RPC-based
 service, the entry would contain these fields:
 .Pp
 .Bd -unfilled -offset indent -compact
@@ -191,7 +191,7 @@ it may be a service that implements an official Internet standard or is a
 .Bx Ns -specific
 service.
 As described in
-.Tn RFC 1078 ,
+RFC 1078,
 TCPMUX services are nonstandard services that do not have a
 well-known port assigned to them.
 They are invoked from
@@ -221,7 +221,7 @@ should
 be the official name of the service (that is, the first entry in
 .Pa /etc/services ) .
 When used to specify an
-.Tn "ONC RPC" Ns -based
+ONC RPC-based
 service, this field is a valid RPC service name listed in
 the file
 .Pa /etc/rpc .
@@ -473,7 +473,7 @@ Instead of returning
 the user's name to the ident requester,
 report a
 username made up of random alphanumeric characters,
-e.g.\&
+e.g.,
 .Dq c0c993 .
 The
 .Fl g
@@ -553,7 +553,7 @@ request specifies a reply port corresponding to any internal service.
 is logged.)
 For details of these services, consult the
 appropriate
-.Tn RFC
+RFC
 document.
 .Pp
 The TCPMUX-demultiplexing service is also implemented as an internal service.
@@ -653,7 +653,7 @@ should be used as the daemon name for
 .Dq internal
 services.
 .Ss TCPMUX
-.Tn RFC 1078
+RFC 1078
 describes the TCPMUX protocol:
 ``A TCP client connects to a foreign host on TCP port 1.
 It sends the
@@ -728,7 +728,7 @@ The specification of the socket must be
 an absolute path name,
 optionally prefixed by an owner and mode
 of the form
-.Em :user:group:mode: .
+.Em ":user:group:mode\&:" .
 The specification:
 .Pp
 .Dl ":news:daemon:220:/var/run/sock"
@@ -798,7 +798,7 @@ It includes examples for
 .Nm bootpd ,
 .Nm comsat ,
 .Nm cvs ,
-.Nm date,
+.Nm date ,
 .Nm fingerd ,
 .Nm ftpd ,
 .Nm imapd ,
@@ -982,10 +982,9 @@ utility appeared in
 .Bx 4.3 .
 TCPMUX is based on code and documentation by Mark Lottor.
 Support for
-.Tn "ONC RPC"
-based services is modeled after that
+ONC RPC-based services is modeled after that
 provided by
-.Tn SunOS
+SunOS
 4.1.
 The IPsec hack was contributed by the KAME project in 1999.
 The