]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
Add an example of a timeout being ignored to the man page.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Sep 2013 13:26:36 +0000 (09:26 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Sep 2013 13:26:36 +0000 (09:26 -0400)
doc/man1/haeredes.1

index a614993342201c16d6da9e68baf227922d97b315..ea09e2d1898af49656b48045faa6668758c6bf79 100644 (file)
@@ -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.