From 5e97010dd1432ebab70918cd9bf584ab61d025c6 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Mon, 12 May 2008 14:02:31 -0700 Subject: [PATCH] --- yaml --- r: 96492 b: refs/heads/master c: 0f146a764ff08c4c210c04239c5e6784b4b77485 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/cgroups.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f0335d8a318c..b82c4accf323 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4cd1a8fc3d3cd740416b14ece2693dbb5d065eaf +refs/heads/master: 0f146a764ff08c4c210c04239c5e6784b4b77485 diff --git a/trunk/Documentation/cgroups.txt b/trunk/Documentation/cgroups.txt index c298a6690e0d..824fc0274471 100644 --- a/trunk/Documentation/cgroups.txt +++ b/trunk/Documentation/cgroups.txt @@ -310,8 +310,8 @@ and then start a subshell 'sh' in that cgroup: cd /dev/cgroup mkdir Charlie cd Charlie - /bin/echo 2-3 > cpus - /bin/echo 1 > mems + /bin/echo 2-3 > cpuset.cpus + /bin/echo 1 > cpuset.mems /bin/echo $$ > tasks sh # The subshell 'sh' is now running in cgroup Charlie