diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 08:47:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 08:47:26 +0000 |
commit | 4af66b70fcf9d638ae1214163db0abdc1a854933 (patch) | |
tree | acae613de4bac356f6a6b2165fa2db109754f4d0 /ares | |
parent | 95dd343244b09348b0d51376f6c7f7bab18794d5 (diff) |
removed odd newline
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_expand_name.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ares/ares_expand_name.3 b/ares/ares_expand_name.3 index 9bd2c894f..65f16ebe6 100644 --- a/ares/ares_expand_name.3 +++ b/ares/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 |