]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
+domain was out of order
authorMark Andrews <marka@isc.org>
Thu, 15 May 2014 04:26:14 +0000 (14:26 +1000)
committerMark Andrews <marka@isc.org>
Thu, 15 May 2014 04:26:14 +0000 (14:26 +1000)
bin/dig/dig.docbook

index d716ac1c2b58b1ce4177106db87f140face8926b..b0c5546351a2758df754e6986dbf64b3a62ece8d 100644 (file)
        </varlistentry>
 
         <varlistentry>
-          <term><option>+domain=somename</option></term>
+          <term><option>+[no]dnssec</option></term>
          <listitem>
            <para>
-             Set the search list to contain the single domain
-             <parameter>somename</parameter>, as if specified in
-             a <command>domain</command> directive in
-             <filename>/etc/resolv.conf</filename>, and enable
-             search list processing as if the
-             <parameter>+search</parameter> option were given.
+             Requests DNSSEC records be sent by setting the DNSSEC
+             OK bit (DO) in the OPT record in the additional section
+             of the query.
            </para>
          </listitem>
        </varlistentry>
 
         <varlistentry>
-          <term><option>+[no]dnssec</option></term>
+          <term><option>+domain=somename</option></term>
          <listitem>
            <para>
-             Requests DNSSEC records be sent by setting the DNSSEC
-             OK bit (DO) in the OPT record in the additional section
-             of the query.
+             Set the search list to contain the single domain
+             <parameter>somename</parameter>, as if specified in
+             a <command>domain</command> directive in
+             <filename>/etc/resolv.conf</filename>, and enable
+             search list processing as if the
+             <parameter>+search</parameter> option were given.
            </para>
          </listitem>
        </varlistentry>