[deployment-guide/comm-rel: 382/727] Fixed the formatting of examples.

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


commit e5a31284e93b7a2823baca4c0c425bac7e463879
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 16 15:19:07 2010 +0200

    Fixed the formatting of examples.

 en-US/The_BIND_DNS_Server.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index efe620a..b72c79b 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -1162,8 +1162,8 @@ options {
             </para>
             <example id="example-bind-zone-rr-cname">
               <title>Using the <command>CNAME</command> resource record</title>
-              <screen>server1 IN A 10.0.1.5
-www IN CNAME server1</screen>
+              <screen>server1  IN  A      10.0.1.5
+www      IN  CNAME  server1</screen>
             </example>
           </listitem>
         </varlistentry>
@@ -1175,7 +1175,7 @@ www IN CNAME server1</screen>
             </para>
             <screen>IN MX <replaceable>preference-value</replaceable> <replaceable>email-server-name</replaceable></screen>
             <para>
-              The <replaceable>email-server-name</replaceable> is fully qualified domain name (FQDN). The <replaceable>preference-value</replaceable> allows numerical ranking of the email servers for a namespace, giving preference to some email systems over others. The <command>MX</command> resource record with the lowest <replaceable>preference-value</replaceable> is preferred over the others. However, multiple email servers can possess the same value to distribute email traffic evenly among them.
+              The <replaceable>email-server-name</replaceable> is a fully qualified domain name (FQDN). The <replaceable>preference-value</replaceable> allows numerical ranking of the email servers for a namespace, giving preference to some email systems over others. The <command>MX</command> resource record with the lowest <replaceable>preference-value</replaceable> is preferred over the others. However, multiple email servers can possess the same value to distribute email traffic evenly among them.
             </para>
             <para>
               In <xref linkend="example-bind-zone-rr-mx" />, the first <systemitem class="domainname">mail.example.com</systemitem> email server is preferred to the <systemitem class="domainname">mail2.example.com</systemitem> email server when receiving email destined for the <systemitem class="domainname">example.com</systemitem> domain.
@@ -1183,8 +1183,8 @@ www IN CNAME server1</screen>
             </para>
             <example id="example-bind-zone-rr-mx">
               <title>Using the <command>MX</command> resource record</title>
-              <screen>example.com. IN MX 10 mail.example.com.
-             IN MX 20 mail2.example.com.</screen>
+              <screen>example.com.  IN  MX  10  mail.example.com.
+              IN  MX  20  mail2.example.com.</screen>
             </example>
           </listitem>
         </varlistentry>


More information about the docs-commits mailing list