]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Adapt manpage for Japanese lxc-ls to new C implementation
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Mon, 1 Feb 2016 08:29:19 +0000 (17:29 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 1 Feb 2016 08:44:17 +0000 (09:44 +0100)
Update for commit 37cf83e

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

index 0812216f8692c66e7ed265645309babf7ef9ef39..a3c0c6129d841a4a5832cf919a66bc0fc2cf4cf9 100644 (file)
@@ -28,6 +28,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
 <!DOCTYPE refentry PUBLIC @docdtd@ [
 
+<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
 ]>
 
@@ -55,7 +56,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
     <cmdsynopsis>
       <command>lxc-ls</command>
       <arg choice="opt">-1</arg>
-      <arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">--active</arg>
       <arg choice="opt">--frozen</arg>
       <arg choice="opt">--running</arg>
@@ -63,9 +63,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">-f</arg>
       <arg choice="opt">-F <replaceable>format</replaceable></arg>
       <arg choice="opt">-g <replaceable>groups</replaceable></arg>
-      <arg choice="opt">--nesting</arg>
-      <arg choice="opt">filter</arg>
-      <arg choice="opt">--version</arg>
+      <arg choice="opt">--nesting=<replaceable>NUM</replaceable></arg>
+      <arg choice="opt">--filter=<replaceable>regex</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
@@ -97,20 +96,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
         </listitem>
       </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>
          <option>--active</option>
@@ -169,7 +154,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
       <varlistentry>
         <term>
-          <option>-f, --fancy</option>
+          <option>-f,--fancy</option>
         </term>
         <listitem>
           <para>
@@ -183,7 +168,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
       <varlistentry>
         <term>
-          <option>-F, --fancy-format <replaceable>format</replaceable></option>
+          <option>-F,--fancy-format <replaceable>format</replaceable></option>
         </term>
         <listitem>
           <para>
@@ -198,7 +183,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
       <varlistentry>
         <term>
-          <option>-g, --groups <replaceable>groups</replaceable></option>
+          <option>-g,--groups <replaceable>groups</replaceable></option>
         </term>
         <listitem>
           <para>
@@ -213,44 +198,32 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
       <varlistentry>
         <term>
-          <option>--nesting</option>
+          <option>--nesting=<replaceable>NUM</replaceable></option>
         </term>
         <listitem>
           <para>
             <!--
-            Show nested containers.
+            Show nested containers. The number of nesting levels to be shown can
+            be specified by passing a number as argument.
             -->
-            ã\83\8dã\82¹ã\83\88ã\81\95ã\82\8cã\81\9fã\82³ã\83³ã\83\86ã\83\8aã\82\92表示ã\81\97ます。
+            ã\83\8dã\82¹ã\83\88ã\81\97ã\81\9fã\82³ã\83³ã\83\86ã\83\8aã\82\92表示ã\81\97ã\81¾ã\81\99ã\80\82å¼\95æ\95°ã\81¨ã\81\97ã\81¦æ\95°å­\97ã\82\92æ\8c\87å®\9aã\81\99ã\82\8bã\81\93ã\81¨ã\81§ã\80\81表示ã\81\99ã\82\8bã\83\8dã\82¹ã\83\88ã\81®ã\83¬ã\83\99ã\83«ã\82\92æ\8c\87å®\9aã\81§ã\81\8dます。
           </para>
         </listitem>
       </varlistentry>
 
       <varlistentry>
         <term>
-          <option>filter</option>
+          <option>--filter=<replaceable>regex</replaceable></option>
         </term>
         <listitem>
           <para>
-            <!--
-            The filter passed to <command>lxc-ls</command> will be
-            applied to the container name. The format is a regular expression.
-            -->
-            コンテナ名に対して適用する <command>lxc-ls</command> に与えるフィルタ。
-            フォーマットは正規表現です。
-          </para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>
-          <option>--version</option>
-        </term>
-        <listitem>
-          <para>
-            <!--
-            Show the version number.
-            -->
-            バージョン番号を表示します。
+           <!--
+            The regular expression passed to <command>lxc-ls</command> will be
+            applied to the container name. The format is a POSIX extended
+            regular expression. It can also be given as additional argument
+            without explicitly using <option>&#045;&#045;filter</option>.
+           -->
+           <command>lxc-ls</command> に与える、コンテナ名に対して適用する正規表現です。フォーマットは POSIX 拡張正規表現です。<option>--filter</option> を明示的に使わずに、追加の引数として与えることもできます。
           </para>
         </listitem>
       </varlistentry>
@@ -290,11 +263,24 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
     </variablelist>
   </refsect1>
 
+  &commonoptions;
+
   &seealso;
 
+  <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>
-    <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>
 
 </refentry>