2
0
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:
Mark Andrews
2022-11-29 08:47:18 +11:00
parent 64cff22109
commit 3769266318
2 changed files with 2 additions and 2 deletions

View File

@@ -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``.

View File

@@ -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