]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update trusted-keys description
authorMark Andrews <marka@isc.org>
Tue, 30 Aug 2005 00:45:08 +0000 (00:45 +0000)
committerMark Andrews <marka@isc.org>
Tue, 30 Aug 2005 00:45:08 +0000 (00:45 +0000)
bin/dig/dig.docbook

index 84013a29b4929f27c3168c95d6fb4d71b1f5d7dd..659f6d958c9540109bd393f64b89b45eaef0e4f0 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dig.docbook,v 1.25 2005/08/25 00:17:46 marka Exp $ -->
+<!-- $Id: dig.docbook,v 1.26 2005/08/30 00:45:08 marka Exp $ -->
 <refentry id="man.dig">
 
   <refentryinfo>
           <term><option>+trusted-key=####</option></term>
           <listitem>
             <para>
-              Specify a trusted key to be used with
-              <option>+sigchase</option>.
-              Requires dig be compiled with -DDIG_SIGCHASE.
+              Specifies a file containing trusted keys to be used with
+             <option>+sigchase</option>.  Each DNSKEY record must be
+             on its own line.
             </para>
+           <para>
+             If not specified <command>dig</command> will look for
+             <filename>/etc/trusted-key.key</filename> then
+             <filename>trusted-key.key</filename> in the current directory.
+           </para>
+           <para>
+              Requires dig be compiled with -DDIG_SIGCHASE.
+           </para>
           </listitem>
         </varlistentry>