From 084cf3d1cdcd53ae2de9c5cc68e0c13ce2e8cca4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 5 Jan 2014 10:52:45 +1300 Subject: [PATCH] packet.7: wfix: s/network order/network byte order/ Signed-off-by: Michael Kerrisk --- man7/packet.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/packet.7 b/man7/packet.7 index 91e565175..d62cff2a8 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 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 include file.