2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

developer: mayer

reviewed: marka
1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
This commit is contained in:
Mark Andrews
2002-08-29 07:45:04 +00:00
parent a39a2424bb
commit 1b5b46942d
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
1370. [bug] dig '+[no]recurse' was incorrectly documented.
1369. [bug] Adding an NS record as the lexicographically last 1369. [bug] Adding an NS record as the lexicographically last
record in a secure zone didn't work. record in a secure zone didn't work.

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dig.c,v 1.179 2002/07/25 05:46:07 marka Exp $ */ /* $Id: dig.c,v 1.180 2002/08/29 07:45:04 marka Exp $ */
#include <config.h> #include <config.h>
#include <stdlib.h> #include <stdlib.h>
@@ -178,7 +178,7 @@ help(void) {
" +ndots=### (Set NDOTS value)\n" " +ndots=### (Set NDOTS value)\n"
" +[no]search (Set whether to use searchlist)\n" " +[no]search (Set whether to use searchlist)\n"
" +[no]defname (Ditto)\n" " +[no]defname (Ditto)\n"
" +[no]recursive (Recursive mode)\n" " +[no]recurse (Recursive mode)\n"
" +[no]ignore (Don't revert to TCP for TC responses.)" " +[no]ignore (Don't revert to TCP for TC responses.)"
"\n" "\n"
" +[no]fail (Don't try next server on SERVFAIL)\n" " +[no]fail (Don't try next server on SERVFAIL)\n"

View File

@@ -16,7 +16,7 @@
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: dig.docbook,v 1.12 2002/07/25 05:46:07 marka Exp $ --> <!-- $Id: dig.docbook,v 1.13 2002/08/29 07:45:04 marka Exp $ -->
<refentry> <refentry>
@@ -326,7 +326,7 @@ Display [do not display] the CLASS when printing the record.
Display [do not display] the TTL when printing the record. Display [do not display] the TTL when printing the record.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry><term><option>+[no]recursive</option></term> <varlistentry><term><option>+[no]recurse</option></term>
<listitem><para> <listitem><para>
Toggle the setting of the RD (recursion desired) bit in the query. Toggle the setting of the RD (recursion desired) bit in the query.
This bit is set by default, which means <command>dig</command> This bit is set by default, which means <command>dig</command>