]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ja/lxc-unfreeze.sgml.in
Add Japanese man pages.
[mirror_lxc.git] / doc / ja / lxc-unfreeze.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright IBM Corp. 2007, 2008
6
7 Authors:
8 Daniel Lezcano <daniel.lezcano at free.fr>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23
24 Translated into Japanese
25 by KATOH Yasufumi <karma at jazz.email.ne.jp>
26
27 -->
28
29 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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 </para>
92 </listitem>
93 </varlistentry>
94
95
96 </variablelist>
97
98 </refsect1>
99
100 &seealso;
101
102 <refsect1>
103 <title><!-- Author -->作者</title>
104 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
105 </refsect1>
106
107 </refentry>
108
109 <!-- Keep this comment at the end of the file
110 Local variables:
111 mode: sgml
112 sgml-omittag:t
113 sgml-shorttag:t
114 sgml-minimize-attributes:nil
115 sgml-always-quote-attributes:t
116 sgml-indent-step:2
117 sgml-indent-data:t
118 sgml-parent-document:nil
119 sgml-default-dtd-file:nil
120 sgml-exposed-tags:nil
121 sgml-local-catalogs:nil
122 sgml-local-ecat-files:nil
123 End:
124 -->