1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

removed odd newline

This commit is contained in:
Daniel Stenberg 2004-02-03 08:47:26 +00:00
parent 95dd343244
commit 4af66b70fc

View File

@ -22,8 +22,7 @@ ares_expand_name \- Expand a DNS-encoded domain name
.B #include <ares.h> .B #include <ares.h>
.PP .PP
.B int ares_expand_name(const unsigned char *\fIencoded\fP, .B int ares_expand_name(const unsigned char *\fIencoded\fP,
.B .B const unsigned char *\fIabuf\fP, int \fIalen\fP, char **\fIs\fP,
const unsigned char *\fIabuf\fP, int \fIalen\fP, char **\fIs\fP,
.B int *\fIenclen\fP) .B int *\fIenclen\fP)
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION