diff --git a/CHANGES b/CHANGES index a6aebc2d2b..73d4e2224c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2542. [doc] Update the description of dig +adflag. RT #19290] + 2541. [bug] Conditionally update dispatch manager statistics. [RT #19247] diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 0466a210a6..de38d5949d 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + @@ -450,17 +450,19 @@ - - - Set [do not set] the AD (authentic data) bit in the query. The - AD bit - currently has a standard meaning only in responses, not in - queries, - but the ability to set the bit in the query is provided for - completeness. - - - + + + Set [do not set] the AD (authentic data) bit in the + query. This requests the server to return whether + all of the answer and authority sections have all + been validated as secure according to the security + policy of the server. AD=1 indicates that all records + have been validated as secure and the answer is not + from a OPT-OUT range. AD=0 indicate that some part + of the answer was insecure or not validated. + + +