aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_gethostbyname_file.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 00:57:50 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 00:57:50 +0000
commitf6114f2ec4fcfe966cb4b30303aaa06666165798 (patch)
treeaa15395955202809220ae7d2b2247b66f6a1afbc /ares/ares_gethostbyname_file.3
parentf9e55c99087f879e2ad8113f8b26ebc2e24a0910 (diff)
- Jakub Hrozek fixed more function prototypes in man pages to sync them
with the ones declared in ares.h
Diffstat (limited to 'ares/ares_gethostbyname_file.3')
-rw-r--r--ares/ares_gethostbyname_file.32
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_gethostbyname_file.3 b/ares/ares_gethostbyname_file.3
index 860943bb3..8d1d7e8c2 100644
--- a/ares/ares_gethostbyname_file.3
+++ b/ares/ares_gethostbyname_file.3
@@ -21,7 +21,7 @@ ares_gethostbyname_file \- Lookup a name in the system's hosts file
.nf
.B #include <ares.h>
.PP
-.B void ares_gethostbyname_file(ares_channel \fIchannel\fP, const char *\fIname\fP,
+.B int ares_gethostbyname_file(ares_channel \fIchannel\fP, const char *\fIname\fP,
.B int \fIfamily\fP, struct hostent **host)
.fi
.SH DESCRIPTION