diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 11:47:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 11:47:12 +0000 |
commit | 14eeb8ccfb08bca3016156701a9d7444058aae95 (patch) | |
tree | 7216f4e5c9bfd94382401b4299a462c635c7d30c /lib/libwrap/hosts_access.3 | |
parent | ffbc2b20d6f53275f7df6b2dcd2b699ee239fefd (diff) |
- section reorder
- new sentence, new line
Diffstat (limited to 'lib/libwrap/hosts_access.3')
-rw-r--r-- | lib/libwrap/hosts_access.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3 index 497922d72cd..88c49d42ff6 100644 --- a/lib/libwrap/hosts_access.3 +++ b/lib/libwrap/hosts_access.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.3,v 1.10 2003/05/24 18:30:32 jmc Exp $ +.\" $OpenBSD: hosts_access.3,v 1.11 2003/06/02 11:47:10 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -122,11 +122,6 @@ variables determine how accepted and rejected requests may be logged. They must be provided by the caller and may be modified by rules in the access control tables. -.Sh DIAGNOSTICS -Problems are reported via the syslog daemon. -.Sh SEE ALSO -.Xr hosts_access 5 , -.Xr hosts_options 5 .Sh FILES .Bl -tag -width /etc/hosts.allow -compact .It Pa /etc/hosts.allow @@ -134,6 +129,11 @@ Access control table (allow list) .It Pa /etc/hosts.deny Access control table (deny list) .El +.Sh DIAGNOSTICS +Problems are reported via the syslog daemon. +.Sh SEE ALSO +.Xr hosts_access 5 , +.Xr hosts_options 5 .Sh AUTHORS .Bd -unfilled -offset indent Wietse Venema (wietse@wzv.win.tue.nl) |