diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-01 06:10:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-01 06:10:56 +0000 |
commit | 9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c (patch) | |
tree | 08b26f440065b6add916a8548ee0d277d083d0b5 /ares_mkquery.3 | |
parent | 9418c349f183704669c227407dac62cb263d6c57 (diff) | |
download | c-ares-9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c.tar.gz c-ares-9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c.tar.bz2 c-ares-9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c.zip |
Dominick Meglio man page fixes
Diffstat (limited to 'ares_mkquery.3')
-rw-r--r-- | ares_mkquery.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ares_mkquery.3 b/ares_mkquery.3 index 4483caa..f2f5a49 100644 --- a/ares_mkquery.3 +++ b/ares_mkquery.3 @@ -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 |