diff options
Diffstat (limited to 'usr/src/man/man3/hosts_access.3')
-rw-r--r-- | usr/src/man/man3/hosts_access.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3/hosts_access.3 b/usr/src/man/man3/hosts_access.3 index 5a3842002d..29959ff8e5 100644 --- a/usr/src/man/man3/hosts_access.3 +++ b/usr/src/man/man3/hosts_access.3 @@ -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\fR(4) manual page. When internal endpoint information +\fIhosts_access\fR(5) 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(4), format of the access control tables. -hosts_options(4), optional extensions to the base language. +hosts_access(5), format of the access control tables. +hosts_options(5), optional extensions to the base language. .SH FILES /etc/hosts.allow, /etc/hosts.deny, access control tables. .SH BUGS |