]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
cgroups.7: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Jun 2016 12:03:42 +0000 (14:03 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Jun 2016 13:21:30 +0000 (15:21 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/cgroups.7

index 21ee7491d1f32a8b50e17ad828a038ea2cd61301..b653b78e59ca2fcd3dc1cd41dab9abb9e29652f3 100644 (file)
@@ -108,8 +108,8 @@ and management of the cgroup hierarchies became rather complex.
 the kernel source file
 .IR Documentation/cgroup\-v2.txt .)
 
-Because of the problems with the initial cgroups implementation,
-now known as cgroups version 1,
+Because of the problems with the initial cgroups implementation
+(cgroups version 1),
 starting in Linux 3.10, work began on a new,
 orthogonal implementation to remedy these problems.
 Initially marked experimental, and hidden behind the
@@ -234,7 +234,7 @@ the new child is created as a member of the parent's cgroup,
 leading to implicit grouping of process hierarchies.
 
 Note: in the upcoming unified hierarchy, a new restriction is imposed such
-that tasks may only exist in leaf cgroups.
+that tasks may exist only in leaf cgroups.
 For instance, if cgroup
 .I /cg1/cg2
 exists, then a task may exist in
@@ -298,7 +298,7 @@ under both the v1 and the v2 hierarchies.
 The new behaviors in cgroups v2 are summarized below:
 .TP 3
 1. Tasks only in leaf nodes
-With the exception of the root cgroup, tasks may only reside in leaf nodes.
+With the exception of the root cgroup, tasks may reside only in leaf nodes.
 This avoids the need to decide how to partition resources between tasks which
 are members of cgroup A and tasks in child cgroups of A.
 .TP
@@ -402,7 +402,7 @@ created by a cgroup.
 These classids can then be used in firewall rules,
 as well as used to shape traffic using
 .BR tc (8).
-This only applies to packets
+This applies only to packets
 leaving the cgroup, not to traffic arriving at the cgroup.
 
 Further information can be found in the kernel source file