removed odd newline

This commit is contained in:
Daniel Stenberg 2004-02-03 08:47:26 +00:00
parent 95dd343244
commit 4af66b70fc
1 changed files with 1 additions and 2 deletions

View File

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