diff options
Diffstat (limited to 'man3/inet.3')
| -rw-r--r-- | man3/inet.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/inet.3 b/man3/inet.3 index 772ac574aa..b10814ac4d 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -135,6 +135,13 @@ struct in_addr { Note that on the i80x86 the host byte order is Least Significant Byte first (little endian), whereas the network byte order, as used on the Internet, is Most Significant Byte first (big endian). +.SH "CONFORMING TO" +4.3BSD. +.BR inet_addr (), +.BR inet_aton (), +and +.BR inet_ntoa () +are specified in POSIX.1-2001. .SH NOTES When you using numbers-and-dots notation for addresses, be aware that each number will be interpreted as octal @@ -146,13 +153,6 @@ In order to expose the declaration of .BR inet_aton (), one of the feature test macros _BSD_SOURCE, _SVID_SOURCE, or _GNU_SOURCE must be defined. -.SH "CONFORMING TO" -4.3BSD. -.BR inet_addr (), -.BR inet_aton (), -and -.BR inet_ntoa () -are specified in POSIX.1-2001. .SH "SEE ALSO" .BR gethostbyname (3), .BR getnetent (3), |
