diff --git a/man7/packet.7 b/man7/packet.7 index 72ecec6f3..bd915c9b5 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -9,7 +9,7 @@ .\" .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ .\" -.TH PACKET 7 2014-02-26 "Linux" "Linux Programmer's Manual" +.TH PACKET 7 2014-04-23 "Linux" "Linux Programmer's Manual" .SH NAME packet \- packet interface on device level .SH SYNOPSIS @@ -632,3 +632,7 @@ RFC\ 1700 for the IEEE 802.3 IP encapsulation. The .I include file for physical layer protocols. + +The example source file +.IR /tools/testing/selftests/net/psock_tpacket.c +in the Linux kernel source tree.