]> granicus.if.org Git - curl/commitdiff
Dominick Meglio man page fixes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Apr 2004 06:10:56 +0000 (06:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Apr 2004 06:10:56 +0000 (06:10 +0000)
ares/ares_mkquery.3
ares/ares_parse_a_reply.3
ares/ares_parse_ptr_reply.3
ares/ares_send.3

index 4483caa86097be313c9367dcb1d5ea53b00f2f7f..f2f5a49ce86840835744a884916e475c31b5a9ea 100644 (file)
@@ -21,11 +21,9 @@ ares_mkquery \- Compose a single-question DNS query buffer
 .nf
 .B #include <ares.h>
 .PP
-.B
-int ares_mkquery(const char *\fIname\fP, int \fIdnsclass\fP, int \fItype\fP,
-.B
-       unsigned short \fIid\fP, int \fIrd\fP, char **\fIbuf\fP,
-       int *\fIbuflen\fP)
+.B int ares_mkquery(const char *\fIname\fP, int \fIdnsclass\fP, int \fItype\fP,
+.B     unsigned short \fIid\fP, int \fIrd\fP, char **\fIbuf\fP,
+.B     int *\fIbuflen\fP)
 .fi
 .SH DESCRIPTION
 The
index 9c62811599e4f70865bc89f74beb330edf83bf52..7acd70fe9b0c653afccecf784f6d308a54cf7568 100644 (file)
@@ -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
index c0a6a82d7c9c9f99b0d80c1015c2941ddf45f652..93e12f76f320e523598c899d1e9657425d0050cf 100644 (file)
@@ -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
index 343aa12d502d03e6617dabb17306a3e88636e5d4..2627b17efa38b3999045f135c0665934029485f4 100644 (file)
@@ -24,8 +24,7 @@ ares_send \- Initiate a DNS query
 .B typedef void (*ares_callback)(void *\fIarg\fP, int \fIstatus\fP,
 .B     unsigned char *\fIabuf\fP, int \fIalen\fP)
 .PP
-.B
-void ares_send(ares_channel \fIchannel\fP, const unsigned char *\fIqbuf\fP,
+.B void ares_send(ares_channel \fIchannel\fP, const unsigned char *\fIqbuf\fP,
 .B     int \fIqlen\fP, ares_callback \fIcallback\fP, void *\fIarg\fP)
 .fi
 .SH DESCRIPTION