From 7aabbefab1e0f047bc368830a8ec0ef6202e5fe0 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Mon, 2 Jun 2014 09:35:32 +0100 Subject: [PATCH] Update ahost man page to describe -s option. Commit ee22246507c9 added the -s option to the ahost command, but neglected to update the man page to describe it. Also fix typo in description of -t option. --- ahost.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ahost.1 b/ahost.1 index 892e9e1..e9b6d88 100644 --- a/ahost.1 +++ b/ahost.1 @@ -21,8 +21,17 @@ Print some extra debugging output. Display this help and exit. .TP \fB\-t\fR type -If type is "aa", print the A record (default). +If type is "a", print the A record (default). If type is "aaaa", print the AAAA record. +.TP +\fB\-s\fR \fIdomain\fP +Specify the \fIdomain\fP to search instead of using the default values from +.br +/etc/resolv.conf. This option only has an effect on platforms that use +.br +/etc/resolv.conf +for DNS configuration; it has no effect on other platforms (such as Win32 +or Android). .SH "REPORTING BUGS" Report bugs to the c-ares mailing list: \fBhttp://cool.haxx.se/mailman/listinfo/c-ares\fR