diff options
| author | Serge Hallyn <serge.hallyn@ubuntu.com> | 2016-04-25 16:18:42 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-05-09 23:08:53 +0200 |
| commit | c60f4c530d0cbee4bba1f1364c40a7ea37cce771 (patch) | |
| tree | 19e1398c90c9c2854402cb4c7c6bd46981c263f7 /man7/cgroups.7 | |
| parent | 99851d8b2eb90efe374d5f6981e50239bc2d6f36 (diff) | |
| download | man-pages-c60f4c530d0cbee4bba1f1364c40a7ea37cce771.tar.gz | |
cgroups.7: wfix
Note though that I'm not sure about this. Putting all the
cgroups under /sys/fs/cgroup is, i think, frowned upon now.
Certain lxc prefers mounts in a subdirectory of
/sys/fs/cgroup.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Diffstat (limited to 'man7/cgroups.7')
| -rw-r--r-- | man7/cgroups.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index b628c24e50..0be3848b2c 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -155,7 +155,7 @@ must be mounted before they can be controlled. The usual place for this is under .IR /sys/fs/cgroup . If all the desired subsystems can be comounted, -then can do so with the following command: +then one can do so with the following command: mount \-t cgroup \-o all cgroup /sys/fs/cgroup |
