From: Mark Andrews Date: Tue, 19 Jun 2007 06:58:04 +0000 (+0000) Subject: documentation updates from Jeremy X-Git-Tag: v9.5.0a6~25 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6043e41fcf5dc91aa8a981c966512d73bdec31c1;p=thirdparty%2Fbind9.git documentation updates from Jeremy --- diff --git a/bin/check/named-checkconf.docbook b/bin/check/named-checkconf.docbook index 665348e4a5c..53592392da3 100644 --- a/bin/check/named-checkconf.docbook +++ b/bin/check/named-checkconf.docbook @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + June 14, 2000 @@ -151,6 +151,9 @@ named8 , + + named-checkzone8 + , BIND 9 Administrator Reference Manual. diff --git a/bin/check/named-checkzone.docbook b/bin/check/named-checkzone.docbook index e0fc8ae1f6e..c5321e2d542 100644 --- a/bin/check/named-checkzone.docbook +++ b/bin/check/named-checkzone.docbook @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + June 13, 2000 @@ -434,6 +434,9 @@ named8 , + + named-checkconf8 + , RFC 1035, BIND 9 Administrator Reference Manual. diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 4b804700fd3..1b245d73b53 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + Aug 13, 2004 @@ -593,6 +593,9 @@ zone string optional_class named8 , + + named-checkconf8 + , rndc8 , diff --git a/bin/named/named.docbook b/bin/named/named.docbook index 8b4fee06530..a60d1496681 100644 --- a/bin/named/named.docbook +++ b/bin/named/named.docbook @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + June 30, 2000 @@ -369,6 +369,14 @@ RFC 1033, RFC 1034, RFC 1035, + + named-checkconf + 8 + , + + named-checkzone + 8 + , rndc 8 diff --git a/bin/rndc/rndc.docbook b/bin/rndc/rndc.docbook index d6afc8dfbc2..cb75d18e059 100644 --- a/bin/rndc/rndc.docbook +++ b/bin/rndc/rndc.docbook @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + June 30, 2000 @@ -139,13 +139,12 @@ -s server server is - the name or address of the server which matches a + the name or address of the server which matches a server statement in the configuration file for - rndc. If no server is supplied on - the + rndc. If no server is supplied on the command line, the host named by the default-server clause - in the option statement of the configuration file will be - used. + in the options statement of the rndc + configuration file will be used. diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 110a57944a8..5050cd25dd4 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -741,8 +741,8 @@ zone "eng.example.com" { A primitive form of load balancing can be achieved in - the DNS by using multiple A records for - one name. + the DNS by using multiple records + (such as multiple A records) for one name. @@ -4425,6 +4425,7 @@ category notify { null; }; dump-file path_name; memstatistics-file path_name; pid-file path_name; + recursing-file path_name; statistics-file path_name; zone-statistics yes_or_no; auth-nxdomain yes_or_no; @@ -4739,6 +4740,18 @@ category notify { null; }; + + recursing-file + + + The pathname of the file the server dumps + the queries that are currently recursing when instructed + to do so with rndc recursing. + If not specified, the default is named.recursing. + + + + statistics-file