diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 3c42d1fe51..6194eaa0b7 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -2593,7 +2593,7 @@ statement in the named.conf file: use-id-pool yes_or_no; maintain-ixfr-base yes_or_no; forward ( only | first ); - forwarders { in_addr ; in_addr ; ... }; + forwarders { ip_addr port ip_port ; ip_addr port ip_port ; ... }; check-names ( master | slave | response )( warn | fail | ignore ); allow-notify { address_match_list }; allow-query { address_match_list }; @@ -2620,8 +2620,7 @@ statement in the named.conf file: transfer-source-v6 (ip6_addr | *) port ip_port ; notify-source (ip4_addr | *) port ip_port ; notify-source-v6 (ip6_addr | *) port ip_port ; - also-notify { ip_addr port ip_port ; - ip_addr port ip_port ; ... }; + also-notify { ip_addr port ip_port ; ip_addr port ip_port ; ... }; max-ixfr-log-size number; coresize size_spec ; datasize size_spec ; @@ -3877,7 +3876,7 @@ Statement Grammar dialup dialup_option ; file string ; forward (only|first) ; - forwarders { ip_addr ; ip_addr ; ... } ; + forwarders { ip_addr port ip_port ; ip_addr port ip_port ; ... }; ixfr-base string ; ixfr-tmp-file string ; maintain-ixfr-base yes_or_no ;