diff options
author | Rami Rosen <ramirose@gmail.com> | 2013-04-03 13:32:04 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-04-03 17:03:30 -0400 |
commit | 1ae65ae92d77542f81c68269bc2f15bcf1ee4d6a (patch) | |
tree | eb74d5e84aedcf578a5ac96a14c2fcb75b89cc92 /Documentation/cgroups | |
parent | 081aa458c38ba576bdd4265fc807fa95b48b9e79 (diff) |
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>
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r-- | Documentation/cgroups/cgroups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroups/cgroups.txt b/Documentation/cgroups/cgroups.txt index 0028e888828c..638bf17ff869 100644 --- a/Documentation/cgroups/cgroups.txt +++ b/Documentation/cgroups/cgroups.txt | |||
@@ -442,7 +442,7 @@ You can attach the current shell task by echoing 0: | |||
442 | You can use the cgroup.procs file instead of the tasks file to move all | 442 | You can use the cgroup.procs file instead of the tasks file to move all |
443 | threads in a threadgroup at once. Echoing the PID of any task in a | 443 | threads in a threadgroup at once. Echoing the PID of any task in a |
444 | threadgroup to cgroup.procs causes all tasks in that threadgroup to be | 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 | in the writing task's threadgroup. | 446 | in the writing task's threadgroup. |
447 | 447 | ||
448 | Note: Since every task is always a member of exactly one cgroup in each | 448 | Note: Since every task is always a member of exactly one cgroup in each |