Commit fb736bbe by KATOH Yasufumi

doc: Update Japanese lxc-attach(1) and lxc.container.conf(5)

* Update for commit ba2be1a8 (attach: move pty allocation into api) * Update for commit 5757588f (manpage: correct lxc.log.file conf option) Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp>
parent 95220ee6
...@@ -63,7 +63,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -63,7 +63,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="opt">-R, --remount-sys-proc</arg> <arg choice="opt">-R, --remount-sys-proc</arg>
<arg choice="opt">--keep-env</arg> <arg choice="opt">--keep-env</arg>
<arg choice="opt">--clear-env</arg> <arg choice="opt">--clear-env</arg>
<arg choice="opt">-L, --pty-log <replaceable>file</replaceable></arg>
<arg choice="opt">-v, --set-var <replaceable>variable</replaceable></arg> <arg choice="opt">-v, --set-var <replaceable>variable</replaceable></arg>
<arg choice="opt">--keep-var <replaceable>variable</replaceable></arg> <arg choice="opt">--keep-var <replaceable>variable</replaceable></arg>
<arg choice="opt">-- <replaceable>command</replaceable></arg> <arg choice="opt">-- <replaceable>command</replaceable></arg>
...@@ -339,28 +338,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -339,28 +338,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry> </varlistentry>
<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 output produced on it will not be logged.
-->
<emphasis>重要:</emphasis> 標準ファイルディスクリプタが pty を参照していない場合、それらに対する出力は記録されないでしょう。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <term>
<option>-v, --set-var <replaceable>variable</replaceable></option> <option>-v, --set-var <replaceable>variable</replaceable></option>
</term> </term>
......
...@@ -2877,7 +2877,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -2877,7 +2877,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<option>lxc.log</option> <option>lxc.log.file</option>
</term> </term>
<listitem> <listitem>
<para> <para>
......
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