[deployment-guide/comm-rel: 388/727] Minor corrections.

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


commit c09f780582e24280b7540c9641c9f68ba5990909
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 16 16:20:55 2010 +0200

    Minor corrections.

 en-US/The_BIND_DNS_Server.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index fc58f06..ad00a0e 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -914,14 +914,14 @@ options {
         <tertiary>comment</tertiary>
       </indexterm>
       <para>
-        Additionally to statements, the <filename>/etc/named.conf</filename> file can also contain comments. The comments are ignored by the <systemitem class="service">named</systemitem> service, but can prove useful when providing additional information to a user. The following are valid comment tags:
+        Additionally to statements, the <filename>/etc/named.conf</filename> file can also contain comments. Comments are ignored by the <systemitem class="service">named</systemitem> service, but can prove useful when providing additional information to a user. The following are valid comment tags:
       </para>
       <variablelist>
         <varlistentry>
           <term><literal>//</literal></term>
           <listitem>
             <para>
-              The text after the <literal>//</literal> characters to the end of the line is considered a comment. For example:
+              Any text after the <literal>//</literal> characters to the end of the line is considered a comment. For example:
             </para>
             <screen>notify yes;  // notify all secondary nameservers</screen>
           </listitem>
@@ -930,7 +930,7 @@ options {
           <term><literal>#</literal></term>
           <listitem>
             <para>
-              The text after the <literal>#</literal> character to the end of the line is considered a comment. For example:
+              Any text after the <literal>#</literal> character to the end of the line is considered a comment. For example:
             </para>
             <screen>notify yes;  # notify all secondary nameservers</screen>
           </listitem>
@@ -939,7 +939,7 @@ options {
           <term><literal>/*</literal> and <literal>*/</literal></term>
           <listitem>
             <para>
-              The block of text enclosed in <literal>/*</literal> and <literal>*/</literal> is considered a comment. For example:
+              Any block of text enclosed in <literal>/*</literal> and <literal>*/</literal> is considered a comment. For example:
             </para>
             <screen>notify yes;  /* notify all secondary nameservers */</screen>
           </listitem>


More information about the docs-commits mailing list