clone.2: srcfix: semantic newlines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-19 12:21:35 +02:00
parent aed3cc90e0
commit b19679f754
1 changed files with 6 additions and 3 deletions

View File

@ -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).