aboutsummaryrefslogtreecommitdiffstats
path: root/man7/packet.7
diff options
context:
space:
mode:
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 de608b7478..a6cd6a9cc1 100644
--- a/man7/packet.7
+++ b/man7/packet.7
@@ -153,7 +153,7 @@ These types make only sense for receiving.
.B sll_addr
and
.B sll_halen
-contain the physical layer (e.g. IEEE 802.3) address and its length.
+contain the physical layer (e.g., IEEE 802.3) address and its length.
The exact interpretation depends on the device.
When you send packets it is enough to specify
@@ -349,7 +349,7 @@ is the IEEE 802.3 protocol type as defined in
.I <sys/if_ether.h>
and
.B spkt_device
-is the device name as a null terminated string, e.g. eth0.
+is the device name as a null terminated string, for example, eth0.
This structure is obsolete and should not be used in new code.
.SH BUGS