diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index aa668ff088cd..6d818f028e6f 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: inetd.8,v 1.66 2021/10/12 22:42:01 rillig Exp $ +.\" $NetBSD: inetd.8,v 1.67 2021/10/12 22:47:18 rillig Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -113,17 +113,17 @@ the .Fl d option is also given on the command line. .Pp -Services can be specified using the legacy `positional' notation or the +Services can be specified using the legacy `positional' notation or the `key-values' notation described in the sections .Sx Positional Notation -and +and .Sx Key-Values Notation below. .Ss Positional Notation There must be an entry for each field of the configuration file, with entries for each field separated by a tab or a space. -Comments are denoted by a ``#'' at the beginning of a line (see subsection +Comments are denoted by a ``#'' at the beginning of a line (see subsection .Sx Key-Values Notation for defining comments in key-values definitions). There must be an entry for each field (except for one @@ -160,7 +160,7 @@ Note that restricted listen addresses are meaningless and ignored for UNIX-domain services, and are not supported for .Em Sun-RPC services. -All +All .Em Sun-RPC services always listen on all interfaces. .Pp @@ -205,7 +205,7 @@ parameter is the path name to listen on. The .Em service-spec parameter must not begin with a dot. -See +See .Sx Directives . .Pp The @@ -400,49 +400,49 @@ It is possible to quote an argument using either single or double quotes. This allows you to have, e.g., spaces in paths and parameters. .Ss Key-Values Notation In key-values notation, keys are separated from their associated values by `=', -values are separated by whitespace, and key-values options are separated by +values are separated by whitespace, and key-values options are separated by commas. A service definition is terminated by a semicolon. Multiple definitions may exist on a single line (and a line may end with a positional definition. A key-values definition has the following form: .Bd -filled -offset indent -[listen-addr:]service-spec {on|off}