man page dig(1): Typo in options
In ac0c2378 a typo was introduced in the man page of dig(1) (line 868):
dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
shows how 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 +qr is applied, so that dig shows the initial query it made for each lookup. The final query has a local query option of +qr which means that dig does not print the initial query when it looks up the NS records for isc.org.
The second location emphasized in bold should link to +noqr
.
Solution
Patch attached: 0001-Fix-noqr-option-typo-in-dig-1-man-page.patch
If you would like to see this patch submitted directly as a merge request, I'd kindly request the permission to create my fork of the repo on the ISC gitlab server.