---
docs/cgroups.html.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in
index f7c2450..33de453 100644
--- a/docs/cgroups.html.in
+++ b/docs/cgroups.html.in
@@ -33,9 +33,9 @@
<p>
The LXC driver is capable of using the <code>cpuset</code>,
- <code>cpu</code>, <code>cpuset</code>,
<code>freezer</code>,
+ <code>cpu</code>, <code>cpuacct</code>,
<code>freezer</code>,
<code>memory</code>, <code>blkio</code> and
<code>devices</code>
- controllers. The <code>cpuset</code>, <code>devices</code>
+ controllers. The <code>cpuacct</code>,
<code>devices</code>
and <code>memory</code> controllers are compulsory. Without
them mounted, no containers can be started. If any of the
other controllers are not mounted, the resource management APIs
--
1.8.5.3