summaryrefslogtreecommitdiff
path: root/ares_expand_name.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-03 08:47:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-03 08:47:26 +0000
commit0694d728bb6bff00ca68d6492477d9bee5f637d9 (patch)
treed3dd4f8a5bad4a453b93598689999daba13148ce /ares_expand_name.3
parentbca97dd5674fcb38906a6475950d53ae48dba7db (diff)
downloadc-ares-0694d728bb6bff00ca68d6492477d9bee5f637d9.tar.gz
c-ares-0694d728bb6bff00ca68d6492477d9bee5f637d9.tar.bz2
c-ares-0694d728bb6bff00ca68d6492477d9bee5f637d9.zip
removed odd newline
Diffstat (limited to 'ares_expand_name.3')
-rw-r--r--ares_expand_name.33
1 files changed, 1 insertions, 2 deletions
diff --git a/ares_expand_name.3 b/ares_expand_name.3
index 9bd2c89..65f16eb 100644
--- a/ares_expand_name.3
+++ b/ares_expand_name.3
@@ -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