]> git.proxmox.com Git - mirror_lxc.git/blame - doc/lxc-unfreeze.sgml.in
string_utils: coding rules
[mirror_lxc.git] / doc / lxc-unfreeze.sgml.in
CommitLineData
f79d43bb 1<!--
d823d5b9 2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
9afe19d6 8Daniel Lezcano <daniel.lezcano at free.fr>
d823d5b9 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
250b1eec 22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
d823d5b9 23
24-->
25
7f951458 26<!DOCTYPE refentry PUBLIC @docdtd@ [
99e4008c 27
10fba81b 28<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
99e4008c
MN
29<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
30]>
d823d5b9 31
32<refentry>
33
34 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
35
36 <refmeta>
37 <refentrytitle>lxc-unfreeze</refentrytitle>
38 <manvolnum>1</manvolnum>
39 </refmeta>
40
41 <refnamediv>
42 <refname>lxc-unfreeze</refname>
43
44 <refpurpose>
45 thaw all the container's processes
46 </refpurpose>
47 </refnamediv>
48
49 <refsynopsisdiv>
50 <cmdsynopsis>
b4578c5b
DE
51 <command>lxc-unfreeze</command>
52 <arg choice="req">-n <replaceable>name</replaceable></arg>
d823d5b9 53 </cmdsynopsis>
54 </refsynopsisdiv>
55
56 <refsect1>
57 <title>Description</title>
58
59 <para>
60 <command>lxc-unfreeze</command> will thaw all the processes
61 previously frozen by the <command>lxc-freeze</command> command.
62 </para>
63
64 </refsect1>
65
10fba81b 66 &commonoptions;
d823d5b9 67
68 <refsect1>
69 <title>Diagnostic</title>
70
71 <variablelist>
72
73 <varlistentry>
74 <term>The container was not found</term>
75 <listitem>
76 <para>
77 The specified container was not created before with
78 the <command>lxc-create</command> command.
79 </para>
80 </listitem>
f79d43bb 81 </varlistentry>
d823d5b9 82
83
84 </variablelist>
85
86 </refsect1>
87
99e4008c 88 &seealso;
d823d5b9 89
90 <refsect1>
91 <title>Author</title>
92 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
93 </refsect1>
94
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-->