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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html