From ffd045656f1885e2645cf4876ef7f7d383834023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Thu, 30 Jan 2014 12:08:02 -0400 Subject: [PATCH] packet.7: ffix Signed-off-by: Michael Kerrisk --- man7/packet.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/packet.7 b/man7/packet.7 index 3d06fb2a7..ed1563173 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -327,8 +327,8 @@ Create a memory-mapped ring buffer for asynchronous packet reception. The packet socket reserves a contiguous region of application address space, lays it out into an array of packet slots and copies packets (up to -.IR tp_snaplen -) into subsequent slots. +.IR tp_snaplen ) +into subsequent slots. Each packet is preceded by a metadata structure similar to .IR tpacket_auxdata . The protocol fields encode the offset to the data @@ -409,7 +409,7 @@ fields of this call are ignored. If an address is passed using .BR sendto (2) or -.BR sendmsg (2) , +.BR sendmsg (2), then that overrides the socket default. On successful transmission, the socket resets the slot to .BR TP_STATUS_AVAILABLE .