[Ttssh2-commit] [6195] ドキュメント更新 コマンドライン引数について追記・修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 12月 7日 (月) 20:51:17 JST


Revision: 6195
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6195
Author:   maya
Date:     2015-12-07 20:51:16 +0900 (Mon, 07 Dec 2015)
Log Message:
-----------
ドキュメント更新 コマンドライン引数について追記・修正

Modified Paths:
--------------
    trunk/doc/en/html/commandline/teraterm.html
    trunk/doc/en/html/commandline/ttssh.html
    trunk/doc/ja/html/commandline/teraterm.html
    trunk/doc/ja/html/commandline/ttssh.html

-------------- next part --------------
Modified: trunk/doc/en/html/commandline/teraterm.html
===================================================================
--- trunk/doc/en/html/commandline/teraterm.html	2015-12-07 10:29:32 UTC (rev 6194)
+++ trunk/doc/en/html/commandline/teraterm.html	2015-12-07 11:51:16 UTC (rev 6195)
@@ -82,12 +82,12 @@
   <dd>Enable displaying the "New connection" dialog on startup</dd>
 
   <dt id="f">/F=&lt;setup file&gt;</dt>
-  <dd>Setup file <a href="#note2">[2]</a><br>
+  <dd>Setup file</a><br>
       <span class="syntax">/F=TERATERM.INI</span> (default)<br>
       If this value is not a full path, it is understood as a relative path from ttermpro.exe.</dd>
 
   <dt id="fd">/FD=&lt;file transfer directory&gt;</dt>
-  <dd>File transfer directory <a href="#note2">[2]</a></dd>
+  <dd>File transfer directory</dd>
 
   <dt id="h">/H</dt>
   <dd>Hide title bar.</dd>
@@ -96,7 +96,7 @@
   <dd>Iconify Tera Term window.</dd>
 
   <dt id="k">/K=&lt;keyboard setup file&gt;</dt>
-  <dd>Keyboard setup file <a href="#note2">[2]</a><br>
+  <dd>Keyboard setup file<br>
       <span class="syntax">/K=KEYBOARD.CNF</span> (default)<br>
       If this value is not a full path, it is understood as a relative path from ttermpro.exe.</dd>
 
@@ -122,7 +122,7 @@
       </ul></dd>
 
   <dt id="l">/L=&lt;log file&gt;</dt>
-  <dd>Start Tera Term with logging. <a href="#note2">[2]</a></dd>
+  <dd>Start Tera Term with logging.</dd>
 
   <dt id="la">/LA=&lt;language&gt;</dt>
   <dd>Language mode.
@@ -135,11 +135,11 @@
       </ul></dd>
 
   <dt id="m">/M=&lt;macro file&gt;</dt>
-  <dd>Start Tera Term with macro. <a href="#note2">[2]</a><br>
+  <dd>Start Tera Term with macro.<br>
       If this value is not a full path, it is understood as a relative path from ttermpro.exe.</dd>
 
   <dt id="mn">/MN=&lt;multicastname&gt;</dt>
-  <dd>Multicast name for <a href="../macro/command/sendmulticast.html">sendmulticast</a> macro command. <a href="#note2">[2]</a></dd>
+  <dd>Multicast name for <a href="../macro/command/sendmulticast.html">sendmulticast</a> macro command.</dd>
 
   <dt id="nolog">/NOLOG</dt>
   <dd>Start Tera Term without logging.</dd>
@@ -148,7 +148,7 @@
   <dd>TCP port number</dd>
 
   <dt id="r">/R=&lt;replay file&gt;</dt>
-  <dd>Replay file <a href="#note2">[2]</a></dd>
+  <dd>Replay file</dd>
 
   <dt id="t">/T=&lt;telnet flag&gt;</dt>
   <dd><ul>
@@ -169,8 +169,7 @@
   <dd>VT window icon. Could be specified the same value of <a href="../setup/teraterm-win.html#WindowIcon">VTIcon of setup file</a>.</dd>
 
   <dt id="w">/W=&lt;window title&gt;</dt>
-  <dd>Window title <a href="#note2">[2]</a><br>
-      A user should put the window title in quotations by using `"' character two times to include the character.</dd>
+  <dd>Window title</dd>
 
   <dt id="x">/X=&lt;window position (x)&gt;</dt>
   <dd>Windows position (horizontal)</dd>
@@ -245,13 +244,16 @@
 </p>
 
 <p id="note2">
-[2] Quote the multicast name when the name includes the space and `"' character. And then, a user should put the window title in quotations by using `"' character two times to include the character.<br>
+[2] If the parameter value can include the space character and semicolon, a user should put the value in quotations by using `"' character.<br />
+If the value includes the `"' character, the user should write the `"' character two times.
+</p>
+
 <pre>
 /F="C:\Document and Settings\user\My Documents\teraterm\server1.INI"
 /W="Tera Term"
 /W="""Tera Term"""
+/W="Tera;Term"
 </pre>
-</p>
 
 <h2 id="refs">See also</h2>
 

Modified: trunk/doc/en/html/commandline/ttssh.html
===================================================================
--- trunk/doc/en/html/commandline/ttssh.html	2015-12-07 10:29:32 UTC (rev 6194)
+++ trunk/doc/en/html/commandline/ttssh.html	2015-12-07 11:51:16 UTC (rev 6195)
@@ -163,8 +163,10 @@
 
 </dl>
 
-<p>If the value can include the space character and semicolon, a user should put the value in quotations by using `"' character.<br>
-If the value includes the `"' character, the user should write the `"' character two times.</p>
+<p>
+If the parameter value can include the space character and semicolon, a user should put the value in quotations by using `"' character.<br />
+If the value includes the `"' character, the user should write the `"' character two times.
+</p>
 
 
 <h2 id="example1">Example</h2>

Modified: trunk/doc/ja/html/commandline/teraterm.html
===================================================================
--- trunk/doc/ja/html/commandline/teraterm.html	2015-12-07 10:29:32 UTC (rev 6194)
+++ trunk/doc/ja/html/commandline/teraterm.html	2015-12-07 11:51:16 UTC (rev 6195)
@@ -87,12 +87,12 @@
   <dd>\x8BN\x93\xAE\x8E\x9E\x82\xC9 "New connection" \x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9</dd>
 
   <dt id="f">/F=&lt;setup file&gt;</dt>
-  <dd>\x90ݒ\xE8\x83t\x83@\x83C\x83\x8B <a href="#note2">[2]</a><br>
+  <dd>\x90ݒ\xE8\x83t\x83@\x83C\x83\x8B<br>
       <span class="syntax">/F=TERATERM.INI</span> (\x8Fȗ\xAA\x8E\x9E)<br>
       \x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xAA\x90\xE2\x91΃p\x83X\x82łȂ\xA2\x82Ƃ\xAB\x82́Attermpro.exe \x82\xA9\x82\xE7\x82̑\x8A\x91΃p\x83X\x82ƌ\xA9\x82Ȃ\xB3\x82\xEA\x82܂\xB7\x81B</dd>
 
   <dt id="fd">/FD=&lt;file transfer directory&gt;</dt>
-  <dd>\x83t\x83@\x83C\x83\x8B\x93]\x91\x97\x97p\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A <a href="#note2">[2]</a></dd>
+  <dd>\x83t\x83@\x83C\x83\x8B\x93]\x91\x97\x97p\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A</dd>
 
   <dt id="h">/H</dt>
   <dd>\x83^\x83C\x83g\x83\x8B\x83o\x81[\x82\xF0\x89B\x82\xB7</dd>
@@ -101,7 +101,7 @@
   <dd>\x8BN\x93\xAE\x8E\x9E\x82ɃA\x83C\x83R\x83\x93\x8F\xF3\x91Ԃɂ\xB7\x82\xE9</dd>
 
   <dt id="k">/K=&lt;keyboard setup file&gt;</dt>
-  <dd>\x83L\x81[\x83{\x81[\x83h\x90ݒ\xE8\x83t\x83@\x83C\x83\x8B <a href="#note2">[2]</a><br>
+  <dd>\x83L\x81[\x83{\x81[\x83h\x90ݒ\xE8\x83t\x83@\x83C\x83\x8B<br>
       <span class="syntax">/K=KEYBOARD.CNF</span> (\x8Fȗ\xAA\x8E\x9E)<br>
       \x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xAA\x90\xE2\x91΃p\x83X\x82łȂ\xA2\x82Ƃ\xAB\x82́Attermpro.exe \x82\xA9\x82\xE7\x82̑\x8A\x91΃p\x83X\x82ƌ\xA9\x82Ȃ\xB3\x82\xEA\x82܂\xB7\x81B</dd>
 
@@ -127,7 +127,7 @@
       </ul></dd>
 
   <dt id="l">/L=&lt;log file&gt;</dt>
-  <dd>\x8BN\x93\xAE\x8E\x9E\x82Ƀ\x8D\x83O\x82\xF0\x8AJ\x8En <a href="#note2">[2]</a></dd>
+  <dd>\x8BN\x93\xAE\x8E\x9E\x82Ƀ\x8D\x83O\x82\xF0\x8AJ\x8En</dd>
 
   <dt id="la">/LA=&lt;language&gt;</dt>
   <dd>\x8C\xBE\x8Cꃂ\x81[\x83h
@@ -140,11 +140,11 @@
       </ul></dd>
 
   <dt id="m">/M=&lt;macro file&gt;</dt>
-  <dd>\x8BN\x93\xAE\x8E\x9E\x82Ƀ}\x83N\x83\x8D\x82\xF0\x8E\xC0\x8Ds <a href="#note2">[2]</a><br>
+  <dd>\x8BN\x93\xAE\x8E\x9E\x82Ƀ}\x83N\x83\x8D\x82\xF0\x8E\xC0\x8Ds<br>
       \x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xAA\x90\xE2\x91΃p\x83X\x82łȂ\xA2\x82Ƃ\xAB\x82́Attermpro.exe \x82\xA9\x82\xE7\x82̑\x8A\x91΃p\x83X\x82ƌ\xA9\x82Ȃ\xB3\x82\xEA\x82܂\xB7\x81B</dd>
 
   <dt id="mn">/MN=&lt;multicastname&gt;</dt>
-  <dd><a href="../macro/command/sendmulticast.html">sendmulticast</a> \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82Ŏw\x92肷\x82邽\x82߂̃}\x83\x8B\x83`\x83L\x83\x83\x83X\x83g\x96\xBC <a href="#note2">[2]</a></dd>
+  <dd><a href="../macro/command/sendmulticast.html">sendmulticast</a> \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82Ŏw\x92肷\x82邽\x82߂̃}\x83\x8B\x83`\x83L\x83\x83\x83X\x83g\x96\xBC</dd>
 
   <dt id="nolog">/NOLOG</dt>
   <dd>\x8BN\x93\xAE\x8E\x9E\x82Ƀ\x8D\x83O\x82\xF0\x8AJ\x8En\x82\xB5\x82Ȃ\xA2</dd>
@@ -153,7 +153,7 @@
   <dd>TCP \x83|\x81[\x83g\x94ԍ\x86</dd>
 
   <dt id="r">/R=&lt;replay file&gt;</dt>
-  <dd>\x83t\x83@\x83C\x83\x8B\x82\xF0\x8DĐ\xB6 <a href="#note2">[2]</a></dd>
+  <dd>\x83t\x83@\x83C\x83\x8B\x82\xF0\x8DĐ\xB6</dd>
 
   <dt id="t">/T=&lt;telnet flag&gt;</dt>
   <dd><ul>
@@ -174,7 +174,7 @@
   <dd>VT\x83E\x83C\x83\x93\x83h\x83E\x82̃E\x83C\x83\x93\x83h\x83E\x83A\x83C\x83R\x83\x93\x82\xF0\x8Ew\x92肷\x82\xE9\x81Bicon name\x82ɂ́A\x90ݒ\xE8\x83t\x83@\x83C\x83\x8B\x82\xCC<a href="../setup/teraterm-win.html#WindowIcon">VTIcon\x90ݒ\xE8</a>\x82Ɠ\xAF\x82\xB6\x95\xA8\x82\xAA\x8Eg\x97p\x82ł\xAB\x82\xE9\x81B</dd>
 
   <dt id="w">/W=&lt;window title&gt;</dt>
-  <dd>\x83E\x83B\x83\x93\x83h\x83E\x82̃^\x83C\x83g\x83\x8B <a href="#note2">[2]</a></dd>
+  <dd>\x83E\x83B\x83\x93\x83h\x83E\x82̃^\x83C\x83g\x83\x8B</dd>
 
   <dt id="x">/X=&lt;window position (x)&gt;</dt>
   <dd>\x83E\x83B\x83\x93\x83h\x83E\x82̈ʒu(\x90\x85\x95\xBD)</dd>
@@ -249,14 +249,18 @@
 </p>
 
 <p id="note2">
-[2] \x83p\x83\x89\x83\x81\x81[\x83^\x82̒l\x82ɃX\x83y\x81[\x83X\x82\xE2 `"' \x82\xF0\x8A܂߂邽\x82߂ɂ́A\x92l\x91S\x91̂\xF0 `"' \x82ň͂\xF1\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B\x82\xB1\x82̏ꍇ\x81A\x92l\x82\xC9 " \x82\xF0\x8A܂߂邽\x82߂ɂ́A\x98A\x91\xB1\x82\xB5\x82\xBD `"'("") \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+[2] \x83p\x83\x89\x83\x81\x81[\x83^\x82̒l\x82ɃX\x83y\x81[\x83X\x82\xE2 `"' \x82\xF0\x8A܂߂邽\x82߂ɂ́A\x92l\x91S\x91̂\xF0 `"' \x82ň͂\xF1\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B<br />
+\x92l\x82\xC9 " \x82\xF0\x8A܂߂邽\x82߂ɂ́A\x98A\x91\xB1\x82\xB5\x82\xBD `"'("") \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+</p>
+
 <pre>
 /F="C:\Document and Settings\user\My Documents\teraterm\server1.INI"
 /W="Tera Term"
 /W="""Tera Term"""
+/W="Tera;Term"
 </pre>
-</p>
 
+
 <h2 id="refs">\x8EQ\x8F\xC6</h2>
 
 <p>

Modified: trunk/doc/ja/html/commandline/ttssh.html
===================================================================
--- trunk/doc/ja/html/commandline/ttssh.html	2015-12-07 10:29:32 UTC (rev 6194)
+++ trunk/doc/ja/html/commandline/ttssh.html	2015-12-07 11:51:16 UTC (rev 6195)
@@ -163,8 +163,10 @@
 
 </dl>
 
-<p>\x92l\x82ɃX\x83y\x81[\x83X\x82\xE2\x83Z\x83~\x83R\x83\x8D\x83\x93\x82\xF0\x8A܂߂邽\x82߂ɂ́A\x92l\x91S\x91̂\xF0 `"' \x82ň͂\xF1\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B<br>
-\x92l\x82\xC9 `"' \x82\xF0\x8A܂߂邽\x82߂ɂ́A\x98A\x91\xB1\x82\xB5\x82\xBD `"'("") \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B</p>
+<p>
+\x83p\x83\x89\x83\x81\x81[\x83^\x82̒l\x82ɃX\x83y\x81[\x83X\x82\xE2\x83Z\x83~\x83R\x83\x8D\x83\x93\x82\xF0\x8A܂߂邽\x82߂ɂ́A\x92l\x91S\x91̂\xF0 `"' \x82ň͂\xF1\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B<br />
+\x92l\x82\xC9 `"' \x82\xF0\x8A܂߂邽\x82߂ɂ́A\x98A\x91\xB1\x82\xB5\x82\xBD `"'("") \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+</p>
 
 
 <h2 id="example1">\x97\xE1</h2>



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