mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:00:00 -04:00
[v9_9] remove unneeded xsl code, fix a link in ARM
This commit is contained in:
parent
69d2776907
commit
d92c22d393
2 changed files with 4 additions and 16 deletions
|
|
@ -7643,7 +7643,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="clients-per-query">
|
||||
<term><command>clients-per-query</command></term>
|
||||
<term xml:id="cpq_term"><command>clients-per-query</command></term>
|
||||
<term><command>max-clients-per-query</command></term>
|
||||
<listitem>
|
||||
<para>These set the
|
||||
|
|
@ -14626,7 +14626,7 @@ HOST-127.EXAMPLE. MX 0 .
|
|||
<command>max-clients-per-query</command>
|
||||
options
|
||||
(see the description about
|
||||
<xref linkend="clients-per-query"/>.)
|
||||
<xref endterm="cpq_term" linkend="clients-per-query"/>.)
|
||||
This corresponds to the
|
||||
<command>dropped</command> counter
|
||||
of previous versions of
|
||||
|
|
|
|||
|
|
@ -75,7 +75,8 @@
|
|||
<!-- the blue boxes won't show up in print, but change to black and the boxes
|
||||
disappeared -->
|
||||
<!-- urlcolor=black is for email addresses etc -->
|
||||
<xsl:param name="latex.class.options">nohyperlink,colorlinks,linkcolor=black,urlcolor=black</xsl:param>
|
||||
<!-- this is for a black-and-white PDF, no hyperlinks or URL colors -->
|
||||
<!-- xsl:param name="latex.class.options">nohyperlink,colorlinks,linkcolor=black,urlcolor=black</xsl:param> -->
|
||||
|
||||
<!-- Variable list terms on line by themselves -->
|
||||
<xsl:param name="term.breakline">1</xsl:param>
|
||||
|
|
@ -86,19 +87,6 @@
|
|||
<!-- set latex secnumdepth, choose level of subsections to number -->
|
||||
<xsl:param name="doc.section.depth">1</xsl:param>
|
||||
|
||||
<!-- custom for menu labels -->
|
||||
<!-- I don't use guisubmenu -->
|
||||
<!-- TODO: guimenu and guimenuitem not doing anything here -->
|
||||
<xsl:template match="guimenu|guimenuitem">
|
||||
<xsl:call-template name="inline.sansserifseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="guibutton">
|
||||
<xsl:call-template name="inline.sansserifseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="guilabel">
|
||||
<xsl:call-template name="inline.sansserifseq"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="inline.sansserifseq">
|
||||
<xsl:param name="content">
|
||||
<xsl:apply-templates/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue