From: Zbigniew Jędrzejewski-Szmek Date: Tue, 29 Sep 2020 08:10:35 +0000 (+0200) Subject: man: link to fork(2) more prominently X-Git-Tag: v247-rc1~145^2~3 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=0b4d17c9a56e9fca049f8049e4317ce5c2604e63 man: link to fork(2) more prominently For #17177. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 108e3c9bc65..4058540a63a 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1025,10 +1025,12 @@ CapabilityBoundingSet=~CAP_B CAP_C CPUSchedulingResetOnFork= - Takes a boolean argument. If true, elevated CPU scheduling priorities and policies will be - reset when the executed processes fork, and can hence not leak into child processes. See - sched_setscheduler2 for - details. Defaults to false. + Takes a boolean argument. If true, elevated CPU scheduling priorities and policies + will be reset when the executed processes call + fork2, + and can hence not leak into child processes. See + sched_setscheduler2 + for details. Defaults to false. @@ -3623,7 +3625,8 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy systemd.time7, systemd.directives7, tmpfiles.d5, - exec3 + exec3, + fork2