doc: Update lxc-monitor(1) man page

- Update to commit 'fbf050e4c211030eb343008583f76605dfaaef38'
- Improve translation

Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
KATOH Yasufumi 2013-10-02 16:02:15 +09:00 committed by Serge Hallyn
parent fbf050e4c2
commit 996c63c73e

View File

@ -48,14 +48,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<!-- <!--
monitor the container state monitor the container state
--> -->
コンテナの状態をモニタリングする. コンテナの状態を監視する.
</refpurpose> </refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>lxc-monitor</command> <command>lxc-monitor</command>
<arg choice="req">-n <replaceable>name</replaceable></arg> <arg choice="opt">-n <replaceable>name</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
@ -64,12 +64,15 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para> <para>
<!-- <!--
<command>lxc-monitor</command> monitors the state of the <command>lxc-monitor</command> monitors the state of containers. The
specified containers. The <replaceable>name</replaceable> can be <replaceable>name</replaceable> argument may be used to specify
a regular expression, conforming with posix2, so it is possible which containers to monitor. It is a regular expression, conforming
to monitor all the containers, several of them or just one. with posix2, so it is possible to monitor all the containers,
several of them or just one. If not specified,
<replaceable>name</replaceable> will default to '.*' which will
monitor all containers in <command>lxcpath</command>.
--> -->
<command>lxc-monitor</command> は指定されたコンテナの状態をモニタします.<replaceable>name</replaceable> は posix2 準拠の正規表現が使用可能ですので,全てのコンテナ,いくつかのコンテナ,一つだけのコンテナをモニタリングすることが可能です. <command>lxc-monitor</command> はコンテナの状態を監視します.<replaceable>name</replaceable> をモニタ対象のコンテナを指定するために使うことも可能です.これは posix2 準拠の正規表現であり全てのコンテナの監視を行ったりいくつかのコンテナの監視を行ったり1 つだけのコンテナの監視を行ったりすることが可能です.<replaceable>name</replaceable> を指定しない場合,デフォルトで '.' となり,<command>lxcpath</command> 以下の全てのコンテナの監視を行います.
</para> </para>
<para> <para>
@ -96,7 +99,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<!-- <!--
will monitor the different states for container foo. will monitor the different states for container foo.
--> -->
foo という名前のコンテナの様々な状態をモニタリングします. foo という名前のコンテナの様々な状態を監視します.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -108,7 +111,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<!-- <!--
will monitor the different states for container foo and bar. will monitor the different states for container foo and bar.
--> -->
foo と bar という名前のコンテナの様々な状態をモニタリングします. foo と bar という名前のコンテナの様々な状態を監視します.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -121,7 +124,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
will monitor the different states for container with the will monitor the different states for container with the
name beginning with letter 'f' or 'b'. name beginning with letter 'f' or 'b'.
--> -->
'f' もしくは 'b' という文字で始まるコンテナの様々な状態をモニタリングします. 'f' もしくは 'b' という文字で始まるコンテナの様々な状態を監視します.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -133,7 +136,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<!-- <!--
will monitor the different states for all containers. will monitor the different states for all containers.
--> -->
全てのコンテナの様々な状態をモニタリングします. 全てのコンテナの様々な状態を監視します.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>