svnno****@sourc*****
svnno****@sourc*****
2013年 1月 8日 (火) 17:09:51 JST
Revision: 5112 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5112 Author: doda Date: 2013-01-08 17:09:50 +0900 (Tue, 08 Jan 2013) Log Message: ----------- パス区切り文字を / へ修正 Modified Paths: -------------- trunk/doc/en/html/macro/command/doloop.html trunk/doc/en/html/macro/command/ifthenelseif.html trunk/doc/en/html/macro/command/intdim.html trunk/doc/en/html/macro/command/strdim.html trunk/doc/en/html/macro/command/until.html trunk/doc/en/html/macro/command/while.html trunk/doc/ja/html/macro/command/doloop.html trunk/doc/ja/html/macro/command/ifthenelseif.html trunk/doc/ja/html/macro/command/intdim.html trunk/doc/ja/html/macro/command/strdim.html trunk/doc/ja/html/macro/command/until.html trunk/doc/ja/html/macro/command/while.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/doloop.html =================================================================== --- trunk/doc/en/html/macro/command/doloop.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/en/html/macro/command/doloop.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -54,7 +54,7 @@ <h2>Reference</h2> -<a href="..\syntax\expressions.html">Expressions and operators</a><br> +<a href="../syntax/expressions.html">Expressions and operators</a><br> <a href="fornext.html">for, next</a><br> <a href="until.html">until, enduntil</a><br> <a href="while.html">while, endwhile</a><br> Modified: trunk/doc/en/html/macro/command/ifthenelseif.html =================================================================== --- trunk/doc/en/html/macro/command/ifthenelseif.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/en/html/macro/command/ifthenelseif.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -98,7 +98,7 @@ <h2>Reference</h2> -<a href="..\syntax\expressions.html">Expressions and operators</a><br> +<a href="../syntax/expressions.html">Expressions and operators</a><br> </body> </html> Modified: trunk/doc/en/html/macro/command/intdim.html =================================================================== --- trunk/doc/en/html/macro/command/intdim.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/en/html/macro/command/intdim.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -128,7 +128,7 @@ <h2>See also</h2> -<a href="..\syntax\types.html">Types</a><br> +<a href="../syntax/types.html">Types</a><br> </body> </html> Modified: trunk/doc/en/html/macro/command/strdim.html =================================================================== --- trunk/doc/en/html/macro/command/strdim.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/en/html/macro/command/strdim.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -49,7 +49,7 @@ <h2>See also</h2> -<a href="..\syntax\types.html">Types</a><br> +<a href="../syntax/types.html">Types</a><br> </body> </html> Modified: trunk/doc/en/html/macro/command/until.html =================================================================== --- trunk/doc/en/html/macro/command/until.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/en/html/macro/command/until.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -42,7 +42,7 @@ <h2>Reference</h2> -<a href="..\syntax\expressions.html">Expressions and operators</a><br> +<a href="../syntax/expressions.html">Expressions and operators</a><br> <a href="doloop.html">do, loop</a><br> <a href="fornext.html">for, next</a><br> <a href="while.html">while, endwhile</a><br> Modified: trunk/doc/en/html/macro/command/while.html =================================================================== --- trunk/doc/en/html/macro/command/while.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/en/html/macro/command/while.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -42,7 +42,7 @@ <h2>Reference</h2> -<a href="..\syntax\expressions.html">Expressions and operators</a><br> +<a href="../syntax/expressions.html">Expressions and operators</a><br> <a href="doloop.html">do, loop</a><br> <a href="fornext.html">for, next</a><br> <a href="until.html">until, enduntil</a><br> Modified: trunk/doc/ja/html/macro/command/doloop.html =================================================================== --- trunk/doc/ja/html/macro/command/doloop.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/ja/html/macro/command/doloop.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -54,7 +54,7 @@ <h2>\x8EQ\x8F\xC6</h2> -<a href="..\syntax\expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> +<a href="../syntax/expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> <a href="fornext.html">for, next</a><br> <a href="until.html">until, enduntil</a><br> <a href="while.html">while, endwhile</a><br> Modified: trunk/doc/ja/html/macro/command/ifthenelseif.html =================================================================== --- trunk/doc/ja/html/macro/command/ifthenelseif.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/ja/html/macro/command/ifthenelseif.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -99,7 +99,7 @@ <h2>\x8EQ\x8F\xC6</h2> -<a href="..\syntax\expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> +<a href="../syntax/expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> </body> </html> Modified: trunk/doc/ja/html/macro/command/intdim.html =================================================================== --- trunk/doc/ja/html/macro/command/intdim.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/ja/html/macro/command/intdim.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -129,7 +129,7 @@ <h2>\x8EQ\x8F\xC6</h2> -<a href="..\syntax\types.html">\x83f\x81[\x83^\x8C^</a><br> +<a href="../syntax/types.html">\x83f\x81[\x83^\x8C^</a><br> </body> </html> Modified: trunk/doc/ja/html/macro/command/strdim.html =================================================================== --- trunk/doc/ja/html/macro/command/strdim.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/ja/html/macro/command/strdim.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -49,7 +49,7 @@ <h2>\x8EQ\x8F\xC6</h2> -<a href="..\syntax\types.html">\x83f\x81[\x83^\x8C^</a><br> +<a href="../syntax/types.html">\x83f\x81[\x83^\x8C^</a><br> </body> </html> Modified: trunk/doc/ja/html/macro/command/until.html =================================================================== --- trunk/doc/ja/html/macro/command/until.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/ja/html/macro/command/until.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -42,7 +42,7 @@ <h2>\x8EQ\x8F\xC6</h2> -<a href="..\syntax\expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> +<a href="../syntax/expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> <a href="doloop.html">do, loop</a><br> <a href="fornext.html">for, next</a><br> <a href="while.html">while, endwhile</a><br> Modified: trunk/doc/ja/html/macro/command/while.html =================================================================== --- trunk/doc/ja/html/macro/command/while.html 2013-01-08 03:27:21 UTC (rev 5111) +++ trunk/doc/ja/html/macro/command/while.html 2013-01-08 08:09:50 UTC (rev 5112) @@ -42,7 +42,7 @@ <h2>\x8EQ\x8F\xC6</h2> -<a href="..\syntax\expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> +<a href="../syntax/expressions.html">\x8E\xAE\x82Ɖ\x89\x8EZ\x8Eq</a><br> <a href="doloop.html">do, loop</a><br> <a href="fornext.html">for, next</a><br> <a href="until.html">until, enduntil</a><br>