]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
RT #16490: missed an occurance of "unthaw" in ARM.
authorRob Austein <sra@isc.org>
Tue, 14 Nov 2006 22:38:53 +0000 (22:38 +0000)
committerRob Austein <sra@isc.org>
Tue, 14 Nov 2006 22:38:53 +0000 (22:38 +0000)
doc/arm/Bv9ARM-book.xml

index e7a3482a959dee303129589a116f92c73801dc18..bccb088a664a64ee519a17d0741250cfb58e5222 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.73 2006/09/13 00:26:41 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.74 2006/11/14 22:38:53 sra Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -1072,7 +1072,7 @@ protocol is specified in RFC 1996.
     <command>rndc freeze <replaceable>zone</replaceable></command>.
     This will also remove the zone's <filename>.jnl</filename> file
     and update the master file.  Edit the zone file.  Run
-    <command>rndc unfreeze <replaceable>zone</replaceable></command>
+    <command>rndc thaw <replaceable>zone</replaceable></command>
     to reload the changed zone and re-enable dynamic updates.</para>
 
   </sect2>