summaryrefslogtreecommitdiff
path: root/usr/src/man/man3/hosts_access.3
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3/hosts_access.3')
-rw-r--r--usr/src/man/man3/hosts_access.310
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man3/hosts_access.3 b/usr/src/man/man3/hosts_access.3
index 5a421a8e6d..95032c4baf 100644
--- a/usr/src/man/man3/hosts_access.3
+++ b/usr/src/man/man3/hosts_access.3
@@ -1,4 +1,4 @@
-.TH HOSTS_ACCESS 3 "Sep 15, 2011"
+.TH HOSTS_ACCESS 3 "May 13, 2017"
.SH NAME
hosts_access, hosts_ctl, libwrap, request_init, request_set \- access control library
.SH SYNOPSIS
@@ -24,7 +24,7 @@ char *client_addr;
char *client_user;
.fi
.SH DESCRIPTION
-The routines described in this document are part of the \fIlibwrap.a\fR
+The routines described in this document are part of the \fIlibwrap\fR
library. They implement a rule-based access control language with
optional shell commands that are executed when a rule fires.
.PP
@@ -56,7 +56,7 @@ The name of the daemon process running on the server host.
The name of the user on whose behalf the client host makes the request.
.PP
hosts_access() consults the access control tables described in the
-\fIhosts_access(5)\fR manual page. When internal endpoint information
+\fIhosts_access\fR(4) manual page. When internal endpoint information
is available, host names and client user names are looked up on demand,
using the request structure as a cache. hosts_access() returns zero if
access should be denied.
@@ -75,8 +75,8 @@ tables.
.SH DIAGNOSTICS
Problems are reported via the syslog daemon.
.SH SEE ALSO
-hosts_access(5), format of the access control tables.
-hosts_options(5), optional extensions to the base language.
+hosts_access(4), format of the access control tables.
+hosts_options(4), optional extensions to the base language.
.SH FILES
/etc/hosts.allow, /etc/hosts.deny, access control tables.
.SH BUGS