From d5141b436433e6f48cf37fb831026c8ecc4ef3ee Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 13 Sep 2013 09:26:36 -0400 Subject: [PATCH] Add an example of a timeout being ignored to the man page. --- doc/man1/haeredes.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man1/haeredes.1 b/doc/man1/haeredes.1 index a614993..ea09e2d 100644 --- a/doc/man1/haeredes.1 +++ b/doc/man1/haeredes.1 @@ -170,6 +170,15 @@ know .invalid will not be delegated): .I $ haeredes <<< \(dqexample.invalid\(dq Domain \(dqexample.invalid.\(dq not delegated. .fi +.IP \[bu] +Set the timeout to one second, and query a nonexistent +nameserver. This should result in a timeout, which will be ignored per +the discussion in \fBDNS ERRORS\fR: + +.nf +.I $ haeredes --timeout=1 --server 10.1.46.12 ns1.example.com \\\\ +.I " <<< \(dqexample.com\(dq" +.fi .SH BUGS .P Send bugs to michael@orlitzky.com. -- 2.43.2