diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 91130fc41d..50f62ab4f4 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -2270,7 +2270,7 @@ ceiling on log growth. If the file ever exceeds the size, then named -If you use the version log file option, +If you use the versions log file option, then named will retain that many backup versions of the file by renaming them when opening. For example, if you choose to keep 3 old versions of the file lamers.log then @@ -2280,7 +2280,8 @@ renamed to lamers.log.1, and lamers.loglamers.log.0. No rolled versions are kept by default; any existing log file is simply appended. The unlimited keyword is synonymous with 99 in current BIND releases. -Example usage of the size and versions options: +Example usage of the size and +versions options: channel "an_example_channel" { file "example.log" versions 3 size 20m;