From: Marko Hauptvogel Date: Mon, 4 Jan 2016 21:57:38 +0000 (+0100) Subject: Document clear behaviour of list options X-Git-Tag: lxc-1.0.9~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d5e36ae32cc7c8c964ea0fc85b8b6b2ca18490;p=thirdparty%2Flxc.git Document clear behaviour of list options More general for all list options. Seems to currently affect: lxc.network (clear all NICs) lxc.network.* (clear current NIC) lxc.cap.drop lxc.cap.keep lxc.cgroup lxc.mount.entry lxc.mount.auto lxc.hook lxc.id_map lxc.group lxc.environment Signed-off-by: Marko Hauptvogel Acked-by: Stéphane Graber --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 1d44f381b..affd2cf54 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -72,7 +72,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Each option in the configuration file has the form key = value fitting in one line. The '#' character means - the line is a comment. + the line is a comment. List options, like capabilities and cgroups + options, can be used with no value to clear any previously + defined values of that option.