]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add logging option to Japanese lxc-attach(1) 987/head
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Mon, 25 Apr 2016 10:30:03 +0000 (19:30 +0900)
committerKATOH Yasufumi <karma@jazz.email.ne.jp>
Mon, 25 Apr 2016 10:30:03 +0000 (19:30 +0900)
Update for commit f43d63b

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

index 7f28b62edd27a920652dd8e29f6ffc16e2656b95..2a8d5b650b1b336899d5b61370ef24637fd01772 100644 (file)
@@ -63,6 +63,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">--keep-env</arg>
       <arg choice="opt">--clear-env</arg>
       <arg choice="opt">-- <replaceable>command</replaceable></arg>
+      <arg choice="opt">-L <replaceable>file</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
@@ -311,6 +312,28 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>
+          <option>-L, --pty-log <replaceable>file</replaceable></option>
+        </term>
+        <listitem>
+          <para>
+            <!--
+            Specify a file where the output of <command>lxc-attach</command> will be
+            logged.
+              -->
+            <command>lxc-attach</command> の出力を記録するファイルを指定します。
+          </para>
+          <para>
+            <!--
+            <emphasis>Important:</emphasis>  When a standard file descriptor
+            does not refer to a pty ouput produced on it will not be logged.
+            -->
+            <emphasis>重要:</emphasis> 標準ファイルディスクリプタが pty を参照していない場合、それらに対する出力は記録されないでしょう。
+          </para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
   </refsect1>