Commit 1ae65ae92d77542f81c68269bc2f15bcf1ee4d6a

Authored by Rami Rosen
Committed by Tejun Heo
1 parent 081aa458c3

cgroups: Documentation/cgroup/cgroup.txt - a trivial fix.

This trivial patch removes a word which appears twice in
Documentation/cgroup/cgroup.txt.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/cgroups/cgroups.txt
... ... @@ -442,7 +442,7 @@
442 442 You can use the cgroup.procs file instead of the tasks file to move all
443 443 threads in a threadgroup at once. Echoing the PID of any task in a
444 444 threadgroup to cgroup.procs causes all tasks in that threadgroup to be
445   -be attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
  445 +attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
446 446 in the writing task's threadgroup.
447 447  
448 448 Note: Since every task is always a member of exactly one cgroup in each