diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index 51377dbc21..c2db100c9b 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.22 2004/03/14 18:05:37 jmc Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.23 2005/06/08 18:32:34 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -48,7 +48,7 @@ | |||
48 | .Ft struct hostent * | 48 | .Ft struct hostent * |
49 | .Fn gethostbyname2 "const char *name" "int af" | 49 | .Fn gethostbyname2 "const char *name" "int af" |
50 | .Ft struct hostent * | 50 | .Ft struct hostent * |
51 | .Fn gethostbyaddr "const char *addr" "int len" "int af" | 51 | .Fn gethostbyaddr "const void *addr" "socklen_t len" "int af" |
52 | .Ft struct hostent * | 52 | .Ft struct hostent * |
53 | .Fn gethostent void | 53 | .Fn gethostent void |
54 | .Ft void | 54 | .Ft void |