From b19679f75444a103d702d9aa45033ba26041d291 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 19 May 2020 12:21:35 +0200 Subject: [PATCH] clone.2: srcfix: semantic newlines Signed-off-by: Michael Kerrisk --- man2/clone.2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index 33594ddc5..7c0b21a7a 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -457,7 +457,8 @@ If this flag is specified the child process will be created in a different cgroup than its parent. Note, that .BR CLONE_INTO_CGROUP -is limited to version 2 cgroups. To use this feature, callers +is limited to version 2 cgroups. +To use this feature, callers need to raise .BR CLONE_INTO_CGROUP in @@ -479,10 +480,12 @@ for details) apply. Spawning a process into a cgroup different from the parent's cgroup makes it possible for a service manager to directly spawn new -services into dedicated cgroups. This allows eliminating accounting +services into dedicated cgroups. +This allows eliminating accounting jitter which would be caused by the new process living in the parent's cgroup for a short amount of time before being -moved into the target cgroup. This flag also allows the creation of +moved into the target cgroup. +This flag also allows the creation of frozen child process by spawning them into a frozen cgroup (see .BR cgroups (7) for a description of the freezer feature in version 2 cgroups).