]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2851. [doc] nslookup.1, removed <informalexample> from the docbook
authorMark Andrews <marka@isc.org>
Mon, 22 Feb 2010 20:48:56 +0000 (20:48 +0000)
committerMark Andrews <marka@isc.org>
Mon, 22 Feb 2010 20:48:56 +0000 (20:48 +0000)
                        source as it produced bad nroff.  [RT #21007]

CHANGES
bin/dig/nslookup.docbook

diff --git a/CHANGES b/CHANGES
index d5fcc162f5cb3ab8592cd68cad34145e28172f87..27ad013a13ff2e15f4a0bdee5b5328fc2504ac90 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2851.  [doc]           nslookup.1, removed <informalexample> from the docbook
+                       source as it produced bad nroff.  [RT #21007]
+
 2850.  [bug]           If isc_heap_insert() failed due to memory shortage
                        the heap would have corrupted entries. [RT #20951]
 
index 6c9480968365dc3bff2c76f22774cfe43a8dd01a..2a21f4338e704b776765029bf32542dc3ce533b5 100644 (file)
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: nslookup.docbook,v 1.16 2007/06/18 23:47:17 tbox Exp $ -->
+<!-- $Id: nslookup.docbook,v 1.17 2010/02/22 20:48:56 marka Exp $ -->
 <!--
  - Copyright (c) 1985, 1989
  -    The Regents of the University of California.  All rights reserved.
       arguments and are prefixed with a hyphen.  For example, to
       change the default query type to host information, and the initial
       timeout to 10 seconds, type:
-      <informalexample>
+      <!-- <informalexample> produces bad nroff. -->
         <programlisting>
 nslookup -query=hinfo  -timeout=10
 </programlisting>
-      </informalexample>
+      <!-- </informalexample> -->
     </para>
 
   </refsect1>