[lxc-devel] [lxc/master] Update Korean manuals

ysbnim on Github lxc-bot at linuxcontainers.org
Mon May 2 09:26:23 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 347 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160502/820b541a/attachment.bin>
-------------- next part --------------
From f7fe38741d107ee9aee48b6861a9b64acf389984 Mon Sep 17 00:00:00 2001
From: Sungbae Yoo <sungbae.yoo at samsung.com>
Date: Mon, 2 May 2016 18:25:29 +0900
Subject: [PATCH] doc: Add logging option to Korean lxc-attach(1)

Update for commit f43d63b

Signed-off-by: Sungbae Yoo <sungbae.yoo at samsung.com>
---
 doc/ko/lxc-attach.sgml.in | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/ko/lxc-attach.sgml.in b/doc/ko/lxc-attach.sgml.in
index 4f0a22c..3a6e9b1 100644
--- a/doc/ko/lxc-attach.sgml.in
+++ b/doc/ko/lxc-attach.sgml.in
@@ -63,6 +63,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <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>
 
@@ -300,6 +301,28 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 	</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