]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] additional nsupdate doc fix
authorEvan Hunt <each@isc.org>
Sat, 19 Apr 2014 01:26:29 +0000 (18:26 -0700)
committerEvan Hunt <each@isc.org>
Sat, 19 Apr 2014 01:26:29 +0000 (18:26 -0700)
bin/nsupdate/nsupdate.docbook

index 323d5132a92ed76b8f42dcea893c19dbf99dad9d..7b006a64aa2d46305b1c4bcb9e01540699ca1d43 100644 (file)
         <varlistentry>
           <term>
               <command>key</command>
-              <arg choice="req">name</arg>
+              <arg choice="opt">hmac:</arg><arg choice="req">keyname</arg>
               <arg choice="req">secret</arg>
             </term>
           <listitem>
             <para>
               Specifies that all updates are to be TSIG-signed using the
-              <parameter>keyname</parameter> <parameter>keysecret</parameter> pair.
-              The <command>key</command> command
-              overrides any key specified on the command line via
+              <parameter>keyname</parameter> <parameter>secret</parameter> pair.
+              If <parameter>hmac</parameter> is specified, then it sets the
+              signing algorithm in use; the default is
+              <literal>hmac-md5</literal>.  The <command>key</command>
+              command overrides any key specified on the command line via
               <option>-y</option> or <option>-k</option>.
             </para>
           </listitem>