summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-06-02 14:33:47 +0000
committerjmc <jmc@openbsd.org>2003-06-02 14:33:47 +0000
commit0868ef7e02a47bda5fa11dc1d5ba6573aa3e51dd (patch)
tree9b47caf09f6c029107bfe4f45a086281f184399c
parent- remove .Pp's before .Sh (diff)
downloadwireguard-openbsd-0868ef7e02a47bda5fa11dc1d5ba6573aa3e51dd.tar.xz
wireguard-openbsd-0868ef7e02a47bda5fa11dc1d5ba6573aa3e51dd.zip
section reorder;
-rw-r--r--libexec/tcpd/tcpd/tcpd.820
-rw-r--r--libexec/tcpd/tcpdmatch/tcpdmatch.824
2 files changed, 22 insertions, 22 deletions
diff --git a/libexec/tcpd/tcpd/tcpd.8 b/libexec/tcpd/tcpd/tcpd.8
index 33c3d94088c..a8ff5053dff 100644
--- a/libexec/tcpd/tcpd/tcpd.8
+++ b/libexec/tcpd/tcpd/tcpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpd.8,v 1.15 2003/03/06 20:19:52 jmc Exp $
+.\" $OpenBSD: tcpd.8,v 1.16 2003/06/02 14:33:47 jmc Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -132,6 +132,15 @@ This will succeed only if the client host runs an RFC 931-compliant daemon.
Client user name lookups will not work for datagram-oriented
connections, and may cause noticeable delays in the case of connections
from PCs.
+.Sh FILES
+The default locations of the host access control tables are:
+.Pp
+.Bl -tag -width /etc/hosts.allow -compact
+.It Pa /etc/hosts.allow
+Access control table (allow list)
+.It Pa /etc/hosts.deny
+Access control table (deny list)
+.El
.\" .Sh EXAMPLES
.\" The details of using
.\" .Nm tcpd
@@ -210,15 +219,6 @@ For example:
Only the last component
.Pf ( Nm ntalkd )
of the pathname will be used for access control and logging.
-.Sh FILES
-The default locations of the host access control tables are:
-.Pp
-.Bl -tag -width /etc/hosts.allow -compact
-.It Pa /etc/hosts.allow
-Access control table (allow list)
-.It Pa /etc/hosts.deny
-Access control table (deny list)
-.El
.Sh SEE ALSO
.Xr hosts_access 5 ,
.Xr inetd.conf 5 ,
diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.8 b/libexec/tcpd/tcpdmatch/tcpdmatch.8
index d82405e1d56..8c58a5a26f3 100644
--- a/libexec/tcpd/tcpdmatch/tcpdmatch.8
+++ b/libexec/tcpd/tcpdmatch/tcpdmatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdmatch.8,v 1.11 2002/02/13 08:33:46 mpech Exp $
+.\" $OpenBSD: tcpdmatch.8,v 1.12 2003/06/02 14:33:47 jmc Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -138,6 +138,17 @@ Typically, a login name or a numeric user ID.
The default user name is
.Dq unknown .
.El
+.Sh FILES
+The default locations of the
+.Xr tcpd 8
+access control tables are:
+.Pp
+.Bl -tag -width /etc/hosts.allow -compact
+.It Pa /etc/hosts.allow
+access control table (allow list)
+.It Pa /etc/hosts.deny
+access control table (deny list)
+.El
.Sh EXAMPLES
To predict how
.Xr tcpd 8
@@ -164,17 +175,6 @@ $ tcpdmatch telnetd paranoid
.\" On some systems, daemon names have no `in.' prefix, or
.\" .Nm tcpdmatch\
.\" may need some help to locate the inetd configuration file.
-.Sh FILES
-The default locations of the
-.Xr tcpd 8
-access control tables are:
-.Pp
-.Bl -tag -width /etc/hosts.allow -compact
-.It Pa /etc/hosts.allow
-access control table (allow list)
-.It Pa /etc/hosts.deny
-access control table (deny list)
-.El
.Sh SEE ALSO
.Xr hosts_access 5 ,
.Xr hosts_options 5 ,