[Ttssh2-commit] [4110] sendbreak マクロコマンドのSSHサポート。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 9月 28日 (火) 13:59:44 JST


Revision: 4110
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4110
Author:   yutakapon
Date:     2010-09-28 13:59:44 +0900 (Tue, 28 Sep 2010)

Log Message:
-----------
sendbreak マクロコマンドのSSHサポート。

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/macro/command/sendbreak.html
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/macro/command/sendbreak.html


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2010-09-28 04:48:27 UTC (rev 4109)
+++ trunk/doc/en/html/about/history.html	2010-09-28 04:59:44 UTC (rev 4110)
@@ -1568,7 +1568,7 @@
 <ul class="history">
   <li>Changes
     <ul>
-     <li>added support for sending a BREAK signal to the remote host on Control menu - Send break(only useful for SSH2). However, the sendbreak macro does not support.</li>
+     <li>added support for sending a BREAK signal to the remote host on Control menu - Send break(only useful for SSH2). Also, the sendbreak macro can support it.</li>
     </ul>
   </li>
 

Modified: trunk/doc/en/html/macro/command/sendbreak.html
===================================================================
--- trunk/doc/en/html/macro/command/sendbreak.html	2010-09-28 04:48:27 UTC (rev 4109)
+++ trunk/doc/en/html/macro/command/sendbreak.html	2010-09-28 04:59:44 UTC (rev 4110)
@@ -24,7 +24,7 @@
 <h2>Remarks</h2>
 
 <p>
-Raises the break interrupt(Break interrupt indicator) to the host system on the serial console. Also, sends IAC BREAK(255 243) to the host system on the TELNET and SSH console.
+Raises the break interrupt(Break interrupt indicator) to the host system on the serial console. This macro sends IAC BREAK(255 243) to the host system on the TELNET console. Also, sends SSH2_MSG_CHANNEL_REQUEST("break") to the host system on the SSH2 console.
 </p>
 
 <h2>Example</h2>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2010-09-28 04:48:27 UTC (rev 4109)
+++ trunk/doc/ja/html/about/history.html	2010-09-28 04:59:44 UTC (rev 4110)
@@ -1570,7 +1570,7 @@
 <ul class="history">
   <li>•ÏX
     <ul>
-     <li>Control menu - Send break‚ŁAƒuƒŒ[ƒNM†(SSH2 only)‚𑗐M‚·‚é‚悤‚É‚µ‚½B‚½‚¾‚µA"sendbreak"ƒ}ƒNƒ‚Í–¢ƒTƒ|[ƒgB</li>
+     <li>Control menu - Send break‚ŁAƒuƒŒ[ƒNM†(SSH2 only)‚𑗐M‚·‚é‚悤‚É‚µ‚½B"sendbreak"ƒ}ƒNƒ‚àƒTƒ|[ƒg‚µ‚½B</li>
     </ul>
   </li>
 

Modified: trunk/doc/ja/html/macro/command/sendbreak.html
===================================================================
--- trunk/doc/ja/html/macro/command/sendbreak.html	2010-09-28 04:48:27 UTC (rev 4109)
+++ trunk/doc/ja/html/macro/command/sendbreak.html	2010-09-28 04:59:44 UTC (rev 4110)
@@ -24,7 +24,7 @@
 <h2>‰ðà</h2>
 
 <p>
-ƒVƒŠƒAƒ‹ƒRƒ“ƒ\[ƒ‹‚ł́AƒzƒXƒg‘¤‚ɃuƒŒ[ƒNŠ„‚荞‚Ý(Break interrupt indicator)‚𔭐¶‚³‚¹‚éBTELNET/SSH‚ł́AIAC BREAK(255 243)‚𑗐M‚·‚éB
+ƒVƒŠƒAƒ‹ƒRƒ“ƒ\[ƒ‹‚ł́AƒzƒXƒg‘¤‚ɃuƒŒ[ƒNŠ„‚荞‚Ý(Break interrupt indicator)‚𔭐¶‚³‚¹‚éBTELNET‚ł́AIAC BREAK(255 243)‚𑗐M‚·‚éBSSH2‚ł́ASSH2_MSG_CHANNEL_REQUEST("break")‚𑗐M‚·‚éB
 </p>
 
 <h2>—á</h2>



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