]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ko/lxc-checkconfig.sgml.in
Merge pull request #832 from stgraber/master
[mirror_lxc.git] / doc / ko / 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 Translated into Korean
23 by Sungbae Yoo <sungbae.yoo at samsung.com>
24
25 -->
26
27 <!DOCTYPE refentry PUBLIC @docdtd@ [
28
29 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
30 ]>
31
32 <refentry>
33
34 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
35
36 <refmeta>
37 <refentrytitle>lxc-checkconfig</refentrytitle>
38 <manvolnum>1</manvolnum>
39 </refmeta>
40
41 <refnamediv>
42 <refname>lxc-checkconfig</refname>
43
44 <refpurpose>
45 <!--
46 check the current kernel for lxc support
47 -->
48 현재 커널의 lxc 지원 여부 검사
49 </refpurpose>
50 </refnamediv>
51
52 <refsynopsisdiv>
53 <cmdsynopsis>
54 <command>lxc-checkconfig</command>
55 </cmdsynopsis>
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title><!-- Description -->설명</title>
60 <para>
61 <!--
62 <command>lxc-checkconfig</command> check the current kernel for
63 lxc support
64 -->
65 <command>lxc-checkconfig</command>는 현재 커널이 lxc를 지원하는지 검사한다.
66 </para>
67 </refsect1>
68
69 <refsect1>
70 <title><!-- Examples -->예제</title>
71 <variablelist>
72 <varlistentry>
73 <term>lxc-checkconfig</term>
74 <listitem>
75 <para>
76 <!--
77 check the current kernel.
78 CONFIG can be set in the environment to an alternate location.
79 -->
80 현재 커널을 검사한다.
81 CONFIG 환경 변수를 이용하여 다른 위치를 설정할 수 있다.
82 (역주 : 기본값은 /proc/config.gz 이다. Kernel compile option에서 Enable access to .config through /proc/config.gz를 체크하여야 한다)
83 </para>
84 </listitem>
85 </varlistentry>
86 </variablelist>
87 </refsect1>
88
89 &seealso;
90
91 <refsect1>
92 <title><!-- Author -->저자</title>
93 <para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
94 </refsect1>
95 </refentry>
96
97 <!-- Keep this comment at the end of the file
98 Local variables:
99 mode: sgml
100 sgml-omittag:t
101 sgml-shorttag:t
102 sgml-minimize-attributes:nil
103 sgml-always-quote-attributes:t
104 sgml-indent-step:2
105 sgml-indent-data:t
106 sgml-parent-document:nil
107 sgml-default-dtd-file:nil
108 sgml-exposed-tags:nil
109 sgml-local-catalogs:nil
110 sgml-local-ecat-files:nil
111 End:
112 -->