From: Stéphane Graber Date: Thu, 23 Jan 2014 16:38:47 +0000 (-0500) Subject: doc: Add manpage for lxc-config X-Git-Tag: lxc-1.0.0.beta3~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5e27510540a2ee3c66d8496996313d01bb848f;p=thirdparty%2Flxc.git doc: Add manpage for lxc-config Signed-off-by: Stéphane Graber Acked-by: Serge Hallyn --- diff --git a/configure.ac b/configure.ac index 297e760f9..e5bfbe552 100644 --- a/configure.ac +++ b/configure.ac @@ -587,6 +587,7 @@ AC_CONFIG_FILES([ doc/lxc-cgroup.sgml doc/lxc-checkconfig.sgml doc/lxc-clone.sgml + doc/lxc-config.sgml doc/lxc-console.sgml doc/lxc-create.sgml doc/lxc-destroy.sgml diff --git a/doc/Makefile.am b/doc/Makefile.am index 9ddf53f75..bfe887ed6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,6 +21,7 @@ man_MANS = \ lxc-cgroup.1 \ lxc-checkconfig.1 \ lxc-clone.1 \ + lxc-config.1 \ lxc-console.1 \ lxc-create.1 \ lxc-destroy.1 \ diff --git a/doc/lxc-config.sgml.in b/doc/lxc-config.sgml.in new file mode 100644 index 000000000..1bd642080 --- /dev/null +++ b/doc/lxc-config.sgml.in @@ -0,0 +1,114 @@ + + + + +]> + + + @LXC_GENERATE_DATE@ + + lxc-config + 1 + + + + lxc-config + + + query LXC system configuration + + + + + + lxc-config + -l + item + + + + + Description + + + lxc-config queries the lxc system + configuration and lets you list all valid keys or query + individual keys for their value. + + + + + Options + + + + + + + + List all supported keys. + + + + + + + + + + + Query the value of the specified key. + + + + + + + &seealso; + + + Author + Stéphane Graber stgraber@ubuntu.com + + + +