]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
refer to transfer-source and notify-source in query-source description.
authorMark Andrews <marka@isc.org>
Wed, 12 May 2004 01:58:44 +0000 (01:58 +0000)
committerMark Andrews <marka@isc.org>
Wed, 12 May 2004 01:58:44 +0000 (01:58 +0000)
doc/arm/Bv9ARM-book.xml

index fdef26b5781bbf8944ab94e46d3feeea842291c9..90d5e5851382b30e652636d94987c60ac80b9da8 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.244 2004/04/15 23:40:23 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.245 2004/05/12 01:58:44 marka Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -3565,7 +3565,7 @@ the server will not listen on any IPv6 address.</para></sect3>
 query other name servers. <command>query-source</command> specifies
 the address and port used for such queries. For queries sent over
 IPv6, there is a separate <command>query-source-v6</command> option.
- If <command>address</command> is <command>*</command> or is omitted,
+If <command>address</command> is <command>*</command> or is omitted,
 a wildcard IP address (<command>INADDR_ANY</command>) will be used.
 If <command>port</command> is <command>*</command> or is omitted,
 a random unprivileged port will be used, <command>avoid-v4-udp-ports</command>
@@ -3579,6 +3579,9 @@ query-source-v6 address * port *;
 is used for both UDP and TCP queries, but the port applies only to 
 UDP queries.  TCP queries always use a random
 unprivileged port.</para></note>
+<note>
+<para>See also <command>transfer-source</command> and
+<command>notify-source</command>.</para></note>
 </sect3>
 
 <sect3 id="zone_transfers"><title>Zone Transfers</title>