[Ttssh2-commit] [3277] binary flagが有効な時はplain text flag , timestamp flagが無視される事を追記。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 4日 (土) 00:00:20 JST


Revision: 3277
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3277
Author:   doda
Date:     2009-04-04 00:00:20 +0900 (Sat, 04 Apr 2009)

Log Message:
-----------
binary flagが有効な時はplain text flag, timestamp flagが無視される事を追記。
https://sourceforge.jp/ticket/browse.php?group_id=1412&tid=15919

Modified Paths:
--------------
    trunk/doc/en/html/macro/command/logopen.html


-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/logopen.html
===================================================================
--- trunk/doc/en/html/macro/command/logopen.html	2009-04-03 14:55:28 UTC (rev 3276)
+++ trunk/doc/en/html/macro/command/logopen.html	2009-04-03 15:00:20 UTC (rev 3277)
@@ -41,11 +41,15 @@
 <p>
 If &lt;plain text flag&gt; is not 0, ASCII non-printable characters are not written into log.<br>
 If &lt;timestamp flag&gt; is not 0, a timestamp is added on top of log.<br>
+If &lt;binary flag&gt; is non-zero, &lt;plain text flag&gt; and &lt;timestamp flag&gt; is ignored.<em>(version 4.61 or later)</em>
+</p>
+
+<p>
 If &lt;hide dialog flag&gt; is not 0, "Log" dialog box is not displayed.
 </p>
 
 <p>
-If a log file is successfully opened, the system variable "result" is set to 0. Otherwise, the "result" is set to 1. <em>(version 4.62 or later)</em>	
+If a log file is successfully opened, the system variable "result" is set to 0. Otherwise, the "result" is set to 1. <em>(version 4.62 or later)</em>
 </p>
 
 <h2>Example</h2>



Ttssh2-commit メーリングリストの案内
Back to archive index