diff --git a/man3/resolver.3 b/man3/resolver.3 index 0ca3f014b..235a5d189 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -86,7 +86,7 @@ These functions make queries to and interpret the responses from Internet domain name servers. .PP The \fBres_init\fP() function reads the configuration files (see -resolv+(8)) to get the default domain name, search order and name +resolv.conf(5)) to get the default domain name, search order and name server address(es). If no server is given, the local host is tried. If no domain is given, that associated with the local host is used. It can be overridden with the environment variable LOCALDOMAIN. @@ -199,5 +199,5 @@ of the compressed name, or \-1 if an error occurs. .SH "SEE ALSO" .BR gethostbyname (3), .BR hostname (7), -.BR named (8), -.BR resolv+ (8) +.BR resolv.conf (5) +.BR named (8).