]> git.proxmox.com Git - mirror_lxc.git/blame - doc/lxc-unfreeze.sgml.in
change man pages to use a seealso file for references
[mirror_lxc.git] / doc / lxc-unfreeze.sgml.in
CommitLineData
d823d5b9 1<!--
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <dlezcano at fr.ibm.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23
24-->
25
99e4008c
MN
26<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
27
28<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
29]>
d823d5b9 30
31<refentry>
32
33 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
34
35 <refmeta>
36 <refentrytitle>lxc-unfreeze</refentrytitle>
37 <manvolnum>1</manvolnum>
38 </refmeta>
39
40 <refnamediv>
41 <refname>lxc-unfreeze</refname>
42
43 <refpurpose>
44 thaw all the container's processes
45 </refpurpose>
46 </refnamediv>
47
48 <refsynopsisdiv>
49 <cmdsynopsis>
50 <command>lxc-unfreeze <replaceable>-n name</replaceable>
51 </command>
52 </cmdsynopsis>
53 </refsynopsisdiv>
54
55 <refsect1>
56 <title>Description</title>
57
58 <para>
59 <command>lxc-unfreeze</command> will thaw all the processes
60 previously frozen by the <command>lxc-freeze</command> command.
61 </para>
62
63 </refsect1>
64
65 <refsect1>
66 <title>Options</title>
67 <variablelist>
68
69 <varlistentry>
70 <term>
71 <option>-n <replaceable>name</replaceable></option>
72 </term>
73 <listitem>
74 <para>
75 Specify the container name to be frozen.
76 </para>
77 </listitem>
78 </varlistentry>
79
80 </variablelist>
81
82 </refsect1>
83
84 <refsect1>
85 <title>Diagnostic</title>
86
87 <variablelist>
88
89 <varlistentry>
90 <term>The container was not found</term>
91 <listitem>
92 <para>
93 The specified container was not created before with
94 the <command>lxc-create</command> command.
95 </para>
96 </listitem>
97 </varlistentry>
98
99
100 </variablelist>
101
102 </refsect1>
103
99e4008c 104 &seealso;
d823d5b9 105
106 <refsect1>
107 <title>Author</title>
108 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
109 </refsect1>
110
111</refentry>
112
113<!-- Keep this comment at the end of the file
114Local variables:
115mode: sgml
116sgml-omittag:t
117sgml-shorttag:t
118sgml-minimize-attributes:nil
119sgml-always-quote-attributes:t
120sgml-indent-step:2
121sgml-indent-data:t
122sgml-parent-document:nil
123sgml-default-dtd-file:nil
124sgml-exposed-tags:nil
125sgml-local-catalogs:nil
126sgml-local-ecat-files:nil
127End:
128-->