Commit 3eafa2f7 by KATOH Yasufumi Committed by Stéphane Graber

doc: Add the description of common options in lxc-destroy(1)

* Remove '-P' option, and common options (including '-P' option) * Add long option for '-f' * Improve Japanese translation Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 9114b5fd
...@@ -68,7 +68,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -68,7 +68,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<command>lxc-destroy</command> destroys the system object <command>lxc-destroy</command> destroys the system object
previously created by the <command>lxc-create</command> command. previously created by the <command>lxc-create</command> command.
--> -->
<command>lxc-destroy</command> は、<command>lxc-create</command> で以前に作成したシステムオブジェクトを破壊します。 <command>lxc-destroy</command> は、<command>lxc-create</command> で以前に作成したシステムオブジェクトを削除します。
</para> </para>
</refsect1> </refsect1>
...@@ -80,7 +80,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -80,7 +80,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<option>-f</option> <option>-f, --force</option>
</term> </term>
<listitem> <listitem>
<para> <para>
...@@ -90,27 +90,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -90,27 +90,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<command>lxc-destroy</command> will be aborted. <command>lxc-destroy</command> will be aborted.
--> -->
コンテナが実行中の場合、まずコンテナを停止させます。 コンテナが実行中の場合、まずコンテナを停止させます。
このオプションが指定されていない場合でコンテナが実行中の場合、<command>lxc-destroy</command> コマンドは実行を中断します。 このオプションが指定されていない場合、コンテナが実行中のときは <command>lxc-destroy</command> コマンドは実行を中断します。
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-P, --lxcpath=<replaceable>PATH</replaceable></option></term>
<listitem>
<para>
<!--
Use an alternate container path. The default is @LXCPATH@.
-->
コンテナパスを指定します。デフォルトは @LXCPATH@ です。
</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
&commonoptions;
<refsect1> <refsect1>
<title><!-- Diagnostic -->診断</title> <title><!-- Diagnostic -->診断</title>
...@@ -126,8 +115,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -126,8 +115,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
destroyed.You can use the <command>lxc-ls</command> destroyed.You can use the <command>lxc-ls</command>
command to list the available containers on the system. command to list the available containers on the system.
--> -->
破壊するために指定したコンテナが見つかりません。 削除するために指定したコンテナが見つかりません。
おそらくそのコンテナが存在しないのか、既に破壊された後なのでしょう。 おそらくそのコンテナが存在しないのか、既に削除された後なのでしょう。
<command>lxc-ls</command> コマンドを使って、システム上に存在するコンテナのリストを得ることができます。 <command>lxc-ls</command> コマンドを使って、システム上に存在するコンテナのリストを得ることができます。
</para> </para>
</listitem> </listitem>
......
...@@ -71,7 +71,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -71,7 +71,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<option>-f</option> <option>-f, --force</option>
</term> </term>
<listitem> <listitem>
<para> <para>
...@@ -81,18 +81,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -81,18 +81,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-P, --lxcpath=<replaceable>PATH</replaceable></option></term>
<listitem>
<para>
Use an alternate container path. The default is @LXCPATH@.
</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
&commonoptions;
<refsect1> <refsect1>
<title>Diagnostic</title> <title>Diagnostic</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment