[deployment-guide/comm-rel: 361/727] Updated the `key' statement description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:55:02 UTC 2010


commit fbeb2ccb8f7bb0ca89e5a2f2a6e5f73782f83efc
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Aug 13 14:29:36 2010 +0200

    Updated the `key' statement description.

 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 cc2545f..2fae14d 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -829,20 +829,20 @@ options {
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><command>key "<replaceable>&lt;key-name&gt;</replaceable>"</command></term>
+          <term><command>key</command></term>
           <listitem>
             <para>
-              Defines a particular key by name. Keys are used to authenticate various actions, such as secure updates or the use of the <command>rndc</command> command. Two options are used with <command>key</command>:
+              The <command>key</command> statement allows you to define a particular key by name. Keys are used to authenticate various actions, such as secure updates or the use of the <command>rndc</command> command. Two options are used with <command>key</command>:
             </para>
             <itemizedlist>
               <listitem>
                 <para>
-                  <command>algorithm <replaceable>&lt;algorithm-name&gt;</replaceable></command> — The type of algorithm used, such as <command>hmac-md5</command>.
+                  <option>algorithm <replaceable>algorithm-name</replaceable></option> — The type of algorithm to be used (for example, <literal>hmac-md5</literal>).
                 </para>
               </listitem>
               <listitem>
                 <para>
-                  <command>secret "<replaceable>&lt;key-value&gt;</replaceable>"</command> — The encrypted key.
+                  <option>secret "<replaceable>key-value</replaceable>"</option> — The encrypted key.
                 </para>
               </listitem>
             </itemizedlist>


More information about the docs-commits mailing list