packet.7: wfix: s/network order/network byte order/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-05 10:52:45 +13:00
parent 342639d9e9
commit 084cf3d1cd
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ for cooked packets with the link-level header removed.
The link-level header information is available in a common format in a
.IR sockaddr_ll .
.I protocol
is the IEEE 802.3 protocol number in network order.
is the IEEE 802.3 protocol number in network byte order.
See the
.I <linux/if_ether.h>
include file for a list of allowed protocols.
@ -124,7 +124,7 @@ struct sockaddr_ll {
.in
.I sll_protocol
is the standard ethernet protocol type in network order as defined
is the standard ethernet protocol type in network byte order as defined
in the
.I <linux/if_ether.h>
include file.