diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-02-17 12:44:11 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-03-06 14:46:27 -0500 |
commit | 312eb712e15868236dd03c67971ab2c1d79b4ce6 (patch) | |
tree | 417cf9f2b7c89053253c70ea67f49952d44bceb6 /Documentation | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
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 <tklauser@distanz.ch>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cgroup-v2.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt index 3b8449f8ac7e..49d7c997fa1e 100644 --- a/Documentation/cgroup-v2.txt +++ b/Documentation/cgroup-v2.txt | |||
@@ -1142,16 +1142,17 @@ used by the kernel. | |||
1142 | 1142 | ||
1143 | pids.max | 1143 | pids.max |
1144 | 1144 | ||
1145 | A read-write single value file which exists on non-root cgroups. The | 1145 | A read-write single value file which exists on non-root |
1146 | default is "max". | 1146 | cgroups. The default is "max". |
1147 | 1147 | ||
1148 | Hard limit of number of processes. | 1148 | Hard limit of number of processes. |
1149 | 1149 | ||
1150 | pids.current | 1150 | pids.current |
1151 | 1151 | ||
1152 | A read-only single value file which exists on all cgroups. | 1152 | A read-only single value file which exists on all cgroups. |
1153 | 1153 | ||
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. | ||
1155 | 1156 | ||
1156 | Organisational operations are not blocked by cgroup policies, so it is | 1157 | Organisational operations are not blocked by cgroup policies, so it is |
1157 | possible to have pids.current > pids.max. This can be done by either | 1158 | possible to have pids.current > pids.max. This can be done by either |