[Ttssh2-commit] [6648] typo fix.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 3月 22日 (水) 18:19:57 JST


Revision: 6648
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6648
Author:   doda
Date:     2017-03-22 18:19:57 +0900 (Wed, 22 Mar 2017)
Log Message:
-----------
typo fix.

Modified Paths:
--------------
    trunk/doc/en/html/macro/commandline.html
    trunk/doc/en/html/macro/syntax/lineformats.html
    trunk/doc/en/html/macro/syntax/variables.html
    trunk/doc/ja/html/macro/syntax/lineformats.html

-------------- next part --------------
Modified: trunk/doc/en/html/macro/commandline.html
===================================================================
--- trunk/doc/en/html/macro/commandline.html	2017-03-22 09:19:54 UTC (rev 6647)
+++ trunk/doc/en/html/macro/commandline.html	2017-03-22 09:19:57 UTC (rev 6648)
@@ -29,7 +29,7 @@
   <dt>&lt;macro file&gt;</dt>
   <dd>Macro filename.<br>
       If this value is not a full path, it is understood as a relative path from ttpmacro.exe.<br>
-      The filename(path excluded) is stored in the system variable "param1" and "parasm[1]".
+      The filename(path excluded) is stored in the system variable "param1" and "params[1]".
   </dd>
 
   <dt>&lt;parameters&gt;</dt>
@@ -41,8 +41,7 @@
 
 <h2>System variables</h2>
 <p>
-<a href="syntax/variables.html">System variables</a> of command line configuration
-are as follow.
+<a href="syntax/variables.html">System variables</a> of command line configuration are as follow.
 </p>
 <dl>
   <dt>params</dt>

Modified: trunk/doc/en/html/macro/syntax/lineformats.html
===================================================================
--- trunk/doc/en/html/macro/syntax/lineformats.html	2017-03-22 09:19:54 UTC (rev 6647)
+++ trunk/doc/en/html/macro/syntax/lineformats.html	2017-03-22 09:19:57 UTC (rev 6648)
@@ -50,7 +50,7 @@
     &lt;command&gt; &lt;parameter&gt; ...
 
 Example:
-    connect'myhost'
+    connect 'myhost'
     wait 'OK' 'ERROR'
     if result=2 goto error
     sendln 'cat'

Modified: trunk/doc/en/html/macro/syntax/variables.html
===================================================================
--- trunk/doc/en/html/macro/syntax/variables.html	2017-03-22 09:19:54 UTC (rev 6647)
+++ trunk/doc/en/html/macro/syntax/variables.html	2017-03-22 09:19:57 UTC (rev 6648)
@@ -171,7 +171,7 @@
 <ul>
 <li><a name="note1" href="#ref1">*1</a>
   When MACRO program is started, the first parameter(macro filename) is stored into param1 and params[1].
-  From the second to the nineth parameters are stored into from param2 to param9, and from params[2] to params[9].
+  From the second to the ninth parameters are stored into from param2 to param9, and from params[2] to params[9].
   The tenth or later parameter is stored into params[10] or later.
   Please refer to <a href="../commandline.html">Command line</a>.
 </li>

Modified: trunk/doc/ja/html/macro/syntax/lineformats.html
===================================================================
--- trunk/doc/ja/html/macro/syntax/lineformats.html	2017-03-22 09:19:54 UTC (rev 6647)
+++ trunk/doc/ja/html/macro/syntax/lineformats.html	2017-03-22 09:19:57 UTC (rev 6648)
@@ -49,7 +49,7 @@
     &lt;\x83R\x83}\x83\x93\x83h&gt; &lt;\x83p\x83\x89\x83\x81\x81[\x83^&gt; ...
 
 \x97\xE1:
-    connect'myhost'
+    connect 'myhost'
     wait 'OK' 'ERROR'
     if result=2 goto error
     sendln 'cat'



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