Skip to content

Commit

Permalink
doc: Add logging option to Japanese lxc-attach(1)
Browse files Browse the repository at this point in the history
Update for commit f43d63b

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
  • Loading branch information
tenforward authored and stgraber committed May 11, 2016
1 parent 4a060c9 commit b1b14a4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/ja/lxc-attach.sgml.in
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b1b14a4

Please sign in to comment.