packet.7: SEE ALSO: add /tools/testing/selftests/net/psock_tpacket.c

Reported-by: Carsten Andrich <carsten.andrich@tu-ilmenau.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-23 12:10:14 +02:00
parent 3d4d5a0635
commit ab80da6e17
1 changed files with 5 additions and 1 deletions

View File

@ -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 <linux/if_ether.h>
include file for physical layer protocols.
The example source file
.IR /tools/testing/selftests/net/psock_tpacket.c
in the Linux kernel source tree.