]> git.proxmox.com Git - mirror_lxc.git/blob - doc/lxc-checkconfig.sgml.in
string_utils: coding rules
[mirror_lxc.git] / doc / lxc-checkconfig.sgml.in
1 <!--
2
3 (C) Copyright Canonical Ltd. 2013
4
5 Authors:
6 Stéphane Graber <stgraber@ubuntu.com>
7
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
12
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with this library; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
22 -->
23
24 <!DOCTYPE refentry PUBLIC @docdtd@ [
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
84 Local variables:
85 mode: sgml
86 sgml-omittag:t
87 sgml-shorttag:t
88 sgml-minimize-attributes:nil
89 sgml-always-quote-attributes:t
90 sgml-indent-step:2
91 sgml-indent-data:t
92 sgml-parent-document:nil
93 sgml-default-dtd-file:nil
94 sgml-exposed-tags:nil
95 sgml-local-catalogs:nil
96 sgml-local-ecat-files:nil
97 End:
98 -->