From 0345039ba491d2c2ae05db5515b05799f7cfb4dd Mon Sep 17 00:00:00 2001 From: Li Zefan Date: Fri, 4 Jul 2008 09:59:55 -0700 Subject: [PATCH] --- yaml --- r: 98706 b: refs/heads/master c: bef67c5a7d3a9c45e091e36625c09c0c811e2672 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/cgroups.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index afd6cad16635..cc7bb0cc1bb3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e0d13cbb71de2b1baf71ddd3c14f7ba8da810e5 +refs/heads/master: bef67c5a7d3a9c45e091e36625c09c0c811e2672 diff --git a/trunk/Documentation/cgroups.txt b/trunk/Documentation/cgroups.txt index 824fc0274471..d9014aa0eb68 100644 --- a/trunk/Documentation/cgroups.txt +++ b/trunk/Documentation/cgroups.txt @@ -390,6 +390,10 @@ If you have several tasks to attach, you have to do it one after another: ... # /bin/echo PIDn > tasks +You can attach the current shell task by echoing 0: + +# echo 0 > tasks + 3. Kernel API =============