]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Update Japanese lxc-stop(1) to describe about exit value
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Tue, 8 Apr 2014 08:53:58 +0000 (17:53 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 8 Apr 2014 14:13:57 +0000 (10:13 -0400)
Update for commit 13bc2fd2370f8e3778d81f58ac8dda5746550a4f

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc-stop.sgml.in

index 94fe53c87cbcb52d0edc0fb491c11f8fea32f7c0..524ba8bffe9af910c1b0788e8bcb1841390d8d9e 100644 (file)
@@ -201,6 +201,50 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
   </variablelist>
   </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>