diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 108e3c9bc6..4058540a63 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