[lxc-devel] [PATCH] doc: Update Japanese lxc-stop(1) to describe about exit value

KATOH Yasufumi karma at jazz.email.ne.jp
Tue Apr 8 08:53:58 UTC 2014


Update for commit 13bc2fd2370f8e3778d81f58ac8dda5746550a4f

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 doc/ja/lxc-stop.sgml.in | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/doc/ja/lxc-stop.sgml.in b/doc/ja/lxc-stop.sgml.in
index 94fe53c..524ba8b 100644
--- a/doc/ja/lxc-stop.sgml.in
+++ b/doc/ja/lxc-stop.sgml.in
@@ -202,6 +202,50 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
   </refsect1>
 
   <refsect1>
+    <title><!-- Exit value -->終了ステータス</title>
+
+    <variablelist>
+
+      <varlistentry>
+        <term>0</term>
+        <listitem>
+          <para>
+            <!--
+	    The container was successfully stopped.
+            -->
+            コンテナの停止が成功しました.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>1</term>
+        <listitem>
+          <para>
+            <!--
+	    An error occurred while stopping the container.
+            -->
+            コンテナの停止中にエラーが発生しました.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>2</term>
+        <listitem>
+          <para>
+            <!--
+	    The specified container exists but was not running.
+            -->
+            指定のコンテナは存在しますが,実行中ではありません.
+          </para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+  <refsect1>
     <title><!-- Diagnostic -->診断</title>
 
     <variablelist>
-- 
1.9.0



More information about the lxc-devel mailing list