~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to bin/dig/dig.docbook

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-01-05 12:29:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060105122928-oih7ttkkmpb90q8q
Tags: 1:9.3.2-1
* New upstream
* use lsb-base for start/stop messages in init.d.
* switch to debhelper 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
 
1
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
 
2
               "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
 
3
               [<!ENTITY mdash "&#8212;">]>
2
4
<!--
3
 
 - Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
 
5
 - Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
4
6
 - Copyright (C) 2000-2003  Internet Software Consortium.
5
7
 -
6
8
 - Permission to use, copy, modify, and distribute this software for any
16
18
 - PERFORMANCE OF THIS SOFTWARE.
17
19
-->
18
20
 
19
 
<!-- $Id: dig.docbook,v 1.4.2.7.4.9 2004/06/23 04:19:41 marka Exp $ -->
 
21
<!-- $Id: dig.docbook,v 1.4.2.7.4.12 2005/08/30 00:50:29 marka Exp $ -->
20
22
 
21
23
<refentry>
22
24
 
30
32
<refmiscinfo>BIND9</refmiscinfo>
31
33
</refmeta>
32
34
 
 
35
  <docinfo>
 
36
    <copyright>
 
37
      <year>2004</year>
 
38
      <year>2005</year>
 
39
      <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
 
40
    </copyright>
 
41
    <copyright>
 
42
      <year>2000</year>
 
43
      <year>2001</year>
 
44
      <year>2002</year>
 
45
      <year>2003</year>
 
46
      <holder>Internet Software Consortium.</holder>
 
47
    </copyright>
 
48
  </docinfo>
 
49
 
33
50
<refnamediv>
34
51
<refname>dig</refname>
35
52
<refpurpose>DNS lookup utility</refpurpose>
38
55
<refsynopsisdiv>
39
56
<cmdsynopsis>
40
57
<command>dig</command>
41
 
<arg choice=opt>@server</arg>
 
58
<arg choice="opt">@server</arg>
42
59
<arg><option>-b <replaceable class="parameter">address</replaceable></option></arg>
43
60
<arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
44
61
<arg><option>-f <replaceable class="parameter">filename</replaceable></option></arg>
49
66
<arg><option>-y <replaceable class="parameter">name:key</replaceable></option></arg>
50
67
<arg><option>-4</option></arg>
51
68
<arg><option>-6</option></arg>
52
 
<arg choice=opt>name</arg>
53
 
<arg choice=opt>type</arg>
54
 
<arg choice=opt>class</arg>
55
 
<arg choice=opt rep=repeat>queryopt</arg>
 
69
<arg choice="opt">name</arg>
 
70
<arg choice="opt">type</arg>
 
71
<arg choice="opt">class</arg>
 
72
<arg choice="opt" rep="repeat">queryopt</arg>
56
73
</cmdsynopsis>
57
74
 
58
75
<cmdsynopsis>
62
79
 
63
80
<cmdsynopsis>
64
81
<command>dig</command>
65
 
<arg choice=opt rep=repeat>global-queryopt</arg>
66
 
<arg choice=opt rep=repeat>query</arg>
 
82
<arg choice="opt" rep="repeat">global-queryopt</arg>
 
83
<arg choice="opt" rep="repeat">query</arg>
67
84
</cmdsynopsis>
68
85
</refsynopsisdiv>
69
86
 
513
530
-DDIG_SIGCHASE.
514
531
</para></listitem></varlistentry>
515
532
 
516
 
<varlistentry><term><option>+trusted-key=####</option></term>
517
 
<listitem><para>
518
 
Specify a trusted key to be used with <option>+sigchase</option>.
519
 
Requires dig be compiled with -DDIG_SIGCHASE.
520
 
</para></listitem></varlistentry>
 
533
        <varlistentry>
 
534
          <term><option>+trusted-key=####</option></term>
 
535
          <listitem>
 
536
            <para>
 
537
              Specifies a file containing trusted keys to be used with
 
538
              <option>+sigchase</option>.  Each DNSKEY record must be
 
539
              on its own line.
 
540
            </para>
 
541
            <para>
 
542
              If not specified <command>dig</command> will look for
 
543
              <filename>/etc/trusted-key.key</filename> then
 
544
              <filename>trusted-key.key</filename> in the current directory.
 
545
            </para>
 
546
            <para>
 
547
              Requires dig be compiled with -DDIG_SIGCHASE.
 
548
            </para>
 
549
          </listitem>
 
550
        </varlistentry>
521
551
 
522
552
<varlistentry><term><option>+[no]topdown</option></term>
523
553
<listitem><para>