From 3635c5eee86309092d2a3636126401796e387529 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Fri, 28 Aug 2015 16:29:03 +0900 Subject: [PATCH] doc: Add the common and '-s' option in lxc-destroy(1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Add the description of '-s' option * Remove '-P' option, and add common options * Improve Japanese translation Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- doc/ja/lxc-destroy.sgml.in | 21 ++++++++++++--------- doc/lxc-destroy.sgml.in | 9 ++++++--- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/doc/ja/lxc-destroy.sgml.in b/doc/ja/lxc-destroy.sgml.in index 5d5c5fa4a..24fba0a68 100644 --- a/doc/ja/lxc-destroy.sgml.in +++ b/doc/ja/lxc-destroy.sgml.in @@ -48,7 +48,7 @@ by KATOH Yasufumi - コンテナの破壊 + コンテナの削除 @@ -57,6 +57,7 @@ by KATOH Yasufumi lxc-destroy -n name -f + -s @@ -68,7 +69,7 @@ by KATOH Yasufumi lxc-destroy destroys the system object previously created by the lxc-create command. --> - lxc-destroy は、lxc-create で以前に作成したシステムオブジェクトを破壊します。 + lxc-destroy は、lxc-create で以前に作成したシステムオブジェクトを削除します。 @@ -80,7 +81,7 @@ by KATOH Yasufumi - + @@ -90,19 +91,19 @@ by KATOH Yasufumi lxc-destroy will be aborted. --> コンテナが実行中の場合、まずコンテナを停止させます。 - このオプションが指定されていない場合でコンテナが実行中の場合、lxc-destroy コマンドは実行を中断します。 + このオプションが指定されていない場合、コンテナが実行中のときは lxc-destroy コマンドは実行を中断します。 - + - コンテナパスを指定します。デフォルトは @LXCPATH@ です。 + 指定したコンテナとそのスナップショットをすべて削除します。 @@ -111,6 +112,8 @@ by KATOH Yasufumi + &commonoptions; + <!-- Diagnostic -->診断 @@ -126,8 +129,8 @@ by KATOH Yasufumi destroyed.You can use the lxc-ls command to list the available containers on the system. --> - 破壊するために指定したコンテナが見つかりません。 - おそらくそのコンテナが存在しないのか、既に破壊された後なのでしょう。 + 削除する対象のコンテナが見つかりません。 + おそらくそのコンテナが存在しないのか、既に削除された後なのでしょう。 lxc-ls コマンドを使って、システム上に存在するコンテナのリストを得ることができます。 diff --git a/doc/lxc-destroy.sgml.in b/doc/lxc-destroy.sgml.in index 6e3204f30..f1969de74 100644 --- a/doc/lxc-destroy.sgml.in +++ b/doc/lxc-destroy.sgml.in @@ -51,6 +51,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA lxc-destroy -n name -f + -s @@ -71,7 +72,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - + @@ -82,10 +83,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - + - Use an alternate container path. The default is @LXCPATH@. + destroy the specified container including all its snapshots. @@ -93,6 +94,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + &commonoptions; + Diagnostic -- 2.47.2