From: Andrew Morton Cc: Balbir Singh Cc: Dhaval Giani Cc: Li Zefan Cc: Paul Jackson Cc: Paul Menage Cc: Andrea Righi Signed-off-by: Andrew Morton --- Documentation/cgroups.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/cgroups.txt~cgroups-document-the-effect-of-attaching-pid-0-to-a-cgroup-fix Documentation/cgroups.txt --- a/Documentation/cgroups.txt~cgroups-document-the-effect-of-attaching-pid-0-to-a-cgroup-fix +++ a/Documentation/cgroups.txt @@ -390,9 +390,9 @@ If you have several tasks to attach, you ... # /bin/echo PIDn > tasks -You can attach the current task by echoing 0: +You can attach the current shell task by echoing 0: -# /bin/echo 0 > tasks +# echo 0 > tasks 3. Kernel API ============= _