svnno****@sourc*****
svnno****@sourc*****
2016年 6月 28日 (火) 23:19:58 JST
Revision: 6414 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6414 Author: yutakapon Date: 2016-06-28 23:19:58 +0900 (Tue, 28 Jun 2016) Log Message: ----------- waitrecv コマンドに記載を追加した。 https://osdn.jp/projects/ttssh2/forums/5841/37827/78264/ Modified Paths: -------------- trunk/doc/en/html/macro/command/waitrecv.html trunk/doc/ja/html/macro/command/waitrecv.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/waitrecv.html =================================================================== --- trunk/doc/en/html/macro/command/waitrecv.html 2016-06-27 04:26:24 UTC (rev 6413) +++ trunk/doc/en/html/macro/command/waitrecv.html 2016-06-28 14:19:58 UTC (rev 6414) @@ -30,6 +30,7 @@ <p> The condition is:<br> The length of the string is <len>, and the string contains the <sub-string> beginning at the <pos>th(1-origin) character.<br> +This command confirms whether the string is matched every time <len> byte is received. <br> For example, if <sub-string> is "def" and <len> is 9 and <pos> is 4, the string "abcdefghi" satisfies the condition. </p> Modified: trunk/doc/ja/html/macro/command/waitrecv.html =================================================================== --- trunk/doc/ja/html/macro/command/waitrecv.html 2016-06-27 04:26:24 UTC (rev 6413) +++ trunk/doc/ja/html/macro/command/waitrecv.html 2016-06-28 14:19:58 UTC (rev 6414) @@ -29,6 +29,7 @@ <p> \x82\xBB\x82̏\xF0\x8C\x8F\x82Ƃ́A\x95\xB6\x8E\x9A\x97\xF1\x82̒\xB7\x82\xB3\x82\xAA <len> \x95\xB6\x8E\x9A\x82ŁA\x95\xB6\x8E\x9A\x97\xBB\x82\xCC <pos> \x95\xB6\x8E\x9A\x96ځi1\x83I\x83\x8A\x83W\x83\x93\x81j\x82\xA9\x82\xE7\x8En\x82܂镛\x95\xB6\x8E\x9A\x97\xF1 <sub-string> \x82\xF0\x8A܂\xF1\x82ł\xA2\x82\xE9\x82Ƃ\xA2\x82\xA4\x82\xB1\x82ƁB<br> +\x83R\x83}\x83\x93\x83h\x82\xCD <len> \x83o\x83C\x83g\x82̕\xB6\x8E\x9A\x97\xF1\x82\xF0\x8E\xF3\x90M\x82\xB7\x82邽\x82тɁA\x8F\xF0\x8C\x8F\x82\xBD\x82\xB7\x82\xA9\x82ǂ\xA4\x82\xA9\x82\xF0\x8Am\x94F\x82\xB7\x82\xE9\x81B<br> \x97Ⴆ\x82A<sub-string> \x82\xAA "def"\x81A<len> \x82\xAA 9 \x81A<pos> \x82\xAA 4 \x82̂Ƃ\xAB\x81A\x95\xB6\x8E\x9A\x97\xF1 "abcdefghi" \x82͏\xF0\x8C\x8F\x82\xBD\x82\xB7\x81B </p>