* [PATCH 1/1] MAINTAINERS: Add man-pages git tree
@ 2024-01-17 9:19 Petr Vorel
2024-01-17 12:06 ` Alejandro Colomar
0 siblings, 1 reply; 7+ messages in thread
From: Petr Vorel @ 2024-01-17 9:19 UTC (permalink / raw)
To: linux-man; +Cc: Petr Vorel, Alejandro Colomar, Andrew Morton, linux-kernel
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
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 <alx@kernel.org>
L: linux-man@vger.kernel.org
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 <jk@codeconstruct.com.au>
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] MAINTAINERS: Add man-pages git tree
2024-01-17 9:19 [PATCH 1/1] MAINTAINERS: Add man-pages git tree Petr Vorel
@ 2024-01-17 12:06 ` Alejandro Colomar
2024-01-17 12:20 ` Petr Vorel
2024-01-17 12:23 ` [PATCH v2alx] MAINTAINERS: Add man-pages git trees Alejandro Colomar
0 siblings, 2 replies; 7+ messages in thread
From: Alejandro Colomar @ 2024-01-17 12:06 UTC (permalink / raw)
To: Petr Vorel; +Cc: linux-man, Andrew Morton, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 779 bytes --]
Hi Petr,
On Wed, Jan 17, 2024 at 10:19:03AM +0100, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> 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 <alx@kernel.org>
> L: linux-man@vger.kernel.org
> 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://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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] MAINTAINERS: Add man-pages git tree
2024-01-17 12:06 ` Alejandro Colomar
@ 2024-01-17 12:20 ` Petr Vorel
2024-01-17 12:23 ` [PATCH v2alx] MAINTAINERS: Add man-pages git trees Alejandro Colomar
1 sibling, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2024-01-17 12:20 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man, Andrew Morton, linux-kernel
Hi Alex,
> Hi Petr,
> On Wed, Jan 17, 2024 at 10:19:03AM +0100, Petr Vorel wrote:
> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> > 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 <alx@kernel.org>
> > L: linux-man@vger.kernel.org
> > 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://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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2alx] MAINTAINERS: Add man-pages git trees
2024-01-17 12:06 ` Alejandro Colomar
2024-01-17 12:20 ` Petr Vorel
@ 2024-01-17 12:23 ` Alejandro Colomar
2024-01-17 13:07 ` Petr Vorel
1 sibling, 1 reply; 7+ messages in thread
From: Alejandro Colomar @ 2024-01-17 12:23 UTC (permalink / raw)
To: linux-kernel, Andrew Morton; +Cc: Alejandro Colomar, Petr Vorel, linux-man
[-- Attachment #1: Type: text/plain, Size: 1355 bytes --]
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 <pvorel@suse.cz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
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@kernel.org>
L: linux-man@vger.kernel.org
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@codeconstruct.com.au>
--
2.43.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH v2alx] MAINTAINERS: Add man-pages git trees
2024-01-17 12:23 ` [PATCH v2alx] MAINTAINERS: Add man-pages git trees Alejandro Colomar
@ 2024-01-17 13:07 ` Petr Vorel
2024-01-17 13:33 ` Alejandro Colomar
0 siblings, 1 reply; 7+ messages in thread
From: Petr Vorel @ 2024-01-17 13:07 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-kernel, Andrew Morton, linux-man
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@suse.cz>
> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
@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@kernel.org>
> L: linux-man@vger.kernel.org
> 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@codeconstruct.com.au>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2alx] MAINTAINERS: Add man-pages git trees
2024-01-17 13:07 ` Petr Vorel
@ 2024-01-17 13:33 ` Alejandro Colomar
2024-01-17 20:54 ` Petr Vorel
0 siblings, 1 reply; 7+ messages in thread
From: Alejandro Colomar @ 2024-01-17 13:33 UTC (permalink / raw)
To: Petr Vorel; +Cc: linux-kernel, Andrew Morton, linux-man
[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]
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 <pvorel@suse.cz>
> > Signed-off-by: Alejandro Colomar <alx@kernel.org>
>
> Reviewed-by: Petr Vorel <pvorel@suse.cz>
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2alx] MAINTAINERS: Add man-pages git trees
2024-01-17 13:33 ` Alejandro Colomar
@ 2024-01-17 20:54 ` Petr Vorel
0 siblings, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2024-01-17 20:54 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-kernel, Andrew Morton, linux-man
> 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 <pvorel@suse.cz>
> > > Signed-off-by: Alejandro Colomar <alx@kernel.org>
> > Reviewed-by: Petr Vorel <pvorel@suse.cz>
> Thanks!
> Have a lovely day,
> Alex
> > @Andrew: whoever is going to mere, please take this commit
> > instead of mine.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-01-17 20:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-17 9:19 [PATCH 1/1] MAINTAINERS: Add man-pages git tree Petr Vorel
2024-01-17 12:06 ` Alejandro Colomar
2024-01-17 12:20 ` Petr Vorel
2024-01-17 12:23 ` [PATCH v2alx] MAINTAINERS: Add man-pages git trees Alejandro Colomar
2024-01-17 13:07 ` Petr Vorel
2024-01-17 13:33 ` Alejandro Colomar
2024-01-17 20:54 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox