]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update lxc-{attach,execute}.sgml.in
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 17 May 2024 07:21:04 +0000 (16:21 +0900)
committerKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 17 May 2024 07:21:04 +0000 (16:21 +0900)
Update for 52bf34d and a7aa297

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
doc/ja/lxc-attach.sgml.in
doc/ja/lxc-execute.sgml.in

index 4f8bda3b8eca98a3515b1a4b4bd37b400704387e..40be0015ad08acee0ebf8e6b65a1b37777766c3e 100644 (file)
        <listitem>
          <para>
            <!--
-           Executes the <replaceable>command</replaceable> with user ID
+           Executes the <replaceable>command</replaceable> with user ID (use numerical value)
            <replaceable>uid</replaceable> inside the container.
            -->
-           コンテナ内で、ユーザ ID <replaceable>uid</replaceable> で <replaceable>command</replaceable> を実行します。
+           コンテナ内で、ユーザ ID <replaceable>uid</replaceable> で <replaceable>command</replaceable> を実行します(数値で指定)
          </para>
        </listitem>
       </varlistentry>
        <listitem>
          <para>
            <!--
-           Executes the <replaceable>command</replaceable> with group ID
+           Executes the <replaceable>command</replaceable> with group ID (use numerical value)
            <replaceable>gid</replaceable> inside the container.
            -->
-           コンテナ内で、グループ ID <replaceable>gid</replaceable> で <replaceable>command</replaceable> を実行します。
+           コンテナ内で、グループ ID <replaceable>gid</replaceable> で <replaceable>command</replaceable> を実行します(数値で指定)
          </para>
        </listitem>
       </varlistentry>
index ce857654ac2dd2b12eb663ac7e7c073fa0b1728e..a1526e55ac3c89ba713e5c383b3bb993f9ac1b74 100644 (file)
        <listitem>
          <para>
            <!--
-           Executes the <replaceable>command</replaceable> with user ID
+           Executes the <replaceable>command</replaceable> with user ID (use numerical value)
            <replaceable>uid</replaceable> inside the container.
            -->
-           コンテナ内で、ユーザ ID <replaceable>uid</replaceable> で <replaceable>command</replaceable> を実行します。
+           コンテナ内で、ユーザ ID <replaceable>uid</replaceable> で <replaceable>command</replaceable> を実行します(数値で指定)
          </para>
        </listitem>
       </varlistentry>