aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2020-12-15 19:17:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-12-20 15:49:17 +0100
commitce0efb43824d20a30f9f64c1921d8493a201df5b (patch)
treebee5c2fdabbf5fb1f802755692a56980ada0a7b5
parent1f8e17279093c899716cf407b92a3fd028262acc (diff)
downloadman-pages-ce0efb43824d20a30f9f64c1921d8493a201df5b.tar.gz
packet.7: Update references to kernel documentation
Files moved from .txt to .rst. Also, drop / prefix from kernel source tree references. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/packet.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/packet.7 b/man7/packet.7
index ac1c609058..856c59e6ba 100644
--- a/man7/packet.7
+++ b/man7/packet.7
@@ -405,7 +405,7 @@ equal to
.IP
Packet sockets implement multiple variants of the packet ring.
The implementation details are described in
-.IR Documentation/networking/packet_mmap.txt
+.IR Documentation/networking/packet_mmap.rst
in the Linux kernel source tree.
.TP
.BR PACKET_STATISTICS
@@ -431,7 +431,7 @@ By default, this is a software generated timestamp generated when the
packet is copied into the ring.
This integer option selects the type of timestamp.
Besides the default, it support the two hardware formats described in
-.IR Documentation/networking/timestamping.txt
+.IR Documentation/networking/timestamping.rst
in the Linux kernel source tree.
.TP
.BR PACKET_TX_RING " (since Linux 2.6.31)"
@@ -648,9 +648,9 @@ The
include file for physical-layer protocols.
.PP
The Linux kernel source tree.
-.IR /Documentation/networking/filter.txt
+.IR Documentation/networking/filter.rst
describes how to apply Berkeley Packet Filters to packet sockets.
-.IR /tools/testing/selftests/net/psock_tpacket.c
+.IR tools/testing/selftests/net/psock_tpacket.c
contains example source code for all available versions of
.BR PACKET_RX_RING
and