aboutsummaryrefslogtreecommitdiffstats
path: root/man7/packet.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-01-05 10:52:45 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-05 10:52:45 +1300
commit084cf3d1cdcd53ae2de9c5cc68e0c13ce2e8cca4 (patch)
treefd75509eb09bdb5910b7c026c0c4df27b245581f /man7/packet.7
parent342639d9e9d766b7b3b3a03045144be64f1f556c (diff)
downloadman-pages-084cf3d1cdcd53ae2de9c5cc68e0c13ce2e8cca4.tar.gz
packet.7: wfix: s/network order/network byte order/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/packet.7')
-rw-r--r--man7/packet.74
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.