aboutsummaryrefslogtreecommitdiffstats
path: root/man7/packet.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/packet.7')
-rw-r--r--man7/packet.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/packet.7 b/man7/packet.7
index a3992b8e71..147c5c74be 100644
--- a/man7/packet.7
+++ b/man7/packet.7
@@ -117,12 +117,12 @@ structure is a device-independent physical-layer address.
.EX
struct sockaddr_ll {
unsigned short sll_family; /* Always AF_PACKET */
- unsigned short sll_protocol; /* Physical-layer protocol */
+ unsigned short sll_protocol; /* Physical\-layer protocol */
int sll_ifindex; /* Interface number */
unsigned short sll_hatype; /* ARP hardware type */
unsigned char sll_pkttype; /* Packet type */
unsigned char sll_halen; /* Length of address */
- unsigned char sll_addr[8]; /* Physical-layer address */
+ unsigned char sll_addr[8]; /* Physical\-layer address */
};
.EE
.in
@@ -208,7 +208,7 @@ struct packet_mreq {
int mr_ifindex; /* interface index */
unsigned short mr_type; /* action */
unsigned short mr_alen; /* address length */
- unsigned char mr_address[8]; /* physical-layer address */
+ unsigned char mr_address[8]; /* physical\-layer address */
};
.EE
.in