Report information
The Basics
Id:
47150
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
(no value)

Dates
Created:Thu, 08 Feb 2018 12:21:44 -0500
Updated:Thu, 08 Feb 2018 14:36:02 -0500
Closed:Thu, 08 Feb 2018 14:25:39 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

To: bind9-bugs@isc.org
Subject: [PATCH] document the -u flag in dig's manual
Date: Thu, 8 Feb 2018 17:21:34 +0000
CC: "Tony Finch" <dot@dotat.at>
From: "Tony Finch" <dot@dotat.at>
--- bin/dig/dig.docbook | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 4df3c2e..bd76fe5 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -350,6 +350,15 @@ </varlistentry> <varlistentry> + <term>-u</term> + <listitem> + <para> + Print query times in microseconds instead of milliseconds. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>-v</term> <listitem> <para> -- 2.10.1.445.g3cdd5d1
To: "Tony Finch via RT" <bind9-confidential@isc.org>
Subject: Re: [ISC-Bugs #47150] [PATCH] document the -u flag in dig's manual
Date: Fri, 9 Feb 2018 00:51:51 +0530
From: "Mukund Sivaraman" <muks@isc.org>
Thank you for the patch. 4886. [doc] Document dig -u in manpage. [RT #47150] Mukund