summaryrefslogtreecommitdiff
path: root/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
commit9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c (patch)
tree08b26f440065b6add916a8548ee0d277d083d0b5 /ares_parse_ptr_reply.3
parent9418c349f183704669c227407dac62cb263d6c57 (diff)
downloadc-ares-9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c.tar.gz
c-ares-9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c.tar.bz2
c-ares-9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c.zip
Dominick Meglio man page fixes
Diffstat (limited to 'ares_parse_ptr_reply.3')
-rw-r--r--ares_parse_ptr_reply.38
1 files changed, 3 insertions, 5 deletions
diff --git a/ares_parse_ptr_reply.3 b/ares_parse_ptr_reply.3
index c0a6a82..93e12f7 100644
--- a/ares_parse_ptr_reply.3
+++ b/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