diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 8c8b84b8c8..9c248a8885 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + @@ -3821,14 +3821,18 @@ The default is the empty list. database - The first string represents the -type of database used to store the zone data in the server. The default value -is rbt, a red-black tree. The other defined value is rbt64, a variant of rbt -that allows 2^64 updates. Additional databases may be implemented later or -included. Strings after the first string are optional arguments to -the database driver initialization routine. There are none defined for -rbt or rbt64. - +Specify the type of database to be used for storing the +zone data. The string following the database keyword +is interpreted as a list of whitespace-delimited words. The first word +identifies the database type, and any subsequent words are passed +as arguments to the database to be interpreted in a way specific +to the database type. +The default is "rbt", BIND 9's native in-memory +red-black-tree database. This database does not take arguments. +Other values are possible if additional database drivers +have been linked into the server. Some sample drivers are included +with the distribution but none are linked in by default. + dialup