diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-08 19:37:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-08 19:37:39 +0000 |
commit | eabe392689c3e08b4b5edfbf5e47fff1a991ab47 (patch) | |
tree | 4656dec87c6751bd802394d856c994832a91ffee /libexec | |
parent | 4d90dca684672cb16fb5ffb3e8967303f44348b8 (diff) |
- Get rid of ".Sh OPTIONS" and always use the standard options list intro.
- Move some BUGS/CAVEATS to the end of the man pages where they should go.
- Correct some .Nm usage.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/identd/identd.8 | 5 | ||||
-rw-r--r-- | libexec/tcpd/tcpdmatch/tcpdmatch.8 | 39 |
2 files changed, 23 insertions, 21 deletions
diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index b9e1ef6b5e9..e9e7c3c926a 100644 --- a/libexec/identd/identd.8 +++ b/libexec/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.15 2000/10/30 17:45:59 aaron Exp $ +.\" $OpenBSD: identd.8,v 1.16 2000/11/08 19:37:37 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -65,7 +65,8 @@ operates by looking up specific .Tn TCP/IP connections and returning the user name of the process owning the connection. -.Sh OPTIONS +.Pp +The options are as follows: .Bl -tag -width Ds .It Fl i Tells diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.8 b/libexec/tcpd/tcpdmatch/tcpdmatch.8 index 1b33ebb052e..665891899f7 100644 --- a/libexec/tcpd/tcpdmatch/tcpdmatch.8 +++ b/libexec/tcpd/tcpdmatch/tcpdmatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdmatch.8,v 1.6 2000/10/30 17:46:27 aaron Exp $ +.\" $OpenBSD: tcpdmatch.8,v 1.7 2000/11/08 19:37:38 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -71,7 +71,23 @@ In addition, it displays the optional shell commands or options in a pretty-printed format; this makes it easier for you to spot any discrepancies between what you want and what the program understands. -.Sh ARGUMENTS +.Pp +The options are as follows: +.Bl -tag -width XXXXXXXXXXXX +.It Fl d +Examine +.Pa hosts.allow +and +.Pa hosts.deny +files in the current directory instead of the default ones. +.It Fl i Ar inet_conf +Specify this option when +.Nm +is unable to find your +.Pa inetd.conf +network configuration file, or when you wish to test with a non-default one. +.El +.Pp The following two arguments are always required: .Pp .Bl -tag -width XXXXXX -compact @@ -122,21 +138,6 @@ Typically, a login name or a numeric user ID. The default user name is .Dq unknown . .El -.Sh OPTIONS -.Bl -tag -width XXXXXXXXXXXX -.It Fl d -Examine -.Pa hosts.allow -and -.Pa hosts.deny -files in the current directory instead of the default ones. -.It Fl i Ar inet_conf -Specify this option when -.Nm -is unable to find your -.Pa inetd.conf -network configuration file, or when you wish to test with a non-default one. -.El .Sh EXAMPLES To predict how .Xr tcpd 8 @@ -170,9 +171,9 @@ access control tables are: .Pp .Bl -tag -width /etc/hosts.allow -compact .It Pa /etc/hosts.allow -Access control table (allow list) +access control table (allow list) .It Pa /etc/hosts.deny -Access control table (deny list) +access control table (deny list) .El .Sh SEE ALSO .Xr hosts_access 5 , |