# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([lxc], [0.6.4])
+AC_INIT([lxc], [0.6.5])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([config])
</term>
<listitem>
<para>
- Specify the capability to be dropped in the
- container. The format is the lower case of the
- capability definition without the "CAP_" prefix,
+ Specify the capability to be dropped in the container. A
+ single line defining several capabilities with a space
+ separation is allowed. The format is the lower case of
+ the capability definition without the "CAP_" prefix,
eg. CAP_SYS_MODULE should be specified as
sys_module. See
<citerefentry>
<refentrytitle><command>capabilities</command></refentrytitle>
- <manvolnum>7</manvolnum>. A single line defining
- several capabilities with a space separation is
- allowed.
+ <manvolnum>7</manvolnum>
</citerefentry>,
</para>
</listitem>