diff options
Diffstat (limited to 'ares/ares_expand_name.3')
-rw-r--r-- | ares/ares_expand_name.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_expand_name.3 b/ares/ares_expand_name.3 index 65f16ebe6..e960bd6ed 100644 --- a/ares/ares_expand_name.3 +++ b/ares/ares_expand_name.3 @@ -14,7 +14,7 @@ .\" this software for any purpose. It is provided "as is" .\" without express or implied warranty. .\" -.TH ARES_EXPAND_NAME 3 "23 July 1998" +.TH ARES_EXPAND_NAME 3 "20 Nov 2009" .SH NAME ares_expand_name \- Expand a DNS-encoded domain name .SH SYNOPSIS @@ -23,7 +23,7 @@ ares_expand_name \- Expand a DNS-encoded domain name .PP .B int ares_expand_name(const unsigned char *\fIencoded\fP, .B const unsigned char *\fIabuf\fP, int \fIalen\fP, char **\fIs\fP, -.B int *\fIenclen\fP) +.B long *\fIenclen\fP) .fi .SH DESCRIPTION The |