]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in dig man page '+qr' should be '+noqr'
authorMark Andrews <marka@isc.org>
Mon, 28 Nov 2022 21:47:18 +0000 (08:47 +1100)
committerMark Andrews <marka@isc.org>
Mon, 28 Nov 2022 21:47:18 +0000 (08:47 +1100)
Reported by Fabian P. Schmidt

bin/dig/dig.rst
doc/man/dig.1in

index c3b7e90b9d1078e2e80da26b39d2fe29c8faefe1..5aa488ef8dbae088e5501dab13d29643259e0909 100644 (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,
 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
-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
 NS records for ``isc.org``.
 
index 0b0b87c1bb577be0297ebe984aeccb68207adb67..272a58f2e4b3fe6b3e77ceaab43206c481174c15 100644 (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,
 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
-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
 NS records for \fBisc.org\fP\&.
 .SH RETURN CODES