All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] futex.2: Fix link to Rusty's futex example library
@ 2013-09-24 21:04 Rodrigo Campos
       [not found] ` <1380056659-24306-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Campos @ 2013-09-24 21:04 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Rodrigo Campos

Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
---
 man2/futex.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/futex.2 b/man2/futex.2
index 78e3de0..a59b0a4 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -326,5 +326,5 @@ read the sources of the futex user-space library referenced below.
 .PP
 Futex example library, futex-*.tar.bz2 at
 .br
-.UR ftp://ftp.nl.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
+.UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
 .UE
-- 
1.8.4.rc3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found] ` <1380056659-24306-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
@ 2013-09-30 18:50   ` Rodrigo Campos
       [not found]     ` <1380567043-10102-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Campos @ 2013-09-30 18:50 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Rodrigo Campos

When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
".nl." is "an obsolete scheme and really should be changed to just
ftp.kernel.org". So this patch does just this change.

I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
domains used in the example also don't work. I'm not sure we want to fix this,
but if we want, we should probably do it in a separate patch.

Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
---
 man2/futex.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/futex.2 b/man2/futex.2
index 78e3de0..a59b0a4 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -326,5 +326,5 @@ read the sources of the futex user-space library referenced below.
 .PP
 Futex example library, futex-*.tar.bz2 at
 .br
-.UR ftp://ftp.nl.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
+.UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
 .UE
-- 
1.8.4.rc3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found]     ` <1380567043-10102-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
@ 2013-10-07  8:46       ` Rodrigo Campos
       [not found]         ` <20131007084646.GC19103-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
  2013-10-25 21:54       ` Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 8+ messages in thread
From: Rodrigo Campos @ 2013-10-07  8:46 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Mon, Sep 30, 2013 at 07:50:43PM +0100, Rodrigo Campos wrote:
> When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
> ".nl." is "an obsolete scheme and really should be changed to just
> ftp.kernel.org". So this patch does just this change.
> 
> I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
> Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
> domains used in the example also don't work. I'm not sure we want to fix this,
> but if we want, we should probably do it in a separate patch.
> 
> Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
> ---
>  man2/futex.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Ping ?




Thanks,
Rodrigo
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found]         ` <20131007084646.GC19103-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
@ 2013-10-23  7:54           ` Rodrigo Campos
       [not found]             ` <20131023075450.GA8203-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Campos @ 2013-10-23  7:54 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Mon, Oct 07, 2013 at 09:46:46AM +0100, Rodrigo Campos wrote:
> On Mon, Sep 30, 2013 at 07:50:43PM +0100, Rodrigo Campos wrote:
> > When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
> > ".nl." is "an obsolete scheme and really should be changed to just
> > ftp.kernel.org". So this patch does just this change.
> > 
> > I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
> > Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
> > domains used in the example also don't work. I'm not sure we want to fix this,
> > but if we want, we should probably do it in a separate patch.
> > 
> > Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
> > ---
> >  man2/futex.2 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Ping ?

Sorry to bother again Michael, but the first version of this patch was sent
almost a month ago and never received any comments. Did you forget about it ?





Thanks,
Rodrigo
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found]     ` <1380567043-10102-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
  2013-10-07  8:46       ` Rodrigo Campos
@ 2013-10-25 21:54       ` Michael Kerrisk (man-pages)
       [not found]         ` <526AE89E.9080604-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-10-25 21:54 UTC (permalink / raw)
  To: Rodrigo Campos; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On 01.10.2013 07:50, Rodrigo Campos wrote:
> When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
> ".nl." is "an obsolete scheme and really should be changed to just
> ftp.kernel.org". So this patch does just this change.
> 
> I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
> Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
> domains used in the example also don't work. I'm not sure we want to fix this,
> but if we want, we should probably do it in a separate patch.

Applied. Thanks & sorry for the delay.

Cheers,

Michael


> Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
> ---
>  man2/futex.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/futex.2 b/man2/futex.2
> index 78e3de0..a59b0a4 100644
> --- a/man2/futex.2
> +++ b/man2/futex.2
> @@ -326,5 +326,5 @@ read the sources of the futex user-space library referenced below.
>  .PP
>  Futex example library, futex-*.tar.bz2 at
>  .br
> -.UR ftp://ftp.nl.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
> +.UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
>  .UE
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
My next Linux/UNIX system programming course:
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found]             ` <20131023075450.GA8203-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
@ 2013-10-25 21:54               ` Michael Kerrisk (man-pages)
       [not found]                 ` <526AE8A4.6000204-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-10-25 21:54 UTC (permalink / raw)
  To: Rodrigo Campos; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On 23.10.2013 20:54, Rodrigo Campos wrote:
> On Mon, Oct 07, 2013 at 09:46:46AM +0100, Rodrigo Campos wrote:
>> On Mon, Sep 30, 2013 at 07:50:43PM +0100, Rodrigo Campos wrote:
>>> When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
>>> ".nl." is "an obsolete scheme and really should be changed to just
>>> ftp.kernel.org". So this patch does just this change.
>>>
>>> I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
>>> Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
>>> domains used in the example also don't work. I'm not sure we want to fix this,
>>> but if we want, we should probably do it in a separate patch.
>>>
>>> Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
>>> ---
>>>  man2/futex.2 | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Ping ?
> 
> Sorry to bother again Michael, but the first version of this patch was sent
> almost a month ago and never received any comments. Did you forget about it ?

Sorry -- there were some events that took me out of action for a few weeks.
I've applied your v2 patch now.
Cheers,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
My next Linux/UNIX system programming course:
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found]                 ` <526AE8A4.6000204-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-10-26 20:58                   ` Rodrigo Campos
  0 siblings, 0 replies; 8+ messages in thread
From: Rodrigo Campos @ 2013-10-26 20:58 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Sat, Oct 26, 2013 at 10:54:44AM +1300, Michael Kerrisk (man-pages) wrote:
> On 23.10.2013 20:54, Rodrigo Campos wrote:
> > On Mon, Oct 07, 2013 at 09:46:46AM +0100, Rodrigo Campos wrote:
> >> On Mon, Sep 30, 2013 at 07:50:43PM +0100, Rodrigo Campos wrote:
> >>> When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
> >>> ".nl." is "an obsolete scheme and really should be changed to just
> >>> ftp.kernel.org". So this patch does just this change.
> >>>
> >>> I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
> >>> Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
> >>> domains used in the example also don't work. I'm not sure we want to fix this,
> >>> but if we want, we should probably do it in a separate patch.
> >>>
> >>> Signed-off-by: Rodrigo Campos <rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
> >>> ---
> >>>  man2/futex.2 | 2 +-
> >>>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> Ping ?
> > 
> > Sorry to bother again Michael, but the first version of this patch was sent
> > almost a month ago and never received any comments. Did you forget about it ?
> 
> Sorry -- there were some events that took me out of action for a few weeks.
> I've applied your v2 patch now.

No problem, thanks a lot! :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] futex.2: Fix link to Rusty's futex example library
       [not found]         ` <526AE89E.9080604-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-10-26 21:34           ` Rodrigo Campos
  0 siblings, 0 replies; 8+ messages in thread
From: Rodrigo Campos @ 2013-10-26 21:34 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Sat, Oct 26, 2013 at 10:54:38AM +1300, Michael Kerrisk (man-pages) wrote:
> On 01.10.2013 07:50, Rodrigo Campos wrote:
> > When I asked to webmaster-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Konstantin Ryabitsev answered that the
> > ".nl." is "an obsolete scheme and really should be changed to just
> > ftp.kernel.org". So this patch does just this change.
> > 
> > I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd.
> > Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other
> > domains used in the example also don't work. I'm not sure we want to fix this,
> > but if we want, we should probably do it in a separate patch.
> 
> Applied. Thanks & sorry for the delay.

Np, thanks a lot! :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-10-26 21:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-24 21:04 [PATCH] futex.2: Fix link to Rusty's futex example library Rodrigo Campos
     [not found] ` <1380056659-24306-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
2013-09-30 18:50   ` [PATCH v2] " Rodrigo Campos
     [not found]     ` <1380567043-10102-1-git-send-email-rodrigo-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
2013-10-07  8:46       ` Rodrigo Campos
     [not found]         ` <20131007084646.GC19103-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
2013-10-23  7:54           ` Rodrigo Campos
     [not found]             ` <20131023075450.GA8203-aOqSs0FX/Gu4Tu3zPC53fQ@public.gmane.org>
2013-10-25 21:54               ` Michael Kerrisk (man-pages)
     [not found]                 ` <526AE8A4.6000204-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-26 20:58                   ` Rodrigo Campos
2013-10-25 21:54       ` Michael Kerrisk (man-pages)
     [not found]         ` <526AE89E.9080604-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-26 21:34           ` Rodrigo Campos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.