2024-01-17 09:20:27

by Petr Vorel

[permalink] [raw]
Subject: [PATCH 1/1] MAINTAINERS: Add man-pages git tree

Signed-off-by: Petr Vorel <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 391bbb855cbe..571749fe9e38 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12833,6 +12833,7 @@ M: Alejandro Colomar <[email protected]>
L: [email protected]
S: Maintained
W: http://www.kernel.org/doc/man-pages
+T: git git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git

MANAGEMENT COMPONENT TRANSPORT PROTOCOL (MCTP)
M: Jeremy Kerr <[email protected]>
--
2.43.0



2024-01-17 12:06:58

by Alejandro Colomar

[permalink] [raw]
Subject: Re: [PATCH 1/1] MAINTAINERS: Add man-pages git tree

Hi Petr,

On Wed, Jan 17, 2024 at 10:19:03AM +0100, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 391bbb855cbe..571749fe9e38 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12833,6 +12833,7 @@ M: Alejandro Colomar <[email protected]>
> L: [email protected]
> S: Maintained
> W: http://www.kernel.org/doc/man-pages
> +T: git git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git

And there's a secondary tree, at
<git://http://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git>


Have a lovely day,
Alex

--
<https://www.alejandro-colomar.es/>
Looking for a remote C programming job at the moment.


Attachments:
(No filename) (779.00 B)
signature.asc (849.00 B)
Download all attachments

2024-01-17 12:23:32

by Alejandro Colomar

[permalink] [raw]
Subject: [PATCH v2alx] MAINTAINERS: Add man-pages git trees

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/>
<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 <[email protected]>
Signed-off-by: Alejandro Colomar <[email protected]>
---
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 <[email protected]>
L: [email protected]
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://http://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git

MANAGEMENT COMPONENT TRANSPORT PROTOCOL (MCTP)
M: Jeremy Kerr <[email protected]>
--
2.43.0


Attachments:
(No filename) (1.32 kB)
signature.asc (849.00 B)
Download all attachments

2024-01-17 12:30:47

by Petr Vorel

[permalink] [raw]
Subject: Re: [PATCH 1/1] MAINTAINERS: Add man-pages git tree

Hi Alex,

> Hi Petr,

> On Wed, Jan 17, 2024 at 10:19:03AM +0100, Petr Vorel wrote:
> > Signed-off-by: Petr Vorel <[email protected]>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)

> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 391bbb855cbe..571749fe9e38 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -12833,6 +12833,7 @@ M: Alejandro Colomar <[email protected]>
> > L: [email protected]
> > S: Maintained
> > W: http://www.kernel.org/doc/man-pages
> > +T: git git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git

> And there's a secondary tree, at
> <git://http://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git>

OK, I'm going to send v2.

Kind regards,
Petr

> Have a lovely day,
> Alex

2024-01-17 13:07:26

by Petr Vorel

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

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 <[email protected]>
> Signed-off-by: Alejandro Colomar <[email protected]>

Reviewed-by: Petr Vorel <[email protected]>

@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 <[email protected]>
> L: [email protected]
> 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://http://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git

> MANAGEMENT COMPONENT TRANSPORT PROTOCOL (MCTP)
> M: Jeremy Kerr <[email protected]>

2024-01-17 13:33:53

by Alejandro Colomar

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

Hi,

On Wed, Jan 17, 2024 at 02:07:05PM +0100, Petr Vorel wrote:
> 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?

I actually don't know. Was wondering, because kernel.org redirects
there, but didn't know which subdomain I should document. If it should
have no subdomain, would you mind sending a patch? Thanks!

>
> > <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 <[email protected]>
> > Signed-off-by: Alejandro Colomar <[email protected]>
>
> Reviewed-by: Petr Vorel <[email protected]>

Thanks!

Have a lovely day,
Alex

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

--
<https://www.alejandro-colomar.es/>
Looking for a remote C programming job at the moment.


Attachments:
(No filename) (1.45 kB)
signature.asc (849.00 B)
Download all attachments

2024-01-17 20:54:58

by Petr Vorel

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

> Hi,

> On Wed, Jan 17, 2024 at 02:07:05PM +0100, Petr Vorel wrote:
> > 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?

> I actually don't know. Was wondering, because kernel.org redirects
> there, but didn't know which subdomain I should document. If it should
> have no subdomain, would you mind sending a patch? Thanks!

Sure, I'll do.

Kind regards,
Petr

> > > <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 <[email protected]>
> > > Signed-off-by: Alejandro Colomar <[email protected]>

> > Reviewed-by: Petr Vorel <[email protected]>

> Thanks!

> Have a lovely day,
> Alex


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