Revision: 7919 https://osdn.net/projects/ttssh2/scm/svn/commits/7919 Author: kazuya_jimba Date: 2019-08-07 10:26:21 +0900 (Wed, 07 Aug 2019) Log Message: ----------- Tag の記述誤りを訂正した Modified Paths: -------------- trunk/doc/en/html/about/ctrlseq.html trunk/doc/en/html/about/history.html trunk/doc/en/html/commandline/ttssh.html trunk/doc/en/html/menu/setup-additional.html trunk/doc/en/html/menu/setup-font.html trunk/doc/en/html/menu/setup-sshkeygenerator.html trunk/doc/en/html/menu/setup-window.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/commandline/ttssh.html trunk/doc/ja/html/macro/howtorun.html trunk/doc/ja/html/menu/setup-sshkeygenerator.html trunk/doc/ja/html/menu/setup-window.html -------------- next part -------------- Modified: trunk/doc/en/html/about/ctrlseq.html =================================================================== --- trunk/doc/en/html/about/ctrlseq.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/about/ctrlseq.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -947,7 +947,7 @@ <!-- tr><td> 13 </td> <td>Change VT Window's mouse cursor color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr --> <!-- tr><td> 14 </td> <td>Change VT Window's mouse cursor background color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr --> <tr><td> 15 </td> <td>Change TEK Window's text color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr> -<tr><td> 16 </td> <td>Change TEK Window's background color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr --> +<tr><td> 16 </td> <td>Change TEK Window's background color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr> <!-- tr><td> 17 </td> <td>Change hightlight background color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr --> <!-- tr><td> 18 </td> <td>Change TEK Window's cursor color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr --> <!-- tr><td> 19 </td> <td>Change hightlight text color to <i>Pt</i>. Format of <i>Pt</i> is same as OSC 4's <i>spec</i>. </td></tr --> @@ -971,7 +971,7 @@ <!-- tr><td> 113 </td> <td>Reset VT Window's mouse cursor color. </td></tr --> <!-- tr><td> 114 </td> <td>Reset VT Window's mouse cursor background color. </td></tr --> <tr><td> 115 </td> <td>Reset TEK Window's text color. </td></tr> -<tr><td> 116 </td> <td>Reset TEK Window's background color. </td></tr --> +<tr><td> 116 </td> <td>Reset TEK Window's background color. </td></tr> <!-- tr><td> 117 </td> <td>Reset hightlight background color. </td></tr --> <!-- tr><td> 118 </td> <td>Reset TEK Window's cursor text color. </td></tr --> <!-- tr><td> 119 </td> <td>Reset hightlight text color. </td></tr --> Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/about/history.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -3281,7 +3281,7 @@ </ul></li> <li>The minimum group size of the Diffie-Hellman group exchange key exchange method is increased to 2048. (RFC 8270) <ul> - <li>To change to the previous behavior, set the GexMinimalGroupSize entry in teraterm.ini file to 1024.</li></li> + <li>To change to the previous behavior, set the GexMinimalGroupSize entry in teraterm.ini file to 1024.</li> </ul></li> </ul> </li> Modified: trunk/doc/en/html/commandline/ttssh.html =================================================================== --- trunk/doc/en/html/commandline/ttssh.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/commandline/ttssh.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -181,7 +181,7 @@ If the value includes the `"' character, the user should write the `"' character two times. (version 4.63(TTSSH 2.51) or later) </p> <p> -</strong><br />Old specification</strong><br /> +<strong>Old specification</strong><br /> If the value include the '@', the user should put write `@' character. If the value includes the `@' character, the user should write the `@' character two times. (version 4.10 to 4.62(TTSSH 1.08 to 2.50)) </p> Modified: trunk/doc/en/html/menu/setup-additional.html =================================================================== --- trunk/doc/en/html/menu/setup-additional.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/menu/setup-additional.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -63,10 +63,10 @@ <dd>Displays hostname or serial port name</dd> <dt>Display session number</dt> - <dd>Displays session number</dt> + <dd>Displays session number</dd> <dt>Display VT/TEK</dt> - <dd>Displays VT or TEK</dt> + <dd>Displays VT or TEK</dd> <dt>Swap hostname and title position</dt> <dd>Swaps the hostname and <a href="setup-window.html#Title">title text</a>, displays hostname first.</dd> Modified: trunk/doc/en/html/menu/setup-font.html =================================================================== --- trunk/doc/en/html/menu/setup-font.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/menu/setup-font.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -55,5 +55,6 @@ When the dialog font is set to very large size and wide font, displayed font may be corrupted, and also you may not press [ok] button because the dialog goes out of screen. </li> + </ul> </body> </html> Modified: trunk/doc/en/html/menu/setup-sshkeygenerator.html =================================================================== --- trunk/doc/en/html/menu/setup-sshkeygenerator.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/menu/setup-sshkeygenerator.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -70,6 +70,6 @@ <dd>Save private key<br /> The private key is encrypted by the AES-128 algorithm. The key is encrypted by the 3DES into the Tera Term 4.76(TTSSH 2.63) before.</dd> - <dl> + </dl> </body> </html> Modified: trunk/doc/en/html/menu/setup-window.html =================================================================== --- trunk/doc/en/html/menu/setup-window.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/en/html/menu/setup-window.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -108,7 +108,7 @@ Specifies the RGB value of the character color. </dd> - <dt id="UseNormalBGColor">Always use Normal text's BG</td> + <dt id="UseNormalBGColor">Always use Normal text's BG</dt> <dd> If this option is ON, Tera Term uses Normal background color instead of Bold, Blink and URL's background color. </dd> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/ja/html/about/history.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -164,7 +164,7 @@ <ul> <li>\x95\xA1\x90\x94\x83t\x83@\x83C\x83\x8B\x82̃h\x83\x89\x83b\x83O&\x83h\x83\x8D\x83b\x83v\x82ɑΉ\x9E\x82\xB5\x82\xBD\x81B</li> <li><a href="../usage/mouse.html#dragdropwindow">\x83t\x83@\x83C\x83\x8B\x82\xF0\x83h\x83\x89\x83b\x83O&\x83h\x83\x8D\x83b\x83v\x82\xB5\x82\xBD\x82Ƃ\xAB\x82ɕ\\x8E\xA6\x82\xB3\x82\xEA\x82\xE9\x83_\x83C\x83A\x83\x8D\x83O</a>\x82\xF0\x8B@\x94\\x8B\xAD\x89\xBB\x82\xB5\x82\xBD\x81B</li> - <li><a href="../menu/setup-terminal.html#TermIsWin">Term size = win size</a> \x90ݒ肪 on \x82̏ꍇ\x82́A\x83^\x83C\x83g\x83\x8B\x83o\x81[\x82\xF0\x83_\x83u\x83\x8B\x83N\x83\x8A\x83b\x83N\x82\xB5\x82\xBD\x8E\x9E\x82ɃE\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x82\xF0\x8Dő剻\x82\xB7\x82\xE9\x82悤\x82ɕύX\x82\xB5\x82\xBD\x81B</a> + <li><a href="../menu/setup-terminal.html#TermIsWin">Term size = win size</a> \x90ݒ肪 on \x82̏ꍇ\x82́A\x83^\x83C\x83g\x83\x8B\x83o\x81[\x82\xF0\x83_\x83u\x83\x8B\x83N\x83\x8A\x83b\x83N\x82\xB5\x82\xBD\x8E\x9E\x82ɃE\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x82\xF0\x8Dő剻\x82\xB7\x82\xE9\x82悤\x82ɕύX\x82\xB5\x82\xBD\x81B</li> <li><a href="../menu/setup-additional.html#TitleFormat">Additional settings\x83_\x83C\x83A\x83\x8D\x83O</a>\x82\xCC General \x83^\x83u\x82\xC9<a href="../setup/teraterm-win.html#title">\x83^\x83C\x83g\x83\x8B\x8C`\x8E\xAE\x82̐ݒ\xE8</a>\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> </ul> </li> Modified: trunk/doc/ja/html/commandline/ttssh.html =================================================================== --- trunk/doc/ja/html/commandline/ttssh.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/ja/html/commandline/ttssh.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -168,7 +168,7 @@ <dt id="ssh-subsystem">/ssh-subsystem=<subsystem></dt> <dd>\x83V\x83F\x83\x8B\x82ł͂Ȃ\xAD<subsystem>\x82Ŏw\x92肵\x82\xBD\x83T\x83u\x83V\x83X\x83e\x83\x80\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x81B</dd> - <dt id="ssh-N">/ssh-N</td> + <dt id="ssh-N">/ssh-N</dt> <dd>\x90ڑ\xB1\x8E\x9E\x82ɃV\x83F\x83\x8B\x83Z\x83b\x83V\x83\x87\x83\x93\x82\xF0\x8AJ\x8En\x82\xB5\x82Ȃ\xA2\x81B</dd> <dt id="nosecuritywarning">/nosecuritywarning</dt> Modified: trunk/doc/ja/html/macro/howtorun.html =================================================================== --- trunk/doc/ja/html/macro/howtorun.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/ja/html/macro/howtorun.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -6,7 +6,7 @@ <TITLE>\x83}\x83N\x83\x8D\x8E\xC0\x8Ds\x96@</TITLE> <META http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="../style.css" type="text/css"> -</HEA> +</HEAD> <BODY> <h1>\x83}\x83N\x83\x8D\x8E\xC0\x8Ds\x96@</h1> Modified: trunk/doc/ja/html/menu/setup-sshkeygenerator.html =================================================================== --- trunk/doc/ja/html/menu/setup-sshkeygenerator.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/ja/html/menu/setup-sshkeygenerator.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -70,6 +70,6 @@ <dt id="save_private">Save private key</dt> <dd>\x90\xB6\x90\xAC\x82\xB5\x82\xBD\x94閧\x8C\xAE\x82\xF0\x95ۑ\xB6\x82\xB5\x82܂\xB7\x81B<br /> \x94閧\x8C\xAE\x82\xCD AES-128 \x82ňÍ\x86\x89\xBB\x82\xB3\x82\xEA\x82܂\xB7\x81B(Tera Term 4.76(TTSSH 2.63) \x82܂ł\xCD 3DES \x82ňÍ\x86\x89\xBB\x82\xB3\x82\xEA\x82܂\xB5\x82\xBD)</dd> - <dl> + </dl> </body> </html> Modified: trunk/doc/ja/html/menu/setup-window.html =================================================================== --- trunk/doc/ja/html/menu/setup-window.html 2019-08-06 03:27:26 UTC (rev 7918) +++ trunk/doc/ja/html/menu/setup-window.html 2019-08-07 01:26:21 UTC (rev 7919) @@ -107,7 +107,7 @@ \x8Ew\x92肵\x82\xBD\x95\xB6\x8E\x9A\x91\xAE\x90\xAB\x82̐F\x82\xCCRGB\x92l\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B </dd> - <dt id="UseNormalBGColor">Always use Normal text's BG</td> + <dt id="UseNormalBGColor">Always use Normal text's BG</dt> <dd> On\x82ɂ\xB7\x82\xE9\x82ƁABold, Blink, URL\x91\xAE\x90\xAB\x82̔w\x8Ci\x90F\x82̐ݒ\xE8\x82͖\xB3\x8E\x8B\x82\xB3\x82\xEA\x81A Normal\x82̔w\x8Ci\x90F\x82\xAA\x8Eg\x82\xED\x82\xEA\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B