From 9c741fe8e6df49a6becda42a944de915788f47ee Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 31 Oct 2000 14:17:05 +0000 Subject: Virgin import of BIND v8.2.3-T6B --- contrib/bind/doc/html/address_list.html | 6 +- contrib/bind/doc/html/index.html | 6 +- contrib/bind/doc/html/master.html | 8 +- contrib/bind/doc/html/options.html | 16 +- contrib/bind/doc/html/zone.html | 8 +- contrib/bind/doc/man/Makefile | 2 +- contrib/bind/doc/man/host.1 | 5 +- contrib/bind/doc/man/named.8 | 3 +- contrib/bind/doc/man/named.conf.5 | 8 +- contrib/bind/doc/man/nslookup.8 | 2 + contrib/bind/doc/man/nsupdate.8 | 11 +- contrib/bind/doc/man/resolver.3 | 54 +- contrib/bind/doc/misc/FAQ.1of2 | 1109 ++++++++++++++++++++----------- contrib/bind/doc/misc/FAQ.2of2 | 995 +++++++++++++++++++++++---- 14 files changed, 1673 insertions(+), 560 deletions(-) (limited to 'contrib/bind/doc') diff --git a/contrib/bind/doc/html/address_list.html b/contrib/bind/doc/html/address_list.html index ec39138..c2b2fe7 100644 --- a/contrib/bind/doc/html/address_list.html +++ b/contrib/bind/doc/html/address_list.html @@ -12,9 +12,9 @@

Syntax

-address_match_list    = 1*address_match_element
+address_match_list    = address_match_element [ address_match_element ... ]
 
-address_match_element = [ "!" ] (address_match_list / ip_address / ip_prefix / acl_name / "key" key_id) ";"
+address_match_element = [ "!" ] ( ip_address / ip_prefix / acl_name / "key" key_id / { address_match_list } ) ;
 

@@ -94,7 +94,7 @@ fall through.
-Last Updated: $Id: address_list.html,v 1.8 1999/09/15 20:28:00 cyarnell Exp $ +Last Updated: $Id: address_list.html,v 1.9 1999/12/03 02:20:42 gson Exp $
diff --git a/contrib/bind/doc/html/index.html b/contrib/bind/doc/html/index.html index f19464b..d78a8aa 100644 --- a/contrib/bind/doc/html/index.html +++ b/contrib/bind/doc/html/index.html @@ -11,9 +11,9 @@