]> git.proxmox.com Git - mirror_lxc.git/blame - doc/lxc-checkconfig.sgml.in
spelling: output
[mirror_lxc.git] / doc / lxc-checkconfig.sgml.in
CommitLineData
4019712d
SG
1<!--
2
3(C) Copyright Canonical Ltd. 2013
4
5Authors:
6Stéphane Graber <stgraber@ubuntu.com>
7
8This library is free software; you can redistribute it and/or
9modify it under the terms of the GNU Lesser General Public
10License as published by the Free Software Foundation; either
11version 2.1 of the License, or (at your option) any later version.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16Lesser General Public License for more details.
17
18You should have received a copy of the GNU Lesser General Public
19License along with this library; if not, write to the Free Software
250b1eec 20Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
4019712d
SG
21
22-->
23
7f951458 24<!DOCTYPE refentry PUBLIC @docdtd@ [
4019712d
SG
25
26<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
27]>
28
29<refentry>
30
31 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
32
33 <refmeta>
34 <refentrytitle>lxc-checkconfig</refentrytitle>
35 <manvolnum>1</manvolnum>
36 </refmeta>
37
38 <refnamediv>
39 <refname>lxc-checkconfig</refname>
40
41 <refpurpose>
42 check the current kernel for lxc support
43 </refpurpose>
44 </refnamediv>
45
46 <refsynopsisdiv>
47 <cmdsynopsis>
48 <command>lxc-checkconfig</command>
49 </cmdsynopsis>
50 </refsynopsisdiv>
51
52 <refsect1>
53 <title>Description</title>
54 <para>
55 <command>lxc-checkconfig</command> check the current kernel for
56 lxc support
57 </para>
58 </refsect1>
59
60 <refsect1>
61 <title>Examples</title>
62 <variablelist>
63 <varlistentry>
64 <term>lxc-checkconfig</term>
65 <listitem>
66 <para>
67 check the current kernel.
68 CONFIG can be set in the environment to an alternate location.
69 </para>
70 </listitem>
71 </varlistentry>
72 </variablelist>
73 </refsect1>
74
75 &seealso;
76
77 <refsect1>
78 <title>Author</title>
79 <para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
80 </refsect1>
81</refentry>
82
83<!-- Keep this comment at the end of the file
84Local variables:
85mode: sgml
86sgml-omittag:t
87sgml-shorttag:t
88sgml-minimize-attributes:nil
89sgml-always-quote-attributes:t
90sgml-indent-step:2
91sgml-indent-data:t
92sgml-parent-document:nil
93sgml-default-dtd-file:nil
94sgml-exposed-tags:nil
95sgml-local-catalogs:nil
96sgml-local-ecat-files:nil
97End:
98-->