Parcourir la source

[master] for bind. zone change wording from "static" to "built-in"

acknowledged on jabber
Jeremy C. Reed il y a 12 ans
Parent
commit
1db082c00f
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      doc/guide/bind10-guide.xml

+ 3 - 3
doc/guide/bind10-guide.xml

@@ -2487,8 +2487,8 @@ can use various data source backends.
       <para>
       <para>
         The configuration is located in data_sources/classes. Each item there
         The configuration is located in data_sources/classes. Each item there
         represents one RR class and a list used to answer queries for that
         represents one RR class and a list used to answer queries for that
-        class. The default contains two classes. The CH class contains a static
-        data source &mdash; one that serves things like
+        class. The default contains two classes. The CH class contains a
+        built-in data source &mdash; one that serves things like
         <quote>AUTHORS.BIND.</quote>. The IN class contains single SQLite3
         <quote>AUTHORS.BIND.</quote>. The IN class contains single SQLite3
         data source with database file located at
         data source with database file located at
         <filename>/usr/local/var/bind10/zone.sqlite3</filename>.
         <filename>/usr/local/var/bind10/zone.sqlite3</filename>.
@@ -2555,7 +2555,7 @@ can use various data source backends.
         </para>
         </para>
 
 
         <para>
         <para>
-          First, let's disable the static data source
+          First, let's disable the built-in data source
           (<quote>VERSION.BIND</quote> and friends). As it is the only
           (<quote>VERSION.BIND</quote> and friends). As it is the only
           data source in the CH class, we can remove the whole class.
           data source in the CH class, we can remove the whole class.