]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove the only section in the history appendix to workaround dblatex issue
authorJeremy C. Reed <jreed@isc.org>
Wed, 16 Sep 2015 14:42:08 +0000 (09:42 -0500)
committerJeremy C. Reed <jreed@isc.org>
Wed, 16 Sep 2015 14:42:08 +0000 (09:42 -0500)
dblatex generated LaTeX that failed with the "id" for link reference
in the sect1 when itr had no <title> to reference.
(A workaround is to set a <title>.)
But since this appendix only had one section
and looked off to have B1 with no title and no B2, just remove the
sect1 tags.
I added the id to the first <para> tag just in case someone uses
it to link.
Note I didn't reformat the content there.

I didn't get this reviewed as was trivial change.

doc/arm/Bv9ARM-book.xml

index 3055cd206503ed31b9b676c24b32998f125a8a93..2ed3cd1098944d99caac87038602b3d035565e39 100644 (file)
@@ -17398,8 +17398,7 @@ allow-query { !{ !10/8; any; }; key example; };
 
     <appendix id="Bv9ARM.ch10">
       <title>A Brief History of the <acronym>DNS</acronym> and <acronym>BIND</acronym></title>
-      <sect1 id="historical_dns_information">
-         <para>
+         <para id="historical_dns_information">
            Although the "official" beginning of the Domain Name
            System occurred in 1984 with the publication of RFC 920, the
            core of the new system was described in 1983 in RFCs 882 and
@@ -17494,7 +17493,6 @@ allow-query { !{ !10/8; any; }; key example; };
            of several corporations, and by the tireless work efforts of
            numerous individuals.
          </para>
-      </sect1>
     </appendix>
 
     <appendix id="Bv9ARM.ch11">