removed odd newline
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Feb 2004 08:47:26 +0000 (08:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Feb 2004 08:47:26 +0000 (08:47 +0000)
ares_expand_name.3

index 9bd2c89..65f16eb 100644 (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