public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packet.7: Update references to kernel documentation
@ 2020-12-15 17:54 Baruch Siach
  2020-12-15 18:03 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2020-12-15 17:54 UTC (permalink / raw)
  To: Alejandro Colomar, Michael Kerrisk; +Cc: linux-man, Baruch Siach

Files moved from .txt to .rst.

Also, drop / prefix from kernel source tree references.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 man7/packet.7 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man7/packet.7 b/man7/packet.7
index ac1c609058b5..856c59e6bafb 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
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] packet.7: Update references to kernel documentation
  2020-12-15 17:54 Baruch Siach
@ 2020-12-15 18:03 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar (man-pages) @ 2020-12-15 18:03 UTC (permalink / raw)
  To: Baruch Siach, Michael Kerrisk; +Cc: linux-man

On 12/15/20 6:54 PM, Baruch Siach wrote:
> Files moved from .txt to .rst.
> 
> Also, drop / prefix from kernel source tree references.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Hello Baruch,

Patch applied.

Thanks,

Alex

> ---
>  man7/packet.7 | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/man7/packet.7 b/man7/packet.7
> index ac1c609058b5..856c59e6bafb 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
> 

-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] packet.7: Update references to kernel documentation
@ 2020-12-15 18:17 Alejandro Colomar
  2020-12-18 10:39 ` Ping: " Alejandro Colomar (man-pages)
  2020-12-20 14:49 ` Michael Kerrisk (man-pages)
  0 siblings, 2 replies; 5+ messages in thread
From: Alejandro Colomar @ 2020-12-15 18:17 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Baruch Siach, linux-man, Alejandro Colomar

From: Baruch Siach <baruch@tkos.co.il>

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>
---
 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
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Ping: [PATCH] packet.7: Update references to kernel documentation
  2020-12-15 18:17 [PATCH] packet.7: Update references to kernel documentation Alejandro Colomar
@ 2020-12-18 10:39 ` Alejandro Colomar (man-pages)
  2020-12-20 14:49 ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 5+ messages in thread
From: Alejandro Colomar (man-pages) @ 2020-12-18 10:39 UTC (permalink / raw)
  To: Alejandro Colomar, mtk.manpages; +Cc: Baruch Siach, linux-man

Hi Michael,

I'm pinging you for pending patches before you release 5.10.

BTW, about this patch, my little brother, who is learning shell and
linux is preparing a patch for fixing the paths for all other manual
pages. :-)

Cheers,

Alex

On 12/15/20 7:17 PM, Alejandro Colomar wrote:
> From: Baruch Siach <baruch@tkos.co.il>
> 
> 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>
> ---
>  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
> 

-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] packet.7: Update references to kernel documentation
  2020-12-15 18:17 [PATCH] packet.7: Update references to kernel documentation Alejandro Colomar
  2020-12-18 10:39 ` Ping: " Alejandro Colomar (man-pages)
@ 2020-12-20 14:49 ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-12-20 14:49 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, Baruch Siach, linux-man

Hi Alex and Baruch,

On 12/15/20 7:17 PM, Alejandro Colomar wrote:
> From: Baruch Siach <baruch@tkos.co.il>
> 
> 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>

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-20 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-15 18:17 [PATCH] packet.7: Update references to kernel documentation Alejandro Colomar
2020-12-18 10:39 ` Ping: " Alejandro Colomar (man-pages)
2020-12-20 14:49 ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2020-12-15 17:54 Baruch Siach
2020-12-15 18:03 ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox