]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
clone.2: srcfix: semantic newlines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 19 May 2020 10:21:35 +0000 (12:21 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 19 May 2020 13:45:11 +0000 (15:45 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clone.2

index 33594ddc551ce3ffc1d10dd91e0c0c16e85faffc..7c0b21a7af1c514390be6d4ebb89664e6c50d7cd 100644 (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).