]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/lxc-unfreeze.sgml.in
utils: add errno logs for exception case
[mirror_lxc.git] / doc / ko / lxc-unfreeze.sgml.in
CommitLineData
2b371b26
SY
1<!--
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <daniel.lezcano at free.fr>
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
31<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
32<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
33]>
34
35<refentry>
36
37 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
38
39 <refmeta>
40 <refentrytitle>lxc-unfreeze</refentrytitle>
41 <manvolnum>1</manvolnum>
42 </refmeta>
43
44 <refnamediv>
45 <refname>lxc-unfreeze</refname>
46
47 <refpurpose>
48 <!--
49 thaw all the container's processes
50 -->
51 컨테이너의 모든 프로세스를 동결해제
52 </refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <cmdsynopsis>
57 <command>lxc-unfreeze</command>
58 <arg choice="req">-n <replaceable>name</replaceable></arg>
59 </cmdsynopsis>
60 </refsynopsisdiv>
61
62 <refsect1>
63 <title><!-- Description -->설명</title>
64
65 <para>
66 <!--
67 <command>lxc-unfreeze</command> will thaw all the processes
68 previously frozen by the <command>lxc-freeze</command> command.
69 -->
70 <command>lxc-unfreeze</command>는 이전에 <command>lxc-freeze</command>로 동결 시켰던 모든 프로세스들을 동결해제한다.
71 </para>
72
73 </refsect1>
74
75 &commonoptions;
76
77 <refsect1>
78 <title><!-- Diagnostic -->진단</title>
79
80 <variablelist>
81
82 <varlistentry>
83 <term>The container was not found</term>
84 <listitem>
85 <para>
86 <!--
87 The specified container was not created before with
88 the <command>lxc-create</command> command.
89 -->
90 지정한 컨테이너가 <command>lxc-create</command>로 생성된 적이 없다.
91 컨테이너가 존재하지 않는다.
92 </para>
93 </listitem>
94 </varlistentry>
95
96
97 </variablelist>
98
99 </refsect1>
100
101 &seealso;
102
103 <refsect1>
104 <title><!-- Author -->저자</title>
105 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
106 </refsect1>
107
108</refentry>
109
110<!-- Keep this comment at the end of the file
111Local variables:
112mode: sgml
113sgml-omittag:t
114sgml-shorttag:t
115sgml-minimize-attributes:nil
116sgml-always-quote-attributes:t
117sgml-indent-step:2
118sgml-indent-data:t
119sgml-parent-document:nil
120sgml-default-dtd-file:nil
121sgml-exposed-tags:nil
122sgml-local-catalogs:nil
123sgml-local-ecat-files:nil
124End:
125-->