aboutsummaryrefslogtreecommitdiffstats
path: root/man7/packet.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-03 12:47:27 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-03 12:47:27 +0000
commitbd12ab88af41a79999010c5adbf49ffe7839173e (patch)
tree90f0f5ffe4fff7b06eeabbc14ff23639a0cefcc9 /man7/packet.7
parent8478ee027925a00caf4740df038241d8eaf43d9e (diff)
downloadman-pages-bd12ab88af41a79999010c5adbf49ffe7839173e.tar.gz
Formatting fixes
Diffstat (limited to 'man7/packet.7')
-rw-r--r--man7/packet.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/packet.7 b/man7/packet.7
index 251be91b03..bb57d7f560 100644
--- a/man7/packet.7
+++ b/man7/packet.7
@@ -34,7 +34,7 @@ header information is available in a common format in a
.BR sockaddr_ll .
.I protocol
is the IEEE 802.3 protocol number in network order. See the
-.B <linux/if_ether.h>
+.I <linux/if_ether.h>
include file for a list of allowed protocols. When protocol
is set to
.B htons(ETH_P_ALL)
@@ -116,7 +116,7 @@ struct sockaddr_ll {
.B sll_protocol
is the standard ethernet protocol type in network order as defined
in the
-.B linux/if_ether.h
+.I <linux/if_ether.h>
include file. It defaults to the socket's protocol.
.B sll_ifindex
is the interface index of the interface
@@ -125,7 +125,7 @@ is the interface index of the interface
0 matches any interface (only legal for binding).
.B sll_hatype
is a ARP type as defined in the
-.B linux/if_arp.h
+.I <linux/if_arp.h>
include file.
.B sll_pkttype
contains the packet type. Valid types are
@@ -260,7 +260,7 @@ contains
the device type,
.B spkt_protocol
is the IEEE 802.3 protocol type as defined in
-.B <sys/if_ether.h>
+.I <sys/if_ether.h>
and
.B spkt_device
is the device name as a null terminated string, e.g. eth0.