diff options
| -rw-r--r-- | man7/packet.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/packet.7 b/man7/packet.7 index 91e5651756..d62cff2a8e 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -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. |
