]> granicus.if.org Git - pdns/commitdiff
Fix docs for export-etc-hosts-search-suffix
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 12 Nov 2013 18:48:58 +0000 (19:48 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 12 Nov 2013 18:48:58 +0000 (19:48 +0100)
Fixes #1097

pdns/docs/pdns.xml

index be93af1faaebd002b0e632e30176867e7603238f..855692055a76d51150318632fd7836a90e15945f 100755 (executable)
           </listitem>          
           <listitem>
             <para>
-              A new setting, export-etc-hosts-suffix, adds a configurable suffix to names imported from /etc/hosts. 
+              A new setting, export-etc-hosts-search-suffix, adds a configurable suffix to names imported from /etc/hosts. 
               Code in c2544, c2545.
             </para>
           </listitem>                            
@@ -14148,14 +14148,14 @@ sql> insert into domainmetadata (domain_id, kind, content) values (6, 'TSIG-ALLO
            </listitem>
          </varlistentry>
          <varlistentry>
-           <term>export-etc-hosts-suffix</term>
+           <term>export-etc-hosts-search-suffix</term>
            <listitem>
              <para>
                If set, all hostnames in the export-etc-hosts file are
                loaded in canonical form, based on this suffix, unless the
                name contain a '.', in which case the name is unchanged. 
                So an entry called 'pc' with
-               export-etc-hosts-suffix='home.com' will lead to the
+               export-etc-hosts-search-suffix='home.com' will lead to the
                generation of 'pc.home.com' within the recursor.  An entry
                called 'server1.home' will be stored as 'server1.home',
                regardless of the export-etc-hosts setting. Available