diff --git a/man5/host.conf.5 b/man5/host.conf.5 index a07e85f4f..9ff2ed304 100644 --- a/man5/host.conf.5 +++ b/man5/host.conf.5 @@ -202,6 +202,8 @@ The file is the modern way of controlling the order of host lookups. .SH SEE ALSO .BR gethostbyname (3), -.BR nsswitch.conf (5) +.BR hosts (5), +.BR nsswitch.conf (5), +.BR resolv.conf (5), .BR hostname (7), .BR named (8) diff --git a/man5/hosts.5 b/man5/hosts.5 index aca5a43c0..9ec8cb269 100644 --- a/man5/hosts.5 +++ b/man5/hosts.5 @@ -114,6 +114,8 @@ I just found three, from 92, .fi .SH SEE ALSO .BR hostname (1), +.BR host.conf (5), +.BR resolv.conf (5), .BR resolver (3), .BR resolver (5), .BR hostname (7), diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index 4eb6c734b..1777c8a95 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -300,8 +300,10 @@ in the first column are treated as comments. .I .SH SEE ALSO .BR gethostbyname (3), +.BR host.conf (5), +.BR hosts (5), .BR resolver (3), -.BR nsswitch.conf (5) +.BR nsswitch.conf (5), .BR hostname (7), .BR named (8) .br