]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
docbook <command> tags around named server references
authorJeremy C. Reed <jreed@isc.org>
Mon, 13 Apr 2015 16:46:35 +0000 (11:46 -0500)
committerJeremy C. Reed <jreed@isc.org>
Mon, 13 Apr 2015 16:46:35 +0000 (11:46 -0500)
bin/check/named-checkconf.docbook
bin/check/named-checkzone.docbook
bin/named/named.conf.docbook
bin/rndc/rndc.docbook
doc/arm/Bv9ARM-book.xml
doc/arm/dlz.xml
doc/arm/dnssec.xml
doc/arm/notes.xml
doc/arm/pkcs11.xml

index a5e50334e2ae4e4a4868935a52681e9852ac1b4c..a9329c954ec0cf4bd678a20d70ff6bb00e1088fa 100644 (file)
           <para>
             Chroot to <filename>directory</filename> so that include
             directives in the configuration file are processed as if
-            run by a similarly chrooted named.
+            run by a similarly chrooted <command>named</command>.
           </para>
         </listitem>
       </varlistentry>
index 9e827f398d31a6ce158e6226949be03cf3676b17..7512f476b6f92dc0ee60bc17f4555cafce56fbb1 100644 (file)
             Chroot to <filename>directory</filename> so that
             include
             directives in the configuration file are processed as if
-            run by a similarly chrooted named.
+            run by a similarly chrooted <command>named</command>.
           </para>
         </listitem>
       </varlistentry>
index 3dc483cce1fcb2cbb144edc4e31cd724fd56d6c6..78f692f633da3d63452edd7cea59b108093c86fd 100644 (file)
@@ -30,7 +30,7 @@
 
   <refnamediv>
     <refname><filename>named.conf</filename></refname>
-    <refpurpose>configuration file for named</refpurpose>
+    <refpurpose>configuration file for <command>named</command></refpurpose>
   </refnamediv>
 
   <docinfo>
index c67b8b7e75726c1548416517a333fdf9cfd308b3..bb99a70781a05b7633a4bc67db959e70bce1f52f 100644 (file)
            from the configuration file.
            <replaceable class="parameter">key_id</replaceable>
            must be
-           known by named with the same algorithm and secret string
+           known by <command>named</command> with the same algorithm and secret string
            in order for control message validation to succeed.
            If no <replaceable class="parameter">key_id</replaceable>
            is specified, <command>rndc</command> will first look
            NTA's lifetime is elapsed.
          </para>
          <para>
-           NTAs persist across restarts of the named server.
+           NTAs persist across restarts of the <command>named</command> server.
            The NTAs for a view are saved in a file called
            <filename><replaceable>name</replaceable>.nta</filename>,
            where <replaceable>name</replaceable> is the
index d2c0a64950874abae5796b42ce4d0a9fb6163ddb..b85123e7968eecbd8856e6101fbe3d8b08b29d77 100644 (file)
@@ -5349,7 +5349,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
              <para>
                Specifying <command>lock-file none</command> disables the
                use of a lock file.  <command>lock-file</command> is
-               ignored if named was run using the <option>-X</option>
+               ignored if <command>named</command> was run using the <option>-X</option>
                option, which overrides it.  Changes to
                <command>lock-file</command> are ignored if
                <command>named</command> is being reloaded or
index d98bc698f9753af6deaaa9a200652bc2f00b209d..b8070ae7c4a58a6e4989be23281ac849453d56c7 100644 (file)
@@ -27,7 +27,7 @@
     written for any other.
   </para>
   <para>
-    Historically, DLZ drivers had to be statically linked with the named
+    Historically, DLZ drivers had to be statically linked with the <command>named</command>
     binary and were turned on via a configure option at compile time (for
     example, <userinput>"configure --with-dlz-ldap"</userinput>).
     Currently, the drivers provided in the BIND 9 tarball in
     In BIND 9.8 and higher, it is possible to link some DLZ modules
     dynamically at runtime, via the DLZ "dlopen" driver, which acts as a
     generic wrapper around a shared object implementing the DLZ API.  The
-    "dlopen" driver is linked into named by default, so configure options
+    "dlopen" driver is linked into <command>named</command> by default, so configure options
     are no longer necessary when using these dynamically linkable drivers,
     but are still needed for the older drivers in
     <filename>contrib/dlz/drivers</filename>.
   </para>
 
   <para>
-    When the DLZ module provides data to named, it does so in text format.
-    The response is converted to DNS wire format by named.  This
+    When the DLZ module provides data to <command>named</command>, it does so in text format.
+    The response is converted to DNS wire format by <command>named</command>.  This
     conversion, and the lack of any internal caching, places significant
     limits on the query performance of DLZ modules.  Consequently, DLZ is
     not recommended for use on high-volume servers.  However, it can be
index 4b058eb8b0e5b4e406de7913c136817ac7d9c9f9..c2efb2a5b631fdefbdbbda84e000a6046792845f 100644 (file)
   <sect2>
     <title>Periodic re-signing</title>
   </sect2>
-  <para>In any secure zone which supports dynamic updates, named
+  <para>In any secure zone which supports dynamic updates, <command>named</command>
   will periodically re-sign RRsets which have not been re-signed as
   a result of some update action. The signature lifetimes will be
   adjusted so as to spread the re-sign load over time rather than
index 2a99ad5fc91f64c3fa32f49258b9ff3e19b89034..e544456c5f09e044b58446be44acae77a97526bc 100644 (file)
          can be changed by setting the <option>nta-lifetime</option> in
          <filename>named.conf</filename>. When added, NTAs are stored in a
          file (<filename><replaceable>viewname</replaceable>.nta</filename>)
-         in order to persist across restarts of the named server.
+         in order to persist across restarts of the <command>named</command> server.
        </para>
       </listitem>
       <listitem>
       <listitem>
        <para>
          <command>named -L <replaceable>filename</replaceable></command>
-         causes named to send log messages to the specified file by
+         causes <command>named</command> to send log messages to the specified file by
          default instead of to the system log.
        </para>
       </listitem>
       </listitem>
       <listitem>
        <para>
-         If named is not configured to validate the answer then
+         If <command>named</command> is not configured to validate the answer then
          allow fallback to plain DNS on timeout even when we know
          the server supports EDNS.  This will allow the server to
          potentially resolve signed queries when TCP is being
index 385e49722363f418a8369c043cf7fede9fba4e68..4fd03aa00c4b0de30e06e6091544f8a2a335116c 100644 (file)
@@ -604,7 +604,7 @@ $ <userinput>dnssec-signzone -E '' -S example.net</userinput>
     <para>
       If you want <command>named</command> to dynamically re-sign zones
       using HSM keys, and/or to to sign new records inserted via nsupdate,
-      then named must have access to the HSM PIN. In OpenSSL-based PKCS#11,
+      then <command>named</command> must have access to the HSM PIN. In OpenSSL-based PKCS#11,
       this is accomplished by placing the PIN into the openssl.cnf file
       (in the above examples, 
       <filename>/opt/pkcs11/usr/ssl/openssl.cnf</filename>).
@@ -612,7 +612,7 @@ $ <userinput>dnssec-signzone -E '' -S example.net</userinput>
     <para>
       The location of the openssl.cnf file can be overridden by
       setting the OPENSSL_CONF environment variable before running
-      named.
+      <command>named</command>.
     </para>
     <para>Sample openssl.cnf:</para>
     <programlisting>