svnno****@sourc*****
svnno****@sourc*****
2017年 8月 25日 (金) 23:48:27 JST
Revision: 6911 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6911 Author: doda Date: 2017-08-25 23:48:27 +0900 (Fri, 25 Aug 2017) Log Message: ----------- sendlnbroadcast / sendlnmulticase で複数のパラメータがどのように送られるかを例に追加。 [Ttssh2-devel 3329] Modified Paths: -------------- trunk/doc/en/html/macro/command/sendlnbroadcast.html trunk/doc/en/html/macro/command/sendlnmulticast.html trunk/doc/ja/html/macro/command/sendlnbroadcast.html trunk/doc/ja/html/macro/command/sendlnmulticast.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/sendlnbroadcast.html =================================================================== --- trunk/doc/en/html/macro/command/sendlnbroadcast.html 2017-08-25 14:48:24 UTC (rev 6910) +++ trunk/doc/en/html/macro/command/sendlnbroadcast.html 2017-08-25 14:48:27 UTC (rev 6911) @@ -29,13 +29,17 @@ </p> <p> -NOTICE: Sent data is ignored on the terminal the <a href="../../menu/setup-additional.html">AcceptBroadcast</a> is disabled. +Sent data is ignored on the terminal the <a href="../../menu/setup-additional.html">AcceptBroadcast</a> is disabled. </p> <h2>Example</h2> <pre class="macro-example"> -sendlnbroadcast 'timpani' 'flute' 'piccolo' +; Sends "ABCdefGHI" with a new-line character. +sendlnbroadcast "ABC" "def" "GHI" + +; Only a new-line character is sent. +sendlnbroadcast </pre> </body> Modified: trunk/doc/en/html/macro/command/sendlnmulticast.html =================================================================== --- trunk/doc/en/html/macro/command/sendlnmulticast.html 2017-08-25 14:48:24 UTC (rev 6910) +++ trunk/doc/en/html/macro/command/sendlnmulticast.html 2017-08-25 14:48:27 UTC (rev 6911) @@ -41,7 +41,11 @@ connect "server-b" setmulticastname mcastname -sendlnmulticast mcastname "ls -l" +; Sends "ABCdefGHI" with a new-line character. +sendlnmulticast mcastname "ABC" "def" "GHI" + +; Only a new-line character is sent. +sendlnmulticast mcastname </pre> <h2>See also</h2> Modified: trunk/doc/ja/html/macro/command/sendlnbroadcast.html =================================================================== --- trunk/doc/ja/html/macro/command/sendlnbroadcast.html 2017-08-25 14:48:24 UTC (rev 6910) +++ trunk/doc/ja/html/macro/command/sendlnbroadcast.html 2017-08-25 14:48:27 UTC (rev 6911) @@ -29,13 +29,17 @@ </p> <p> -\x81\xA6<a href="../../menu/setup-additional.html">AcceptBroadcast</a>\x82\xAA\x96\xB3\x8C\xF8\x82̒[\x96\x96\x82ł́A\x91\x97\x90M\x83f\x81[\x83^\x82\xAA\x94j\x8A\xFC\x82\xB3\x82\xEA\x82܂\xB7\x81B +<a href="../../menu/setup-additional.html">AcceptBroadcast</a>\x82\xAA\x96\xB3\x8C\xF8\x82̒[\x96\x96\x82ł́A\x91\x97\x90M\x83f\x81[\x83^\x82\xAA\x94j\x8A\xFC\x82\xB3\x82\xEA\x82\xE9\x81B </p> <h2>\x97\xE1</h2> <pre class="macro-example"> -sendlnbroadcast 'timpani' 'flute' 'piccolo' +; "ABCdefGHI" \x82Ɖ\xFC\x8Ds\x95\xB6\x8E\x9A\x82\xAA\x91\x97\x82\xE7\x82\xEA\x82\xE9 +sendlnbroadcast "ABC" "def" "GHI" + +; \x89\xFC\x8Ds\x95\xB6\x8E\x9A\x82݂̂\xAA\x91\x97\x82\xE7\x82\xEA\x82\xE9 +sendlnbroadcast </pre> </body> Modified: trunk/doc/ja/html/macro/command/sendlnmulticast.html =================================================================== --- trunk/doc/ja/html/macro/command/sendlnmulticast.html 2017-08-25 14:48:24 UTC (rev 6910) +++ trunk/doc/ja/html/macro/command/sendlnmulticast.html 2017-08-25 14:48:27 UTC (rev 6911) @@ -41,7 +41,11 @@ connect "server-b" setmulticastname mcastname -sendlnmulticast mcastname "ls -l" +; "ABCdefGHI" \x82Ɖ\xFC\x8Ds\x95\xB6\x8E\x9A\x82\xAA\x91\x97\x82\xE7\x82\xEA\x82\xE9 +sendlnmulticast mcastname "ABC" "def" "GHI" + +; \x89\xFC\x8Ds\x95\xB6\x8E\x9A\x82݂̂\xAA\x91\x97\x82\xE7\x82\xEA\x82\xE9 +sendlnmulticast mcastname </pre> <h2>\x8EQ\x8F\xC6</h2>