From 6043e41fcf5dc91aa8a981c966512d73bdec31c1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 19 Jun 2007 06:58:04 +0000 Subject: [PATCH] documentation updates from Jeremy --- bin/check/named-checkconf.docbook | 5 ++++- bin/check/named-checkzone.docbook | 5 ++++- bin/named/named.conf.docbook | 5 ++++- bin/named/named.docbook | 10 +++++++++- bin/rndc/rndc.docbook | 11 +++++------ doc/arm/Bv9ARM-book.xml | 19 ++++++++++++++++--- 6 files changed, 42 insertions(+), 13 deletions(-) diff --git a/bin/check/named-checkconf.docbook b/bin/check/named-checkconf.docbook index 665348e4a5..53592392da 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 e0fc8ae1f6..c5321e2d54 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 4b804700fd..1b245d73b5 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 8b4fee0653..a60d149668 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 d6afc8dfbc..cb75d18e05 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 110a57944a..5050cd25dd 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