svnno****@sourc*****
svnno****@sourc*****
2016年 6月 23日 (木) 11:17:49 JST
Revision: 6410 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6410 Author: doda Date: 2016-06-23 11:17:49 +0900 (Thu, 23 Jun 2016) Log Message: ----------- r6409のコミット漏れ ・改行の調整 ・行末の空白の削除Merge branch 'doc-htmlfix' Modified Paths: -------------- trunk/doc/en/html/macro/command/flushrecv.html trunk/doc/en/html/macro/command/fornext.html trunk/doc/en/html/macro/command/getipv4addr.html trunk/doc/en/html/macro/command/getipv6addr.html trunk/doc/en/html/macro/command/getmodemstatus.html trunk/doc/en/html/macro/command/include.html trunk/doc/en/html/macro/command/inputbox.html trunk/doc/en/html/macro/command/intdim.html trunk/doc/en/html/macro/command/ispassword.html trunk/doc/en/html/macro/command/logautoclosemode.html trunk/doc/en/html/macro/command/messagebox.html trunk/doc/en/html/macro/command/passwordbox.html trunk/doc/en/html/macro/command/recvln.html trunk/doc/en/html/macro/command/setmulticastname.html trunk/doc/en/html/macro/command/setsync.html trunk/doc/en/html/macro/command/sprintf.html trunk/doc/en/html/macro/command/statusbox.html trunk/doc/en/html/macro/command/strscan.html trunk/doc/en/html/macro/command/uptime.html trunk/doc/en/html/macro/command/waitln.html trunk/doc/en/html/macro/command/waitn.html trunk/doc/en/html/macro/command/waitrecv.html trunk/doc/ja/html/macro/command/doloop.html trunk/doc/ja/html/macro/command/fileopen.html trunk/doc/ja/html/macro/command/fileread.html trunk/doc/ja/html/macro/command/flushrecv.html trunk/doc/ja/html/macro/command/getpassword.html trunk/doc/ja/html/macro/command/inputbox.html trunk/doc/ja/html/macro/command/passwordbox.html trunk/doc/ja/html/macro/command/recvln.html trunk/doc/ja/html/macro/command/setmulticastname.html trunk/doc/ja/html/macro/command/setsync.html trunk/doc/ja/html/macro/command/statusbox.html trunk/doc/ja/html/macro/command/waitln.html trunk/doc/ja/html/macro/command/yesnobox.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/flushrecv.html =================================================================== --- trunk/doc/en/html/macro/command/flushrecv.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/flushrecv.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -33,8 +33,12 @@ The "flushrecv" command can be used to avoid unexpected results of character-reading commands caused by old characters in the buffer. </p> -Refer to <a href="setsync.html">setsync</a>. +<h2>See also</h2> +<ul> + <li><a href="setsync.html">setsync</a></li> +</ul> + </body> </html> Modified: trunk/doc/en/html/macro/command/fornext.html =================================================================== --- trunk/doc/en/html/macro/command/fornext.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/fornext.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -18,9 +18,12 @@ </p> <pre class="macro-syntax"> -for <intvar> <first> <last><br> - ...<br> - ...<br> +for <intvar> <first> <last> + + ... + + ... + next </pre> Modified: trunk/doc/en/html/macro/command/getipv4addr.html =================================================================== --- trunk/doc/en/html/macro/command/getipv4addr.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/getipv4addr.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -35,9 +35,8 @@ <dl> <dt class="macro">System variable <result></dt> - <dd> - When the IP addresses are retrieved, it is set to 1.<br> - When the IP address counts is bigger than the <string array> entries, it is set to 0.<br> + <dd>When the IP addresses are retrieved, it is set to 1.<br> + When the IP address counts is bigger than the <string array> entries, it is set to 0.<br> When the IP address can not retrieve, it is set to -1.</dd> </dl> Modified: trunk/doc/en/html/macro/command/getipv6addr.html =================================================================== --- trunk/doc/en/html/macro/command/getipv6addr.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/getipv6addr.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -35,9 +35,8 @@ <dl> <dt class="macro">System variable <result></dt> - <dd> - When the IP addresses are retrieved, it is set to 1.<br> - When the IP address counts is bigger than the <string array> entries, it is set to 0.<br> + <dd>When the IP addresses are retrieved, it is set to 1.<br> + When the IP address counts is bigger than the <string array> entries, it is set to 0.<br> When the IP address can not retrieve, it is set to -1. It is always failed on Windows 2000 or earlier.</dd> </dl> Modified: trunk/doc/en/html/macro/command/getmodemstatus.html =================================================================== --- trunk/doc/en/html/macro/command/getmodemstatus.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/getmodemstatus.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -63,6 +63,7 @@ endif </pre> + <h2>See also</h2> <ul> <li><a href="setbaud.html">setbaud</a></li> Modified: trunk/doc/en/html/macro/command/include.html =================================================================== --- trunk/doc/en/html/macro/command/include.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/include.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -52,6 +52,7 @@ ----- End of "sub.ttl" ---------- </pre> + <h2>See also</h2> <ul> <li><a href="../howtorun.html">Note: Loading a macro file</a></li> Modified: trunk/doc/en/html/macro/command/inputbox.html =================================================================== --- trunk/doc/en/html/macro/command/inputbox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/inputbox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -63,7 +63,6 @@ <dl> <dt class="macro">System variable <inputstr></dt> <dd>The string entered by the user is returned.</dd> - </dl> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/intdim.html =================================================================== --- trunk/doc/en/html/macro/command/intdim.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/intdim.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -111,7 +111,7 @@ p = 2 * i + 3 sprintf "%d " p dispstr inputstr - + k = i + p while k <= N flag[k] = 0 @@ -126,6 +126,7 @@ end </pre> + <h2>See also</h2> <ul> <li><a href="../syntax/types.html">Types</a></li> Modified: trunk/doc/en/html/macro/command/ispassword.html =================================================================== --- trunk/doc/en/html/macro/command/ispassword.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/ispassword.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -60,5 +60,5 @@ <li><a href="setpassword.html">setpassword</a></li> </ul> -</BODY> -</HTML> +</body> +</html> Modified: trunk/doc/en/html/macro/command/logautoclosemode.html =================================================================== --- trunk/doc/en/html/macro/command/logautoclosemode.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/logautoclosemode.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -44,6 +44,7 @@ end </pre> + <h2>See also</h2> <ul> <li><a href="logopen.html">logopen</a></li> Modified: trunk/doc/en/html/macro/command/messagebox.html =================================================================== --- trunk/doc/en/html/macro/command/messagebox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/messagebox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -52,7 +52,6 @@ </table> <b><u>This option is obsolete. You are recommended to use the strspecial command.</u></b> </dd> - </dl> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/passwordbox.html =================================================================== --- trunk/doc/en/html/macro/command/passwordbox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/passwordbox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -52,7 +52,6 @@ </table> <b><u>This option is obsolete. You are recommended to use the strspecial command.</u></b> </dd> - </dl> <h2>Return Value</h2> @@ -60,7 +59,6 @@ <dl> <dt class="macro">System variable <inputstr></dt> <dd>The string entered by the user is returned.</dd> - </dl> <h2>Remarks</h2> Modified: trunk/doc/en/html/macro/command/recvln.html =================================================================== --- trunk/doc/en/html/macro/command/recvln.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/recvln.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -56,9 +56,11 @@ setsync 0 </pre> -<p> -See also "<a href="setsync.html">setsync</a>" for the synchronous mode. -</p> +<h2>See also</h2> +<ul> + <li><a href="setsync.html">setsync</a></li> +</ul> + </body> </html> Modified: trunk/doc/en/html/macro/command/setmulticastname.html =================================================================== --- trunk/doc/en/html/macro/command/setmulticastname.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/setmulticastname.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -27,7 +27,11 @@ Causes Tera Term to configure the name of terminal identification as own terminal. </p> -Refer to <a href="sendmulticast.html">sendmulticast</a>. +<h2>See also</h2> +<ul> + <li><a href="sendmulticast.html">sendmulticast</a></li> +</ul> + </body> </html> Modified: trunk/doc/en/html/macro/command/setsync.html =================================================================== --- trunk/doc/en/html/macro/command/setsync.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/setsync.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -47,9 +47,7 @@ <img src="image/setsync.png" width=720 height=540> </div> -<p> -See also "<a href="flushrecv.html">flushrecv</a>" for clearing the buffer. -</p> + <h2>Example</h2> <pre class="macro-example"> @@ -83,5 +81,11 @@ </pre> +<h2>See also</h2> +<ul> + <li><a href="flushrecv.html">flushrecv</a></li> +</ul> + + </body> </html> Modified: trunk/doc/en/html/macro/command/sprintf.html =================================================================== --- trunk/doc/en/html/macro/command/sprintf.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/sprintf.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -107,5 +107,5 @@ <li><a href="sprintf2.html">sprintf2</a></li> </ul> -</BODY> -</HTML> +</body> +</html> Modified: trunk/doc/en/html/macro/command/statusbox.html =================================================================== --- trunk/doc/en/html/macro/command/statusbox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/statusbox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -63,7 +63,7 @@ <p> The "<a href="setdlgpos.html">setdlgpos</a>" command changes the position of status dialog box.<br> -The "<a href="closebox.html">closesbox</a>" command closes the status dialog box. A user can not close the status dialog box by using the Enter and ESC key. +The "<a href="closesbox.html">closesbox</a>" command closes the status dialog box. A user can not close the status dialog box by using the Enter and ESC key. </p> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/strscan.html =================================================================== --- trunk/doc/en/html/macro/command/strscan.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/strscan.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -55,7 +55,7 @@ :dec2base basenum='' tmp=decnum ;modified so not destructive of decnum -while tmp>0 +while tmp > 0 strcopy '0123456789ABCDEF' (tmp%base)+1 1 basedig strconcat basedig basenum basenum=basedig @@ -102,6 +102,5 @@ </pre> - </body> </html> Modified: trunk/doc/en/html/macro/command/uptime.html =================================================================== --- trunk/doc/en/html/macro/command/uptime.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/uptime.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -32,6 +32,7 @@ The time wraps around to zero if the system is run continuously for 49.7 days. </p> + <h2>Example</h2> <pre class="macro-example"> @@ -60,9 +61,5 @@ messagebox str "running time" </pre> -<h2>See also</h2> -<ul> -</ul> - </body> </html> Modified: trunk/doc/en/html/macro/command/waitln.html =================================================================== --- trunk/doc/en/html/macro/command/waitln.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/waitln.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -69,7 +69,6 @@ messagebox inputstr "str" ; echo aaa cal hoge fuga </pre> - <h2>See also</h2> <ul> <li><a href="wait.html">wait</a></li> Modified: trunk/doc/en/html/macro/command/waitn.html =================================================================== --- trunk/doc/en/html/macro/command/waitn.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/waitn.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -47,8 +47,7 @@ <tr> <td>1</td> <td>The characters of specified numbers are stored in the inputstr variable.<br> - When the numbers are over 511 bytes, the inputstr variable truncates the numbers to 511. - </td> + When the numbers are over 511 bytes, the inputstr variable truncates the numbers to 511.</td> </tr> </table> Modified: trunk/doc/en/html/macro/command/waitrecv.html =================================================================== --- trunk/doc/en/html/macro/command/waitrecv.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/en/html/macro/command/waitrecv.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -64,6 +64,7 @@ </tr> </table> + <h2>Example</h2> <pre class="macro-example"> Modified: trunk/doc/ja/html/macro/command/doloop.html =================================================================== --- trunk/doc/ja/html/macro/command/doloop.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/doloop.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -18,9 +18,12 @@ </p> <pre class="macro-syntax"> -do [ { while | until } <expression> (option)]<br> - ...<br> - ...<br> +do [ { while | until } <expression> (option)] + + ... + + ... + loop [ { while | until } <expression> (option)] </pre> Modified: trunk/doc/ja/html/macro/command/fileopen.html =================================================================== --- trunk/doc/ja/html/macro/command/fileopen.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/fileopen.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -65,7 +65,6 @@ </pre> <h2>\x8EQ\x8F\xC6</h2> - <ul> <li><a href="filewrite.html">filewrite</a></li> <li><a href="fileclose.html">fileclose</a></li> Modified: trunk/doc/ja/html/macro/command/fileread.html =================================================================== --- trunk/doc/ja/html/macro/command/fileread.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/fileread.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -75,6 +75,7 @@ :the_end </pre> + <h2>\x8EQ\x8F\xC6</h2> <ul> <li><a href="fileopen.html">fileopen</a></li> Modified: trunk/doc/ja/html/macro/command/flushrecv.html =================================================================== --- trunk/doc/ja/html/macro/command/flushrecv.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/flushrecv.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -34,7 +34,11 @@ </p> -\x8EQ\x8F\xC6: <a href="setsync.html">setsync</a> +<h2>\x8EQ\x8F\xC6</h2> +<ul> + <li><a href="setsync.html">setsync</a></li> +</ul> + </body> </html> Modified: trunk/doc/ja/html/macro/command/getpassword.html =================================================================== --- trunk/doc/ja/html/macro/command/getpassword.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/getpassword.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -44,7 +44,6 @@ <p> <em>(\x83o\x81[\x83W\x83\x87\x83\x93 4.71 \x88ȍ~)</em><br> \x83p\x83X\x83\x8F\x81[\x83h\x83t\x83@\x83C\x83\x8B\x82ւ̏\x91\x82\xAB\x8D\x9E\x82݂Ɏ\xB8\x94s\x82\xB5\x82\xBD\x8Fꍇ\x81A\x83V\x83X\x83e\x83\x80\x95ϐ\x94 result \x82\xC9 0 \x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B\x82\xBB\x82\xEA\x88ȊO\x82̏ꍇ\x81Aresult \x82\xC9 1 \x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B - </p> <h2>\x97\xE1</h2> Modified: trunk/doc/ja/html/macro/command/inputbox.html =================================================================== --- trunk/doc/ja/html/macro/command/inputbox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/inputbox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -62,7 +62,6 @@ <dl> <dt class="macro">\x83V\x83X\x83e\x83\x80\x95ϐ\x94 <inputstr></dt> <dd>\x93\xFC\x97͂\xB3\x82ꂽ\x95\xB6\x8E\x9A\x97\xE3\x93\xFC\x82\xB3\x82\xEA\x82\xE9\x81B</dd> - </dl> <h2>\x97\xE1</h2> Modified: trunk/doc/ja/html/macro/command/passwordbox.html =================================================================== --- trunk/doc/ja/html/macro/command/passwordbox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/passwordbox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -59,7 +59,6 @@ <dl> <dt class="macro">\x83V\x83X\x83e\x83\x80\x95ϐ\x94 <inputstr></dt> <dd>\x93\xFC\x97͂\xB3\x82ꂽ\x95\xB6\x8E\x9A\x97\xE3\x93\xFC\x82\xB3\x82\xEA\x82\xE9\x81B</dd> - </dl> <h2>\x89\xF0\x90\xE0</h2> Modified: trunk/doc/ja/html/macro/command/recvln.html =================================================================== --- trunk/doc/ja/html/macro/command/recvln.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/recvln.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -56,9 +56,11 @@ setsync 0 </pre> -<p> -\x93\xAF\x8A\xFA\x83\x82\x81[\x83h\x82ɂ\xA2\x82Ă\xCD "<a href="setsync.html">setsync</a>" \x82\xF0\x8EQ\x8FƁB -</p> +<h2>\x8EQ\x8F\xC6</h2> +<ul> + <li><a href="setsync.html">setsync</a></li> +</ul> + </body> </html> Modified: trunk/doc/ja/html/macro/command/setmulticastname.html =================================================================== --- trunk/doc/ja/html/macro/command/setmulticastname.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/setmulticastname.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -27,7 +27,11 @@ \x8E\xA9\x90g\x82̒[\x96\x96\x82ɑ\xB5\x82āA<multicastname>\x88\xF8\x90\x94\x82Ŏw\x92肵\x82\xBD\x96\xBC\x91O\x82\xF0\x8E\xAF\x95ʎq\x82Ƃ\xB5\x82Đݒ肷\x82\xE9\x81B </p> -<a href="sendmulticast.html">sendmulticast</a>\x82\xF0\x8EQ\x8FƁB +<h2>\x8EQ\x8F\xC6</h2> +<ul> + <li><a href="sendmulticast.html">sendmulticast</a></li> +</ul> + </body> </html> Modified: trunk/doc/ja/html/macro/command/setsync.html =================================================================== --- trunk/doc/ja/html/macro/command/setsync.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/setsync.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -43,15 +43,12 @@ \x95\xA1\x90\x94\x8Ds\x82ɂ킽\x82\xE9\x8E\xF3\x90M\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x82\xF0\x81A\x88ꕶ\x8E\x9A\x82\xE0\x8E\xB8\x82\xA4\x82\xB1\x82ƂȂ\xAD\x8F\x88\x97\x9D\x82\xB7\x82\xE9\x81A\x82Ƃ\xA2\x82\xA4\x82悤\x82ȐM\x97\x8A\x90\xAB\x82\xAA\x97v\x8B\x81\x82\xB3\x82\xEA\x82\xE9\x83}\x83N\x83\x8D\x8F\x88\x97\x9D\x82̏ꍇ\x81A\x93\xAF\x8A\xFA\x83\x82\x81[\x83h\x82ɓ\xFC\x82\xE9\x95K\x97v\x82\xAA\x82\xA0\x82\xE9\x81B<br> \x82\xB5\x82\xA9\x82\xB5\x81A\x93\xAF\x8A\xFA\x83\x82\x81[\x83h\x82ł\xCD Tera Term \x82̕\xB6\x8E\x9A\x8E\xF3\x90M\x91\xAC\x93x\x82\xAA\x92x\x82\xAD\x82Ȃ\xE8\x81A\x82܂\xBD\x8E\xF3\x90M\x95\xB6\x8E\x9A\x82\xF0\x8F\x88\x97\x9D\x82\xB7\x82\xE9\x83R\x83}\x83\x93\x83h\x82\xAA\x92\xB7\x82\xA2\x8AԎ\xC0\x8Ds\x82\xB3\x82\xEA\x82Ȃ\xA2\x8Fꍇ\x82́ATera Term \x82̕\xB6\x8E\x9A\x8E\xF3\x90M\x82\xAA\x92\xE2\x8E~\x82\xB5\x82\xBD\x82܂܂ɂȂ\xC1\x82Ă\xB5\x82܂\xA4\x81B<br> \x88\xEA\x95\xFB\x81A\x92P\x8F\x83\x82ȃ}\x83N\x83\x8D\x8F\x88\x97\x9D(\x97Ⴆ\x82Ύ\xA9\x93\xAE\x83\x8D\x83O\x83C\x83\x93)\x82Ȃ\xE7\x82Δ\xFA\x83\x82\x81[\x83h\x82ł\xE0\x82قƂ\xF1\x82ǖ\xE2\x91\xE8\x82Ȃ\xAD\x93\xAE\x8D삷\x82\xE9\x81B\x82\xB1\x82̏ꍇ\x81A\x83o\x83b\x83t\x83@\x83T\x83C\x83Y\x82͏\\x95\xAA\x91傫\x82\xAD(16K\x83o\x83C\x83g)\x81A\x8E\xF3\x90M\x82\xB5\x82\xBD\x82\xB7\x82ׂĂ̕\xB6\x8E\x9A\x82̓o\x83b\x83t\x83@\x82\xAA\x82\xA0\x82ӂ\xEA\x82\xE9\x91O\x82ɃR\x83}\x83\x93\x83h\x82ɂ\xE6\x82\xC1\x82ď\x88\x97\x9D\x82\xB3\x82\xEA\x82\xE9\x81B -<p> +</p> <div align="center"> <img src="image/setsync.png" width=720 height=540> </div> -<p> -\x83o\x83b\x83t\x83@\x82̃N\x83\x8A\x83A\x82ɂ\xA2\x82Ă\xCD "<a href="flushrecv.html">flushrecv</a>" \x82\xF0\x8EQ\x8FƁB -</p> <h2>\x97\xE1</h2> @@ -71,9 +68,9 @@ <pre class="macro-example"> connect '/C=1' - -setsync 1 - + +setsync 1 + while 1 ; Request data sendln 'REQ' @@ -85,5 +82,12 @@ endwhile </pre> + +<h2>\x8EQ\x8F\xC6</h2> +<ul> + <li><a href="flushrecv.html">flushrecv</a></li> +</ul> + + </body> </html> Modified: trunk/doc/ja/html/macro/command/statusbox.html =================================================================== --- trunk/doc/ja/html/macro/command/statusbox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/statusbox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -26,10 +26,10 @@ <dl> <dt class="macro">\x95\xB6\x8E\x9A\x97\xF1 <message></dt> <dd>\x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82ɕ\\x8E\xA6\x82\xB3\x82\xEA\x82郁\x83b\x83Z\x81[\x83W\x81B</dd> - + <dt class="macro">\x95\xB6\x8E\x9A\x97\xF1 <title></dt> <dd>\x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82̃^\x83C\x83g\x83\x8B\x81B</dd> - + <dt class="macro">\x90\xAE\x90\x94\x92l <special> (\x83I\x83v\x83V\x83\x87\x83\x93 \x83f\x83t\x83H\x83\x8B\x83g=0)</dt> <dd>0 \x82łȂ\xA2\x8Fꍇ\x82́A<message> \x82Ɋ܂܂\xEA\x82\xE9\x88ȉ\xBA\x82̕\xB6\x8E\x9A\x97\xF1\x82͓\xC1\x8Eꕶ\x8E\x9A\x82Ƃ\xB5\x82Ĉ\xB5\x82\xED\x82\xEA\x82܂\xB7\x81B<br> <table border="2"> Modified: trunk/doc/ja/html/macro/command/waitln.html =================================================================== --- trunk/doc/ja/html/macro/command/waitln.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/waitln.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -30,6 +30,7 @@ <p> \x8B\x9A\x97w\x92肳\x82ꂽ\x8Fꍇ\x81A\x94C\x88ӂ̈ꕶ\x8E\x9A\x81i\x81{\x89\xFC\x8Ds\x81j\x82\xF0\x8E\xF3\x90M\x82\xB7\x82\xE9\x82̂\xF0\x91҂B </p> + <p> \x83V\x83X\x83e\x83\x80\x95ϐ\x94 timeout \x82\xA9 mtimeout \x82\xAA 0 \x82\xE6\x82\xE8\x91傫\x82\xA2\x8Fꍇ\x81A<timeout>.<mtimeout> \x95b\x82̎\x9E\x8AԂ\xAA\x82\xB7\x82\xAC\x82\xE9\x82ƃ^\x83C\x83\x80\x83A\x83E\x83g\x82\xAA\x94\xAD\x90\xB6\x82\xB7\x82\xE9\x81B\x83^\x83C\x83\x80\x83A\x83E\x83g\x82̒l\x82\xAA 0 \x88ȉ\xBA\x82̏ꍇ\x82́A\x83^\x83C\x83\x80\x83A\x83E\x83g\x82͔\xAD\x90\xB6\x82\xB5\x82Ȃ\xA2\x81B </p> @@ -74,5 +75,6 @@ <li><a href="waitregex.html">waitregex</a></li> </ul> + </body> </html> Modified: trunk/doc/ja/html/macro/command/yesnobox.html =================================================================== --- trunk/doc/ja/html/macro/command/yesnobox.html 2016-06-23 02:01:47 UTC (rev 6409) +++ trunk/doc/ja/html/macro/command/yesnobox.html 2016-06-23 02:17:49 UTC (rev 6410) @@ -26,10 +26,10 @@ <dl> <dt class="macro">\x95\xB6\x8E\x9A\x97\xF1 <message></dt> <dd>\x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82ɕ\\x8E\xA6\x82\xB3\x82\xEA\x82郁\x83b\x83Z\x81[\x83W\x81B</dd> - + <dt class="macro">\x95\xB6\x8E\x9A\x97\xF1 <title></dt> <dd>\x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82̃^\x83C\x83g\x83\x8B\x81B</dd> - + <dt class="macro">\x90\xAE\x90\x94\x92l <special> (\x83I\x83v\x83V\x83\x87\x83\x93 \x83f\x83t\x83H\x83\x8B\x83g=0)</dt> <dd>0 \x82łȂ\xA2\x8Fꍇ\x82́A<message> \x82Ɋ܂܂\xEA\x82\xE9\x88ȉ\xBA\x82̕\xB6\x8E\x9A\x97\xF1\x82͓\xC1\x8Eꕶ\x8E\x9A\x82Ƃ\xB5\x82Ĉ\xB5\x82\xED\x82\xEA\x82܂\xB7\x81B<br> <table border="2"> @@ -60,7 +60,6 @@ <dt class="macro">\x83V\x83X\x83e\x83\x80\x95ϐ\x94 <result></dt> <dd>\x81u\x82͂\xA2\x81v\x83{\x83^\x83\x93\x82\xAA\x89\x9F\x82\xB3\x82ꂽ\x8Fꍇ\x81A1\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B<br> \x81u\x82\xA2\x82\xA2\x82\xA6\x81v\x83{\x83^\x83\x93\x82\xAA\x89\x9F\x82\xB3\x82ꂽ\x8Fꍇ\x81A0\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B</dd> - </dl> <h2>\x97\xE1</h2>