diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 77a7342ae0..c44a9aded8 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -1477,15 +1477,25 @@ controls {
If you have to make changes to a dynamic zone
- manually, the following procedure will work: Disable dynamic updates
- to the zone using
+ manually, the following procedure will work:
+ Disable dynamic updates to the zone using
rndc freeze zone.
- This will also remove the zone's .jnl file
- and update the master file. Edit the zone file. Run
+ This will update the zone's master file with the changes
+ stored in its .jnl file.
+ Edit the zone file. Run
rndc thaw zone
to reload the changed zone and re-enable dynamic updates.
+
+ rndc sync zone
+ will update the zone file with changes from the journal file
+ without stopping dynamic updates; this may be useful for viewing
+ the current zone state. To remove the .jnl
+ file after updating the zone file, use
+ rndc sync -clean.
+
+