X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1453a4309105609e4585e259be8dca68ab31f4b6..fad613b52dda8749b9b9e5493557045b54baf496:/usr/src/lib/libc/net/inet.3 diff --git a/usr/src/lib/libc/net/inet.3 b/usr/src/lib/libc/net/inet.3 index d2eb32c7af..eecdad3cf5 100644 --- a/usr/src/lib/libc/net/inet.3 +++ b/usr/src/lib/libc/net/inet.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)inet.3 6.4 (Berkeley) %G% +.\" @(#)inet.3 6.6 (Berkeley) %G% .\" .TH INET 3N "" .UC 5 @@ -26,10 +26,10 @@ inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof \- Int .B "struct in_addr inet_makeaddr(net, lna) .B "int net, lna; .PP -.B "int inet_lnaof(in) +.B "unsigned long inet_lnaof(in) .B "struct in_addr in; .PP -.B "int inet_netof(in) +.B "unsigned long inet_netof(in) .B "struct in_addr in; .fi .SH DESCRIPTION @@ -106,7 +106,7 @@ otherwise, the number is interpreted as decimal). .SH "SEE ALSO" gethostbyname(3N), getnetent(3N), hosts(5), networks(5), .SH DIAGNOSTICS -The value \-1 is returned by +The constant \fBINADDR_NONE\fP is returned by .I inet_addr and .I inet_network