]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/lxc-config.sgml.in
Merge pull request #832 from stgraber/master
[mirror_lxc.git] / doc / ko / lxc-config.sgml.in
CommitLineData
2b371b26
SY
1<!--
2
3lxc-config
4
5(C) Copyright 2014 Canonical Ltd.
6
7Authors:
8Stéphane Graber <stgraber@ubuntu.com>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24Translated into Korean
25by Sungbae Yoo <sungbae.yoo at samsung.com>
26
27-->
28
29<!DOCTYPE refentry PUBLIC @docdtd@ [
30 <!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
31 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
32]>
33
34<refentry>
35 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
36 <refmeta>
37 <refentrytitle>lxc-config</refentrytitle>
38 <manvolnum>1</manvolnum>
39 </refmeta>
40
41 <refnamediv>
42 <refname>lxc-config</refname>
43
44 <refpurpose>
45 <!--
46 query LXC system configuration
47 -->
48 LXC 시스템 설정 얻어오기
49 </refpurpose>
50 </refnamediv>
51
52 <refsynopsisdiv>
53 <cmdsynopsis>
54 <command>lxc-config</command>
55 <arg choice="opt">-l</arg>
56 <arg choice="opt"><replaceable>item</replaceable></arg>
57 </cmdsynopsis>
58 </refsynopsisdiv>
59
60 <refsect1>
61 <title><!-- Description -->설명</title>
62
63 <para>
64 <!--
65 <command>lxc-config</command> queries the lxc system
66 configuration and lets you list all valid keys or query
67 individual keys for their value.
68 -->
69 <command>lxc-config</command>는 lxc 시스템 설정을 보여준다. 가능한 모든 항목의 이름을 나열하기도 하고 각각의 항목들에 설정되어 잇는 값을 보여주기도 한다.
70 </para>
71 </refsect1>
72
73 <refsect1>
74 <title><!-- Options -->옵션</title>
75 <variablelist>
76 <varlistentry>
77 <term>
78 <option>-l</option>
79 </term>
80 <listitem>
81 <para>
82 <!--
83 List all supported keys.
84 -->
85 지원되는 모든 항목의 이름을 나열한다.
86 </para>
87 </listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term>
92 <option>item</option>
93 </term>
94 <listitem>
95 <para>
96 <!--
97 Query the value of the specified key.
98 -->
99 지정한 항목에 설정되어 있는 값을 표시한다.
100 </para>
101 </listitem>
102 </varlistentry>
103 </variablelist>
104 </refsect1>
105
106 &seealso;
107
108 <refsect1>
109 <title><!--Author-->저자</title>
110 <para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
111 </refsect1>
112</refentry>
113
114<!-- Keep this comment at the end of the file
115Local variables:
116mode: sgml
117sgml-omittag:t
118sgml-shorttag:t
119sgml-minimize-attributes:nil
120sgml-always-quote-attributes:t
121sgml-indent-step:2
122sgml-indent-data:t
123sgml-parent-document:nil
124sgml-default-dtd-file:nil
125sgml-exposed-tags:nil
126sgml-local-catalogs:nil
127sgml-local-ecat-files:nil
128End:
129-->