diff options
-rw-r--r-- | doc/lxc.sgml.in | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in index 31f5e18..41ba067 100644 --- a/doc/lxc.sgml.in +++ b/doc/lxc.sgml.in @@ -105,24 +105,22 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA the kernel to have the full features container: </para> <programlisting> - * General + * General setup * Control Group support - -> namespace cgroup subsystem - -> cpuset support - -> Group CPU scheduler - -> control group freeze subsystem - -> Basis for grouping tasks (Control Groups) - -> Simple CPU accounting + -> Namespace cgroup subsystem + -> Freezer cgroup subsystem + -> Cpuset support + -> Simple CPU accounting cgroup subsystem -> Resource counters - -> Memory resource controllers for Control Groups - -> Namespace support - -> UTS namespace - -> IPC namespace - -> User namespace - -> Pid namespace - * Network support - -> Networking options - -> Network namespace support + -> Memory resource controllers for Control Groups + * Group CPU scheduler + -> Basis for grouping tasks (Control Groups) + * Namespaces support + -> UTS namespace + -> IPC namespace + -> User namespace + -> Pid namespace + -> Network namespace </programlisting> <para> |