aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/getipnodebyname.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/getipnodebyname.3')
-rw-r--r--man/man3/getipnodebyname.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/getipnodebyname.3 b/man/man3/getipnodebyname.3
index 1428d38265..c6918dca87 100644
--- a/man/man3/getipnodebyname.3
+++ b/man/man3/getipnodebyname.3
@@ -18,7 +18,8 @@ Standard C library
.P
.BI "[[deprecated]] struct hostent *getipnodebyname(const char *" name ", int " af ,
.BI " int " flags ", int *" error_num );
-.BI "[[deprecated]] struct hostent *getipnodebyaddr(const void " addr [. size ],
+.BI "[[deprecated]] struct hostent *getipnodebyaddr(size_t " size ;
+.BI " const void " addr [ size ],
.BI " size_t " size ", int " af ,
.BI " int *" "error_num" );
.BI "[[deprecated]] void freehostent(struct hostent *" "ip" );