From 0b4d17c9a56e9fca049f8049e4317ce5c2604e63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 29 Sep 2020 10:10:35 +0200 Subject: [PATCH] man: link to fork(2) more prominently For #17177. --- man/systemd.exec.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 -- 2.39.2