mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Fix typo in dig man page '+qr' should be '+noqr'
Reported by Fabian P. Schmidt
This commit is contained in:
@@ -747,7 +747,7 @@ shows how :program:`dig` can be used from the command line to make three
|
|||||||
lookups: an ANY query for ``www.isc.org``, a reverse lookup of 127.0.0.1,
|
lookups: an ANY query for ``www.isc.org``, a reverse lookup of 127.0.0.1,
|
||||||
and a query for the NS records of ``isc.org``. A global query option of
|
and a query for the NS records of ``isc.org``. A global query option of
|
||||||
:option:`+qr` is applied, so that :program:`dig` shows the initial query it made for
|
:option:`+qr` is applied, so that :program:`dig` shows the initial query it made for
|
||||||
each lookup. The final query has a local query option of :option:`+qr` which
|
each lookup. The final query has a local query option of :option:`+noqr` which
|
||||||
means that :program:`dig` does not print the initial query when it looks up the
|
means that :program:`dig` does not print the initial query when it looks up the
|
||||||
NS records for ``isc.org``.
|
NS records for ``isc.org``.
|
||||||
|
|
||||||
|
@@ -865,7 +865,7 @@ shows how \fBdig\fP can be used from the command line to make three
|
|||||||
lookups: an ANY query for \fBwww.isc.org\fP, a reverse lookup of 127.0.0.1,
|
lookups: an ANY query for \fBwww.isc.org\fP, a reverse lookup of 127.0.0.1,
|
||||||
and a query for the NS records of \fBisc.org\fP\&. A global query option of
|
and a query for the NS records of \fBisc.org\fP\&. A global query option of
|
||||||
\fI\%+qr\fP is applied, so that \fBdig\fP shows the initial query it made for
|
\fI\%+qr\fP is applied, so that \fBdig\fP shows the initial query it made for
|
||||||
each lookup. The final query has a local query option of \fI\%+qr\fP which
|
each lookup. The final query has a local query option of \fI\%+noqr\fP which
|
||||||
means that \fBdig\fP does not print the initial query when it looks up the
|
means that \fBdig\fP does not print the initial query when it looks up the
|
||||||
NS records for \fBisc.org\fP\&.
|
NS records for \fBisc.org\fP\&.
|
||||||
.SH RETURN CODES
|
.SH RETURN CODES
|
||||||
|
Reference in New Issue
Block a user