inet.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 10:00:43 +02:00
parent a22c8e53d7
commit b3f78bdc8d
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ are specified in POSIX.1-2001.
.BR inet_aton ()
is not specified in POSIX.1-2001, but is available on most systems.
.SH NOTES
On the i386 the host byte order is Least Significant Byte
On x86 architectures, 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).