svnno****@sourc*****
svnno****@sourc*****
2017年 6月 24日 (土) 16:13:44 JST
Revision: 6819 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6819 Author: yutakapon Date: 2017-06-24 16:13:44 +0900 (Sat, 24 Jun 2017) Log Message: ----------- ファイルの行頭であることを明確な表現に修正した。 内部指摘によるフィードバック [Ttssh2-devel 3312] Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/setup/teraterm-misc.html trunk/doc/en/html/setup/teraterm.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2017-06-23 15:00:44 UTC (rev 6818) +++ trunk/doc/en/html/about/history.html 2017-06-24 07:13:44 UTC (rev 6819) @@ -35,12 +35,12 @@ <ul class="history"> <li>Changes <ul> - <li>added configuration of timestamp format at the start of log file. + <li>added configuration of timestamp format at the start of log file's line. <ul> <li>added the <a href="../setup/teraterm-misc.html#LogTimestampFormat">LogTimestampFormat</a> entry in the teraterm.ini file. The default is "%a %b %e %H:%M:%S.%N %Y".</li> <li>The default format is changed to RFC 3339 style. Specify the "%a %b %e %H:%M:%S.%N %Y" at the LogTimestampFormat entry to restore before format.</li> </ul></li> - <li>UTC can be used at timestamp format at the start of log file. + <li>UTC can be used at timestamp format at the start of log file's line. <ul> <li>added the <a href="../setup/teraterm-misc.html#LogTimestampUTC">LogTimestampUTC</a> entry in the teraterm.ini file. The default is off.</li> </ul></li> Modified: trunk/doc/en/html/setup/teraterm-misc.html =================================================================== --- trunk/doc/en/html/setup/teraterm-misc.html 2017-06-23 15:00:44 UTC (rev 6818) +++ trunk/doc/en/html/setup/teraterm-misc.html 2017-06-24 07:13:44 UTC (rev 6819) @@ -353,7 +353,7 @@ </pre> -<h1><a name="LogTimestampFormat">Specify timestamp format at the start of log file</a></h1> +<h1><a name="LogTimestampFormat">Specify timestamp format at the start of log file's line</a></h1> <p> When the log file is written, the timestamp can be added at the start of line and the timestamp format can be specified. @@ -388,10 +388,10 @@ </pre> -<h1><a name="LogTimestampUTC">UTC is used as timestamp at the start of log file</a></h1> +<h1><a name="LogTimestampUTC">UTC is used as timestamp at the start of log file's line</a></h1> <p> -When the log file is written, the timestamp can be added at the start of log file. Basically, local time is used. <br> +When the log file is written, the timestamp can be added at the start of log file's line. Basically, local time is used. <br> When local time is used for summer time, the clock will go or back at summer time switching. So, unexpected clock will be recorded. <br> Fortunately, this problem can be avoided because UTC timestamp does not support summer time. <br> If UTC timestamp is used instead of local time, change the LogTimestampUTC entry of [Tera Term] section in the following: Modified: trunk/doc/en/html/setup/teraterm.html =================================================================== --- trunk/doc/en/html/setup/teraterm.html 2017-06-23 15:00:44 UTC (rev 6818) +++ trunk/doc/en/html/setup/teraterm.html 2017-06-24 07:13:44 UTC (rev 6819) @@ -175,8 +175,8 @@ <li><a href="teraterm-misc.html#ClickableUrlBrowser">A browser by using Clickable URL</a></li> <li><a href="teraterm-misc.html#LogLockExclusive">Exclusive-lock log file</a></li> <li><a href="teraterm-misc.html#DeferredLogWriteMode">Deferred log write mode</a></li> - <li><a href="teraterm-misc.html#LogTimestampFormat">Specify timestamp format at the start of log file</a></li> - <li><a href="teraterm-misc.html#LogTimestampUTC">UTC is used at timestamp format of the start of log file</a></li--> + <li><a href="teraterm-misc.html#LogTimestampFormat">Specify timestamp format at the start of log file's line</a></li> + <li><a href="teraterm-misc.html#LogTimestampUTC">UTC is used at timestamp format of the start of log file's line</a></li--> </ul> </body>