aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_parse_ptr_reply.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-01 06:10:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-01 06:10:56 +0000
commitb643d148b136b8fd912c02e138bd02785f5307dc (patch)
treefa8963417fb8b16d4b514a43b664d4cac941d6c9 /ares/ares_parse_ptr_reply.3
parent5804c995e1f72ec7013ddb69b9f5a42d8db25141 (diff)
Dominick Meglio man page fixes
Diffstat (limited to 'ares/ares_parse_ptr_reply.3')
-rw-r--r--ares/ares_parse_ptr_reply.38
1 files changed, 3 insertions, 5 deletions
diff --git a/ares/ares_parse_ptr_reply.3 b/ares/ares_parse_ptr_reply.3
index c0a6a82d7..93e12f76f 100644
--- a/ares/ares_parse_ptr_reply.3
+++ b/ares/ares_parse_ptr_reply.3
@@ -21,11 +21,9 @@ ares_parse_ptr_reply \- Parse a reply to a DNS query of type PTR into a hostent
.nf
.B #include <ares.h>
.PP
-.B
-int ares_parse_ptr_reply(const unsigned char *\fIabuf\fB, int \fIalen\fB,
-.B
- const void *\fIaddr\fP, int \fIaddrlen\fP, int \fIfamily\fP,
-.B struct hostent **\fIhost\fB);
+.B int ares_parse_ptr_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
+.B const void *\fIaddr\fP, int \fIaddrlen\fP, int \fIfamily\fP,
+.B struct hostent **\fIhost\fP);
.fi
.SH DESCRIPTION
The