[deployment-guide/comm-rel: 389/727] Added the Comment Tags section.

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


commit 68697f3a5edb54a9ab920b3b2b56dbc79c71ea02
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 16 16:21:08 2010 +0200

    Added the Comment Tags section.
    
    Again, this is for the sake of consistency.

 en-US/The_BIND_DNS_Server.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index ad00a0e..4e4e043 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -1425,6 +1425,13 @@ IN  NS  dns2.example.com.</screen>
         </varlistentry>
       </variablelist>
     </section>
+    <section id="s2-bind-zone-comm">
+      <title>Comment Tags</title>
+      <para>
+        Additionally to resource records and directives, a zone 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 the user. Any text after the semicolon character (that is, <literal>;</literal>) to the end of the line is considered a comment. For example:
+      </para>
+      <screen>   604800  ; expire after 1 week</screen>
+    </section>
     <section id="s2-bind-zone-examples">
       <title>Example Zone File</title>
       <indexterm>


More information about the docs-commits mailing list