Subject: misc/17691: Spurious linking to resolver(5) in manpages
To: None <gnats-bugs@gnats.netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: netbsd-bugs
Date: 07/23/2002 23:11:17
>Number:         17691
>Category:       misc
>Synopsis:       The dist/bind manpages mention resolver(5) instead of resolv.conf(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 23 14:12:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Martin Weber
>Release:        NetBSD 1.6D
>Organization:
Entropie Erlangen
	
>Environment:
	
	
System: NetBSD phaeton.entropie.net 1.6D NetBSD 1.6D (PHAETON) #4: Tue Jul 23 15:05:02 CEST 2002 root@phaeton.entropie.net:/usr/src/sys/arch/i386/compile/PHAETON i386

	$ cd /usr/src/dist/bind/man; ident *
dig.1:
     $NetBSD: dig.1,v 1.5 2002/06/20 12:01:50 itojun Exp $

dnskeygen.1:
     $NetBSD: dnskeygen.1,v 1.4 2002/06/20 11:43:09 itojun Exp $

dnsquery.1:
     $NetBSD: dnsquery.1,v 1.1.1.2 2002/06/20 10:29:15 itojun Exp $

host.1:
     $NetBSD: host.1,v 1.8 2002/06/20 11:43:09 itojun Exp $

named-bootconf.8:
     $NetBSD: named-bootconf.8,v 1.3 2002/06/20 11:43:09 itojun Exp $

named-xfer.8:
     $NetBSD: named-xfer.8,v 1.1.1.2 2002/06/20 10:29:15 itojun Exp $

named.8:
     $NetBSD: named.8,v 1.10 2002/06/20 11:43:09 itojun Exp $

named.conf.5:
     $NetBSD: named.conf.5,v 1.7 2002/06/20 12:01:50 itojun Exp $

ndc.8:
     $NetBSD: ndc.8,v 1.4 2002/06/20 11:43:09 itojun Exp $

nslookup.8:
     $NetBSD: nslookup.8,v 1.6 2002/06/20 11:43:09 itojun Exp $

nsupdate.8:
     $NetBSD: nsupdate.8,v 1.1.1.3 2002/06/20 10:29:17 itojun Exp $

Architecture: i386
Machine: i386
>Description:
	The following man pages mention resolver(5) in their text, although
	there is no resolver(5) manpage. There is only a resolv.conf(5).

	dig, dnsquery, host, named-xfer, named, nslookup, nsupdate
	
>How-To-Repeat:
	cd /usr/share/man; grep 'resolver(5)' cat?/*
	
>Fix:
	These patches fix resolver(5) -> resolv.conf(5) [hey, sorry for not filing
	7 prs for this, don't bite my head off :)]
	I'm not sure how you want to handle this seeing that those pages are
	from dist (which, afaik, is to be imported without modification and
	changed on the way to the system, but well, you're the wizards:)
	

cvs server: Diffing .
Index: dig.1
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/dig.1,v
retrieving revision 1.6
diff -u -r1.6 dig.1
--- dig.1	2002/06/20 12:14:08	1.6
+++ dig.1	2002/07/23 21:07:45
@@ -115,7 +115,7 @@
 name servers reside,  so that  
 .Ar server 
 itself can be resolved. See 
-.Xr resolver 5
+.Xr resolv.conf 5
 for information on 
 .Pa /etc/resolv.conf .
 .Sy WARNING :
@@ -671,7 +671,7 @@
 .Sh SEE ALSO
 .Xr named 8 , 
 .Xr resolver 3 , 
-.Xr resolver 5 ,  
+.Xr resolv.conf 5 ,  
 .Xr nslookup 8 . 
 .Sh STANDARDS
 RFC 1035.
Index: dnsquery.1
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/dnsquery.1,v
retrieving revision 1.4
diff -u -r1.4 dnsquery.1
--- dnsquery.1	2002/06/20 11:43:09	1.4
+++ dnsquery.1	2002/07/23 21:07:45
@@ -158,7 +158,7 @@
 .Xr nstest 1 , 
 .Xr nsquery 1 , 
 .Xr named 8 , 
-.Xr resolver 5 .
+.Xr resolv.conf 5 .
 .Sh AUTHOR
 Bryan Beecher
 .Sh BUGS
Index: host.1
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/host.1,v
retrieving revision 1.9
diff -u -r1.9 host.1
--- host.1	2002/06/20 12:01:50	1.9
+++ host.1	2002/07/23 21:07:46
@@ -288,11 +288,11 @@
 .Bl -tag -width "/etc/resolv.conf  " -compact
 .It Pa /etc/resolv.conf 
 See
-.Xr resolver 5 .
+.Xr resolv.conf 5 .
 .El
 .Sh SEE ALSO
 .Xr named  8 , 
-.Xr resolver 5 .
+.Xr resolv.conf 5 .
 .Sh BUGS
 Unexpected effects can happen when you type a name that is not
 part of the local domain.  Please always keep in mind the
Index: named-xfer.8
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/named-xfer.8,v
retrieving revision 1.5
diff -u -r1.5 named-xfer.8
--- named-xfer.8	2002/06/20 11:43:09	1.5
+++ named-xfer.8	2002/07/23 21:07:46
@@ -179,7 +179,7 @@
 .Xr hostname 7 ,
 .Xr named 8 ,
 .Xr resolver 3 ,
-.Xr resolver 5 ,
+.Xr resolv.conf 5 ,
 RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, 
 RFC 1123, RFC 1995
 .Dq Name Server Operations Guide for Sy BIND .
Index: named.8
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/named.8,v
retrieving revision 1.11
diff -u -r1.11 named.8
--- named.8	2002/06/20 12:01:50	1.11
+++ named.8	2002/07/23 21:07:47
@@ -440,7 +440,7 @@
 .Xr hostname 7 ,
 .Xr kill 1 ,
 .Xr resolver 3 , 
-.Xr resolver 5 , 
+.Xr resolv.conf 5 , 
 .Xr signal 3 ,
 RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, RFC 1123,
 RFC 2308
Index: nslookup.8
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/nslookup.8,v
retrieving revision 1.7
diff -u -r1.7 nslookup.8
--- nslookup.8	2002/06/20 12:01:50	1.7
+++ nslookup.8	2002/07/23 21:07:48
@@ -528,7 +528,7 @@
 .Sh SEE ALSO
 .Xr named 8 ,
 .Xr resolver 3 , 
-.Xr resolver 5 ;
+.Xr resolv.conf 5 ;
 RFC-1034,
 .Dq Domain Names - Concepts and Facilities ;
 RFC-1035,
Index: nsupdate.8
===================================================================
RCS file: /cvsroot/basesrc/dist/bind/man/nsupdate.8,v
retrieving revision 1.6
diff -u -r1.6 nsupdate.8
--- nsupdate.8	2002/06/20 11:43:09	1.6
+++ nsupdate.8	2002/07/23 21:07:48
@@ -194,7 +194,7 @@
 .Sh SEE ALSO
 .Xr named 8 ,
 .Xr resolver 3 , 
-.Xr resolver 5 ;
+.Xr resolv.conf 5 ;
 RFC-1034,
 .Dq Domain Names - Concepts and Facilities ;
 RFC-1035,
>Release-Note:
>Audit-Trail:
>Unformatted: