]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: command example was missing TTL (reported in private email by Bdale Garbee...
authorAndreas Gustafsson <source@isc.org>
Tue, 27 Nov 2001 18:57:40 +0000 (18:57 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 27 Nov 2001 18:57:40 +0000 (18:57 +0000)
bin/nsupdate/nsupdate.docbook

index 178b826949fd52dfcdab5733150155098bdb0494..8950b854cf8615d435016d2e9fcd842f528f990f 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: nsupdate.docbook,v 1.8 2001/07/14 18:30:01 bwelling Exp $ -->
+<!-- $Id: nsupdate.docbook,v 1.8.2.1 2001/11/27 18:57:40 gson Exp $ -->
 
 <refentry>
 <refentryinfo>
@@ -463,7 +463,7 @@ The newly-added record has a 1 day TTL (86400 seconds)
 <programlisting>
 # nsupdate
 > prereq nxdomain nickname.example.com
-> update add nickname.example.com CNAME somehost.example.com
+> update add nickname.example.com 86400 CNAME somehost.example.com
 >
 </programlisting>
 </para>