]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Update Japanese lxc-autostart(1) for -a and -g options
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Tue, 11 Mar 2014 06:18:03 +0000 (15:18 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 11 Mar 2014 14:26:22 +0000 (10:26 -0400)
update for commit e447a8a706cc786257bc755a25e6441a766b0a4d

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

index ba55bad0ef6d2d7574a88cc49c62455df285fc0b..513c54080c0db629c3ee113d86f2aa56c7b1c564 100644 (file)
@@ -21,6 +21,9 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
+Translated into Japanese
+by KATOH Yasufumi <karma at jazz.email.ne.jp>
+
 -->
 
 <!DOCTYPE refentry PUBLIC @docdtd@ [
@@ -175,6 +178,35 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
                     </para>
                 </listitem>
             </varlistentry>
+
+            <varlistentry>
+                <term>
+                    <option>-g,--group <replaceable>GROUP</replaceable></option>
+                </term>
+                <listitem>
+                    <para>
+                      <!--
+                        Comma separate list of groups to select
+                        (defaults to those without a lxc.group).
+                        -->
+                      対象にするコンテナのグループのカンマ区切りのリスト (デフォルトでは lxc.group 指定のないコンテナが対象になります).
+                    </para>
+                </listitem>
+            </varlistentry>
+
+            <varlistentry>
+                <term>
+                    <option>-a,--all</option>
+                </term>
+                <listitem>
+                    <para>
+                      <!--
+                        Ignore lxc.group and select all auto-started containers.
+                        -->
+                      lxc.group の指定を無視して,自動起動が設定されているコンテナを全て選択します.
+                    </para>
+                </listitem>
+            </varlistentry>
         </variablelist>
     </refsect1>