[deployment-guide/comm-rel: 387/727] Updated indexing of the Common Resource Records section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:57:15 UTC 2010


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

    Updated indexing of the Common Resource Records section.

 en-US/The_BIND_DNS_Server.xml |   59 +++++++++++++++++++++++++++++++++-------
 1 files changed, 48 insertions(+), 11 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index 5b12b79..fc58f06 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -1101,17 +1101,19 @@ options {
     </section>
     <section id="s3-bind-zone-rr">
       <title>Common Resource Records</title>
-      <indexterm>
-        <primary>BIND</primary>
-        <secondary>configuration of</secondary>
-        <tertiary>zone file resource records</tertiary>
-      </indexterm>
       <para>
         The following resource records are commonly used in zone files:
       </para>
       <variablelist>
         <varlistentry>
-          <term><command>A</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>A</command> (Address) resource record</tertiary>
+            </indexterm>
+            <command>A</command>
+          </term>
           <listitem>
             <para>
               The <firstterm>Address</firstterm> record specifies an IP addres to be assigned to a name. It takes the following form:
@@ -1131,7 +1133,14 @@ options {
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>CNAME</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>CNAME</command> (Canonical Name) resource record</tertiary>
+            </indexterm>
+            <command>CNAME</command>
+          </term>
           <listitem>
             <para>
               The <firstterm>Canonical Name</firstterm> record maps one name to another. Because of this, this type of record is sometimes referred to as an <firstterm>alias record</firstterm>. It takes the following form:
@@ -1168,7 +1177,14 @@ www      IN  CNAME  server1</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>MX</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>MX</command> (Mail Exchange) resource record</tertiary>
+            </indexterm>
+            <command>MX</command>
+          </term>
           <listitem>
             <para>
               The <firstterm>Mail Exchange</firstterm> record specifies where the mail sent to a particular namespace controlled by this zone should go. It takes the following form:
@@ -1189,7 +1205,14 @@ www      IN  CNAME  server1</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>NS</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>NS</command> (Nameserver) resource record</tertiary>
+            </indexterm>
+            <command>NS</command>
+          </term>
           <listitem>
             <para>
               The <firstterm>Nameserver</firstterm> record announces authoritative nameservers for a particular zone. It takes the following form:
@@ -1206,7 +1229,14 @@ IN  NS  dns2.example.com.</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>PTR</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>PTR</command> (Pointer) resource record</tertiary>
+            </indexterm>
+            <command>PTR</command>
+          </term>
           <listitem>
             <para>
               The <firstterm>Pointer</firstterm> record points to another part of the namespace.
@@ -1217,7 +1247,14 @@ IN  NS  dns2.example.com.</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>SOA</command></term>
+          <term>
+            <indexterm>
+              <primary>BIND</primary>
+              <secondary>zones</secondary>
+              <tertiary><command>SOA</command> (Start of Authority) resource record</tertiary>
+            </indexterm>
+            <command>SOA</command>
+          </term>
           <listitem>
             <para>
               The <firstterm>Start of Authority</firstterm> record announces important authoritative information about a namespace to the nameserver. Located after the directives, it is the first resource record in a zone file. It takes the following form:


More information about the docs-commits mailing list