All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Typos in man2/getrlimit.2
@ 2010-11-29 20:20 Denis Barbier
       [not found] ` <AANLkTi=XkLN+t5iFT+uretO7V=p1mZnazH++DfFm42WK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Barbier @ 2010-11-29 20:20 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello,

Here are the last bits against ea03a3a.

Denis


diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index e34a152..fede0b2 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -542,7 +542,7 @@ main(int argc, char *argv[])
         exit(EXIT_FAILURE);
     }

-    pid = atoi(argv[1]);        /* PID of traget process */
+    pid = atoi(argv[1]);        /* PID of target process */

     newp = NULL;
     if (argc == 4) {
@@ -551,7 +551,7 @@ main(int argc, char *argv[])
         newp = &new;
     }

-    /* Set CPU time limit of target prcess; retrieve and display
+    /* Set CPU time limit of target process; retrieve and display
        previous limit */

     if (prlimit(pid, RLIMIT_CPU, newp, &old) == \-1)
--
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] 4+ messages in thread

* Re: [PATCH] Typos in man2/getrlimit.2
       [not found] ` <AANLkTi=XkLN+t5iFT+uretO7V=p1mZnazH++DfFm42WK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-12-03  5:52   ` Michael Kerrisk
       [not found]     ` <AANLkTinoHfyBS=aoWfQhugxAV3DZva0W4Vy9y0rPCvh9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk @ 2010-12-03  5:52 UTC (permalink / raw)
  To: Denis Barbier; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Denis,

On Mon, Nov 29, 2010 at 9:20 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
>
> Here are the last bits against ea03a3a.

Thanks. Applied for 3.22.

Cheers,

Michael


>
> diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
> index e34a152..fede0b2 100644
> --- a/man2/getrlimit.2
> +++ b/man2/getrlimit.2
> @@ -542,7 +542,7 @@ main(int argc, char *argv[])
>         exit(EXIT_FAILURE);
>     }
>
> -    pid = atoi(argv[1]);        /* PID of traget process */
> +    pid = atoi(argv[1]);        /* PID of target process */
>
>     newp = NULL;
>     if (argc == 4) {
> @@ -551,7 +551,7 @@ main(int argc, char *argv[])
>         newp = &new;
>     }
>
> -    /* Set CPU time limit of target prcess; retrieve and display
> +    /* Set CPU time limit of target process; retrieve and display
>        previous limit */
>
>     if (prlimit(pid, RLIMIT_CPU, newp, &old) == \-1)
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 4+ messages in thread

* Re: [PATCH] Typos in man2/getrlimit.2
       [not found]     ` <AANLkTinoHfyBS=aoWfQhugxAV3DZva0W4Vy9y0rPCvh9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-12-18 19:48       ` Yuri Kozlov
       [not found]         ` <20101218224822.4e3478ae-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Yuri Kozlov @ 2010-12-18 19:48 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

В Fri, 3 Dec 2010 06:52:19 +0100
Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> пишет:

> Hello Denis,
> 
> On Mon, Nov 29, 2010 at 9:20 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Hello,
> >
> > Here are the last bits against ea03a3a.
> 
> Thanks. Applied for 3.22.

Still here, 3.32

http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=blob;f=man2/getrlimit.2;h=52f99ab204993e981000da39842bdbc32788b6b2;hb=c84860e9ca1c89bfc42591d3320e568d4656f1d4

> > @@ -551,7 +551,7 @@ main(int argc, char *argv[])
> >         newp = &new;
> >     }
> >
> > -    /* Set CPU time limit of target prcess; retrieve and display
> > +    /* Set CPU time limit of target process; retrieve and display
> >        previous limit */
> >
> >     if (prlimit(pid, RLIMIT_CPU, newp, &old) == \-1)
> >



-- 
Best Regards,
Yuri Kozlov

--
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] 4+ messages in thread

* Re: [PATCH] Typos in man2/getrlimit.2
       [not found]         ` <20101218224822.4e3478ae-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
@ 2011-09-08 14:17           ` Michael Kerrisk
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2011-09-08 14:17 UTC (permalink / raw)
  To: Yuri Kozlov; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Sat, Dec 18, 2010 at 8:48 PM, Yuri Kozlov <yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> wrote:
> В Fri, 3 Dec 2010 06:52:19 +0100
> Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> пишет:
>
>> Hello Denis,
>>
>> On Mon, Nov 29, 2010 at 9:20 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> > Hello,
>> >
>> > Here are the last bits against ea03a3a.
>>
>> Thanks. Applied for 3.22.
>
> Still here, 3.32

Thanks Yuri. I've applied the missing piece of the fix from Denis.

Cheers,

Michael


> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=blob;f=man2/getrlimit.2;h=52f99ab204993e981000da39842bdbc32788b6b2;hb=c84860e9ca1c89bfc42591d3320e568d4656f1d4
>
>> > @@ -551,7 +551,7 @@ main(int argc, char *argv[])
>> >         newp = &new;
>> >     }
>> >
>> > -    /* Set CPU time limit of target prcess; retrieve and display
>> > +    /* Set CPU time limit of target process; retrieve and display
>> >        previous limit */
>> >
>> >     if (prlimit(pid, RLIMIT_CPU, newp, &old) == \-1)
>> >
>
>
>
> --
> Best Regards,
> Yuri Kozlov
>
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 4+ messages in thread

end of thread, other threads:[~2011-09-08 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-29 20:20 [PATCH] Typos in man2/getrlimit.2 Denis Barbier
     [not found] ` <AANLkTi=XkLN+t5iFT+uretO7V=p1mZnazH++DfFm42WK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-03  5:52   ` Michael Kerrisk
     [not found]     ` <AANLkTinoHfyBS=aoWfQhugxAV3DZva0W4Vy9y0rPCvh9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-18 19:48       ` Yuri Kozlov
     [not found]         ` <20101218224822.4e3478ae-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
2011-09-08 14:17           ` Michael Kerrisk

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.