aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-12-06 20:45:26 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-12-06 21:15:18 +0000
commitaab6fe0c2c3195c1b9ee967796b7c8c6c82d94ec (patch)
tree29016e7fdf8b8d1b9d49506d5034ebf5cf618091
parent794d3e8e63f4a6ebc8926030b6c937109ddc5485 (diff)
downloadsrc-aab6fe0c2c3195c1b9ee967796b7c8c6c82d94ec.tar.gz
src-aab6fe0c2c3195c1b9ee967796b7c8c6c82d94ec.zip
inetd.8: Lint the file
Remove Tn macros and fix other style warnings. MFC after: 3 days
-rw-r--r--usr.sbin/inetd/inetd.823
1 files 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