]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/packet.7
Change "e.g. " to "e.g., ", or in some cases, "for example, ".
[thirdparty/man-pages.git] / man7 / packet.7
index de608b74784c5d6206e128166e5911dfacedc6c8..a6cd6a9cc109f12b56b9643bc096daaf80b35b7b 100644 (file)
@@ -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