Re: [PATCH v2alx] MAINTAINERS: Add man-pages git trees

From: Petr Vorel
Date: Wed Jan 17 2024 - 08:07:25 EST


Hi,

> As the man-pages README documents:

> $ sed -n '/^Versions/,/^[^ ]/p' README | head -n-1;
> Versions
> Distribution
> <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>
nit: Shouldn't this be kernel.org instead of mirrors.edge.kernel.org?

> <https://www.alejandro-colomar.es/share/dist/man-pages/>

> Git
> <https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/>
> <https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/>

> Online man-pages
> PDF
> <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/book/>
> <https://www.alejandro-colomar.es/share/dist/man-pages/>
> HTML
> <https://man7.org/linux/man-pages/index.html>

> Suggested-by: Petr Vorel <pvorel@xxxxxxx>
> Signed-off-by: Alejandro Colomar <alx@xxxxxxxxxx>

Reviewed-by: Petr Vorel <pvorel@xxxxxxx>

@Andrew: whoever is going to mere, please take this commit
instead of mine.

Kind regards,
Petr
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)

> diff --git a/MAINTAINERS b/MAINTAINERS
> index a59214c48e52..e5d90cd0ed8c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12749,6 +12749,8 @@ M: Alejandro Colomar <alx@xxxxxxxxxx>
> L: linux-man@xxxxxxxxxxxxxxx
> S: Maintained
> W: http://www.kernel.org/doc/man-pages
> +T: git git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
> +T: git git://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git

> MANAGEMENT COMPONENT TRANSPORT PROTOCOL (MCTP)
> M: Jeremy Kerr <jk@xxxxxxxxxxxxxxxxxxxx>