]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/lxc-checkconfig.sgml.in
Merge pull request #832 from stgraber/master
[mirror_lxc.git] / doc / ko / lxc-checkconfig.sgml.in
CommitLineData
2b371b26
SY
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
20Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
22Translated into Korean
23by 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
98Local variables:
99mode: sgml
100sgml-omittag:t
101sgml-shorttag:t
102sgml-minimize-attributes:nil
103sgml-always-quote-attributes:t
104sgml-indent-step:2
105sgml-indent-data:t
106sgml-parent-document:nil
107sgml-default-dtd-file:nil
108sgml-exposed-tags:nil
109sgml-local-catalogs:nil
110sgml-local-ecat-files:nil
111End:
112-->