From: Michael Kerrisk Date: Sat, 22 Jul 2006 14:14:36 +0000 (+0000) Subject: Noted preservation of scheduling parameters across execve(). X-Git-Tag: man-pages-2.37~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddb51c37d0ad671c0ec87cd56918a4ff3412a53d;p=thirdparty%2Fman-pages.git Noted preservation of scheduling parameters across execve(). --- diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 8156f919f1..93d325d8fb 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -243,6 +243,8 @@ interrupt handler. .SS Miscellaneous Child processes inherit the scheduling algorithm and parameters across a .BR fork (). +The scheduling algorithm and parameters are preserved across +.BR execve (2). Memory locking is usually needed for real-time processes to avoid paging delays, this can be done with