From ff5e27510540a2ee3c66d8496996313d01bb848f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Thu, 23 Jan 2014 11:38:47 -0500 Subject: [PATCH] doc: Add manpage for lxc-config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge Hallyn --- configure.ac | 1 + doc/Makefile.am | 1 + doc/lxc-config.sgml.in | 114 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 doc/lxc-config.sgml.in 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 + + + + -- 2.47.3