[deployment-guide/comm-rel: 378/727] Updated indexing of the Common Directives section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:56:30 UTC 2010


commit 34a1f75c72cdaa82f14b79a658ca417b3bcbd747
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 16 13:54:16 2010 +0200

    Updated indexing of the Common Directives section.

 en-US/The_BIND_DNS_Server.xml |   32 ++++++++++++++++++++++++--------
 1 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index 5b70fb6..4b57c85 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -1030,17 +1030,19 @@ options {
     </para>
     <section id="s2-bind-zone-directives">
       <title>Common Directives</title>
-      <indexterm>
-        <primary>BIND</primary>
-        <secondary>configuration of</secondary>
-        <tertiary>zone file directives</tertiary>
-      </indexterm>
       <para>
         Directives begin with the dollar sign character (that is, <literal>$</literal>) followed by the name of the directive, and usually appear at the top of the file. The following directives are commonly used in zone files:
       </para>
       <variablelist>
         <varlistentry>
-          <term><command>$INCLUDE</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>$INCLUDE</command> directive</tertiary>
+            </indexterm>
+            <command>$INCLUDE</command>
+          </term>
           <listitem>
             <para>
               The <command>$INCLUDE</command> directive allows you to include another file at the the place where it appears, so that other zone settings can be stored in a separate zone file.
@@ -1052,7 +1054,14 @@ options {
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>$ORIGIN</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>$ORIGIN</command> directive</tertiary>
+            </indexterm>
+            <command>$ORIGIN</command>
+          </term>
           <listitem>
             <para>
               The <command>$ORIGIN</command> directive allows you to append the domain name to unqualified records, such as those with the hostname only. Note that the use of this directive is not necessary if the zone is specified in <filename>/etc/named.conf</filename>, since the zone name is used by default.
@@ -1067,7 +1076,14 @@ options {
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>$TTL</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>$TTL</command> directive</tertiary>
+            </indexterm>
+            <command>$TTL</command>
+          </term>
           <listitem>
             <para>
               The <command>$TTL</command> directive allows you to set the default <firstterm>Time to Live</firstterm> (TTL) value for the zone, that is, how long is a zone record valid. Each resource record can contain its own TTL value, which overrides this directive.


More information about the docs-commits mailing list