summaryrefslogtreecommitdiff
path: root/ares_parse_a_reply.3
diff options
context:
space:
mode:
Diffstat (limited to 'ares_parse_a_reply.3')
-rw-r--r--ares_parse_a_reply.35
1 files changed, 2 insertions, 3 deletions
diff --git a/ares_parse_a_reply.3 b/ares_parse_a_reply.3
index 9c62811..7acd70f 100644
--- a/ares_parse_a_reply.3
+++ b/ares_parse_a_reply.3
@@ -21,9 +21,8 @@ ares_parse_a_reply \- Parse a reply to a DNS query of type A into a hostent
.nf
.B #include <ares.h>
.PP
-.B
-int ares_parse_a_reply(const unsigned char *\fIabuf\fB, int \fIalen\fB,
-.B struct hostent **\fIhost\fB);
+.B int ares_parse_a_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
+.B struct hostent **\fIhost\fP);
.fi
.SH DESCRIPTION
The