Commit 2a839fde by KATOH Yasufumi Committed by Stéphane Graber

doc: Adapt manpage for Japanese lxc-ls to new C implementation

parent 3f45936b
...@@ -28,6 +28,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -28,6 +28,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<!DOCTYPE refentry PUBLIC @docdtd@ [ <!DOCTYPE refentry PUBLIC @docdtd@ [
<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml"> <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
]> ]>
...@@ -55,7 +56,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -55,7 +56,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<cmdsynopsis> <cmdsynopsis>
<command>lxc-ls</command> <command>lxc-ls</command>
<arg choice="opt">-1</arg> <arg choice="opt">-1</arg>
<arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
<arg choice="opt">--active</arg> <arg choice="opt">--active</arg>
<arg choice="opt">--frozen</arg> <arg choice="opt">--frozen</arg>
<arg choice="opt">--running</arg> <arg choice="opt">--running</arg>
...@@ -63,9 +63,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -63,9 +63,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="opt">-f</arg> <arg choice="opt">-f</arg>
<arg choice="opt">-F <replaceable>format</replaceable></arg> <arg choice="opt">-F <replaceable>format</replaceable></arg>
<arg choice="opt">-g <replaceable>groups</replaceable></arg> <arg choice="opt">-g <replaceable>groups</replaceable></arg>
<arg choice="opt">--nesting</arg> <arg choice="opt">--nesting=<replaceable>NUM</replaceable></arg>
<arg choice="opt">filter</arg> <arg choice="opt">--filter=<replaceable>regex</replaceable></arg>
<arg choice="opt">--version</arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
...@@ -98,20 +97,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -98,20 +97,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>
<option>-P, --lxcpath</option>
</term>
<listitem>
<para>
<!--
Use an alternate container path. The default is @LXCPATH@.
-->
デフォルトと別のコンテナパスを使用します。デフォルトは @LXCPATH@ です。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <term>
<option>--active</option> <option>--active</option>
</term> </term>
...@@ -169,7 +154,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -169,7 +154,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry> <varlistentry>
<term> <term>
<option>-f, --fancy</option> <option>-f,--fancy</option>
</term> </term>
<listitem> <listitem>
<para> <para>
...@@ -183,7 +168,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -183,7 +168,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry> <varlistentry>
<term> <term>
<option>-F, --fancy-format <replaceable>format</replaceable></option> <option>-F,--fancy-format <replaceable>format</replaceable></option>
</term> </term>
<listitem> <listitem>
<para> <para>
...@@ -198,7 +183,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -198,7 +183,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry> <varlistentry>
<term> <term>
<option>-g, --groups <replaceable>groups</replaceable></option> <option>-g,--groups <replaceable>groups</replaceable></option>
</term> </term>
<listitem> <listitem>
<para> <para>
...@@ -213,44 +198,32 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -213,44 +198,32 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry> <varlistentry>
<term> <term>
<option>--nesting</option> <option>--nesting=<replaceable>NUM</replaceable></option>
</term> </term>
<listitem> <listitem>
<para> <para>
<!-- <!--
Show nested containers. Show nested containers. The number of nesting levels to be shown can
be specified by passing a number as argument.
--> -->
ネストされたコンテナを表示します。 ネストしたコンテナを表示します。引数として数字を指定することで、表示するネストのレベルを指定できます。
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<option>filter</option> <option>--filter=<replaceable>regex</replaceable></option>
</term> </term>
<listitem> <listitem>
<para> <para>
<!-- <!--
The filter passed to <command>lxc-ls</command> will be The regular expression passed to <command>lxc-ls</command> will be
applied to the container name. The format is a regular expression. applied to the container name. The format is a POSIX extended
--> regular expression. It can also be given as additional argument
コンテナ名に対して適用する <command>lxc-ls</command> に与えるフィルタ。 without explicitly using <option>&#045;&#045;filter</option>.
フォーマットは正規表現です。 -->
</para> <command>lxc-ls</command> に与える、コンテナ名に対して適用する正規表現です。フォーマットは POSIX 拡張正規表現です。<option>--filter</option> を明示的に使わずに、追加の引数として与えることもできます。
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--version</option>
</term>
<listitem>
<para>
<!--
Show the version number.
-->
バージョン番号を表示します。
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
...@@ -290,11 +263,24 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -290,11 +263,24 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</variablelist> </variablelist>
</refsect1> </refsect1>
&commonoptions;
&seealso; &seealso;
<refsect1> <refsect1>
<title><!-- History -->履歴</title>
<!--
Written originally as a shell script by Daniel Lezcano and Serge Hallyn.
Later reimplemented and extended in Python by Stéphane Graber and then
reimplemented and extended in C by Christian Brauner.
-->
元は Daniel Lezcano と Serge Hallyn によりシェルスクリプトとして書かれていました。のちに、Stéphane Graber が Python で再実装し、拡張しました。その後、Christian Brauner が C で再実装し、拡張しました。
</refsect1>
<refsect1>
<title><!-- Author -->作者</title> <title><!-- Author -->作者</title>
<para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para> <para>Christian Brauner <email>christian.brauner@mailbox.org</email>,
Stéphane Graber <email>stgraber@ubuntu.com</email></para>
</refsect1> </refsect1>
</refentry> </refentry>
......
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