Date: Thu, 9 Dec 2021 09:18:00 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e99e7f1738fe - stable/13 - inetd.8: Lint the file Message-ID: <202112090918.1B99I0Bv074051@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e99e7f1738fe5498aeb5c32428699ce481935613 commit e99e7f1738fe5498aeb5c32428699ce481935613 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-12-06 20:45:26 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-12-09 09:17:55 +0000 inetd.8: Lint the file Remove Tn macros and fix other style warnings. MFC after: 3 days (cherry picked from commit aab6fe0c2c3195c1b9ee967796b7c8c6c82d94ec) --- usr.sbin/inetd/inetd.8 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 053db7fb817e..ca8644dd3920 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 May 14, 2020 +.Dd December 6, 2021 .Dt INETD 8 .Os .Sh NAME @@ -167,7 +167,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 @@ -188,7 +188,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 @@ -218,7 +218,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 . @@ -490,7 +490,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 @@ -550,7 +550,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. @@ -650,7 +650,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 @@ -725,7 +725,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" @@ -957,10 +957,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112090918.1B99I0Bv074051>