From: Michael Orlitzky Date: Fri, 13 Sep 2013 13:26:36 +0000 (-0400) Subject: Add an example of a timeout being ignored to the man page. X-Git-Tag: 0.2.0~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=d5141b436433e6f48cf37fb831026c8ecc4ef3ee Add an example of a timeout being ignored to the man page. --- 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.