Skip to content

Commit 312eb71

Browse files
tklauserhtejun
authored andcommitted
cgroup: Fix indenting in PID controller documentation
Follow the common documentation style in the file and indent the interface file description by a tab instead of just a space. Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent c1ae3cf commit 312eb71

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Documentation/cgroup-v2.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,16 +1142,17 @@ used by the kernel.
11421142

11431143
pids.max
11441144

1145-
A read-write single value file which exists on non-root cgroups. The
1146-
default is "max".
1145+
A read-write single value file which exists on non-root
1146+
cgroups. The default is "max".
11471147

1148-
Hard limit of number of processes.
1148+
Hard limit of number of processes.
11491149

11501150
pids.current
11511151

1152-
A read-only single value file which exists on all cgroups.
1152+
A read-only single value file which exists on all cgroups.
11531153

1154-
The number of processes currently in the cgroup and its descendants.
1154+
The number of processes currently in the cgroup and its
1155+
descendants.
11551156

11561157
Organisational operations are not blocked by cgroup policies, so it is
11571158
possible to have pids.current > pids.max. This can be done by either

0 commit comments

Comments
 (0)