Hi Alex and Baruch, On 12/15/20 7:17 PM, Alejandro Colomar wrote: > From: Baruch Siach <baruch@xxxxxxxxxx> > > Files moved from .txt to .rst. > > Also, drop / prefix from kernel source tree references. > > Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx> > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Thanks. Patch applied. Cheers, Michael > --- > man7/packet.7 | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/man7/packet.7 b/man7/packet.7 > index ac1c60905..856c59e6b 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 > > base-commit: 27482d700b5d2d062f994bee2c79aac7a5d9d17c > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/