[Ttssh2-commit] [4116] 説明の追記。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 9月 29日 (水) 20:14:29 JST


Revision: 4116
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4116
Author:   yutakapon
Date:     2010-09-29 20:14:29 +0900 (Wed, 29 Sep 2010)

Log Message:
-----------
説明の追記。

Modified Paths:
--------------
    trunk/doc/en/html/macro/command/beep.html
    trunk/doc/ja/html/macro/command/beep.html


-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/beep.html
===================================================================
--- trunk/doc/en/html/macro/command/beep.html	2010-09-29 10:50:13 UTC (rev 4115)
+++ trunk/doc/en/html/macro/command/beep.html	2010-09-29 11:14:29 UTC (rev 4116)
@@ -17,10 +17,23 @@
 Makes a beep sound.
 </p>
 
+<pre class="macro-syntax">
+beep
+</pre>
+
+<h2>Remarks</h2>
+
+<p>
+Plays a waveform sound(Windows Default Beep sound).
+</p>
+
 <h2>Example</h2>
 
 <pre class="macro-example">
-beep
+for i 1 10
+	beep
+	pause 1
+next
 </pre>
 
 </body>

Modified: trunk/doc/ja/html/macro/command/beep.html
===================================================================
--- trunk/doc/ja/html/macro/command/beep.html	2010-09-29 10:50:13 UTC (rev 4115)
+++ trunk/doc/ja/html/macro/command/beep.html	2010-09-29 11:14:29 UTC (rev 4116)
@@ -17,10 +17,23 @@
 ƒr[ƒv‰¹‚ð–‚炷B
 </p>
 
+<pre class="macro-syntax">
+beep
+</pre>
+
+<h2>‰ðà</h2>
+
+<p>
+WAVE Œ`Ž®‚̃TƒEƒ“ƒhiSystemDefaultGˆê”Ê‚ÌŒx‰¹j‚ðÄ¶‚·‚éB
+</p>
+
 <h2>—á</h2>
 
 <pre class="macro-example">
-beep
+for i 1 10
+	beep
+	pause 1
+next
 </pre>
 
 </body>



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