[lxc-devel] [lxc/master] doc: Add logging option to Japanese lxc-attach(1)
tenforward on Github
lxc-bot at linuxcontainers.org
Mon Apr 25 10:31:38 UTC 2016
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 383 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160425/af249b98/attachment.bin>
-------------- next part --------------
From 8359be8c8232682bdc12913c6d0f2587cabb9b77 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Mon, 25 Apr 2016 19:30:03 +0900
Subject: [PATCH] doc: Add logging option to Japanese lxc-attach(1)
Update for commit f43d63b
Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
doc/ja/lxc-attach.sgml.in | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/doc/ja/lxc-attach.sgml.in b/doc/ja/lxc-attach.sgml.in
index 7f28b62..2a8d5b6 100644
--- a/doc/ja/lxc-attach.sgml.in
+++ b/doc/ja/lxc-attach.sgml.in
@@ -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>
More information about the lxc-devel
mailing list