diff options
Diffstat (limited to 'man3/byteorder.3')
-rw-r--r-- | man3/byteorder.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/byteorder.3 b/man3/byteorder.3 index 19cad889..b25fa61b 100644 --- a/man3/byteorder.3 +++ b/man3/byteorder.3 @@ -8,7 +8,7 @@ .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. -.\" +.\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from @@ -16,7 +16,7 @@ .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. -.\" +.\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" @@ -56,15 +56,15 @@ from network byte order to host byte order. The \fBntohs\fP() function converts the unsigned short integer \fInetshort\fP from network byte order to host byte order. .PP -On the i80x86 the host byte order is Least Significant Byte first, -whereas the network byte order, as used on the Internet, is Most +On the i80x86 the host byte order is Least Significant Byte first, +whereas the network byte order, as used on the Internet, is Most Significant Byte first. .SH "CONFORMING TO" POSIX.1-2001. -Some systems require the inclusion of -.I <netinet/in.h> -instead of +Some systems require the inclusion of +.I <netinet/in.h> +instead of .IR <arpa/inet.h> . .SH "SEE ALSO" .BR gethostbyname (3), |