diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-29 09:06:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-29 09:06:42 +0000 |
commit | 2f84a750125893da38ceb6243a0660b57f24d888 (patch) | |
tree | 4d1519d720058319b7602359737efdcaaf07685c | |
parent | d64a407d1135df444ebcc3930bfc7ca49f6d89da (diff) | |
download | c-ares-2f84a750125893da38ceb6243a0660b57f24d888.tar.gz c-ares-2f84a750125893da38ceb6243a0660b57f24d888.tar.bz2 c-ares-2f84a750125893da38ceb6243a0660b57f24d888.zip |
shorten the descriptions somewhat
-rw-r--r-- | ares_parse_a_reply.3 | 2 | ||||
-rw-r--r-- | ares_parse_aaaa_reply.3 | 2 | ||||
-rw-r--r-- | ares_parse_txt_reply.3 | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/ares_parse_a_reply.3 b/ares_parse_a_reply.3 index fff8e23..10c0650 100644 --- a/ares_parse_a_reply.3 +++ b/ares_parse_a_reply.3 @@ -16,7 +16,7 @@ .\" .TH ARES_PARSE_A_REPLY 3 "25 July 1998" .SH NAME -ares_parse_a_reply \- Parse a reply to a DNS query of type A into a hostent +ares_parse_a_reply \- Parse a reply to a DNS query of type A .SH SYNOPSIS .nf .B #include <ares.h> diff --git a/ares_parse_aaaa_reply.3 b/ares_parse_aaaa_reply.3 index 3b80295..ea29036 100644 --- a/ares_parse_aaaa_reply.3 +++ b/ares_parse_aaaa_reply.3 @@ -16,7 +16,7 @@ .\" .TH ARES_PARSE_AAAA_REPLY 3 "10 March 2005" .SH NAME -ares_parse_aaaa_reply \- Parse a reply to a DNS query of type AAAA into a hostent +ares_parse_aaaa_reply \- Parse a reply to a DNS query of type AAAA .SH SYNOPSIS .nf .B #include <ares.h> diff --git a/ares_parse_txt_reply.3 b/ares_parse_txt_reply.3 index 2d65edb..939e3aa 100644 --- a/ares_parse_txt_reply.3 +++ b/ares_parse_txt_reply.3 @@ -15,8 +15,7 @@ .\" .TH ARES_PARSE_TXT_REPLY 3 "27 October 2009" .SH NAME -ares_parse_txt_reply \- Parse a reply to a DNS query of type TXT into a -struct ares_txt_reply +ares_parse_txt_reply \- Parse a reply to a DNS query of type TXT .SH SYNOPSIS .nf .B #include <ares.h> |