public inbox for linux-man@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox