[ttssh2-commit] [10809] 変数名・ラベル名の最大長が誤っているのを修正

Zurück zum Archiv-Index
scmno****@osdn***** scmno****@osdn*****
2023年 7月 29日 (土) 00:02:36 JST


Revision: 10809
          https://osdn.net/projects/ttssh2/scm/svn/commits/10809
Author:   nmaya
Date:     2023-07-29 00:02:36 +0900 (Sat, 29 Jul 2023)
Log Message:
-----------
変数名・ラベル名の最大長が誤っているのを修正

32->31

ticket #39729

Ticket Links:
------------
    https://osdn.net/projects/ttssh2/tracker/detail/39729

Modified Paths:
--------------
    branches/4-stable/doc/en/html/macro/syntax/identifiers.html
    branches/4-stable/doc/ja/html/macro/syntax/identifiers.html

-------------- next part --------------
Modified: branches/4-stable/doc/en/html/macro/syntax/identifiers.html
===================================================================
--- branches/4-stable/doc/en/html/macro/syntax/identifiers.html	2023-07-23 14:51:08 UTC (rev 10808)
+++ branches/4-stable/doc/en/html/macro/syntax/identifiers.html	2023-07-28 15:02:36 UTC (rev 10809)
@@ -14,7 +14,7 @@
 <h2>Variable identifiers</h2>
 
 <p>
-The first character must be an alphabetic (A-Z, a-z) or an underscore character "_". Subsequent characters can be alphabetic, underscore or numeric (0-9). Variable identifiers are not case-sensitive. The maximum length is 32.
+The first character must be an alphabetic (A-Z, a-z) or an underscore character "_". Subsequent characters can be alphabetic, underscore or numeric (0-9). Variable identifiers are not case-sensitive. The maximum length is 31.
 </p>
 
 <pre>
@@ -26,7 +26,7 @@
 <h2>Label identifiers</h2>
 
 <p>
-Label identifiers consist of alphabetic, underscore or numeric characters, and are not case-sensitive. The maximum length is 32.
+Label identifiers consist of alphabetic, underscore or numeric characters, and are not case-sensitive. The maximum length is 31.
 </p>
 
 <pre>

Modified: branches/4-stable/doc/ja/html/macro/syntax/identifiers.html
===================================================================
--- branches/4-stable/doc/ja/html/macro/syntax/identifiers.html	2023-07-23 14:51:08 UTC (rev 10808)
+++ branches/4-stable/doc/ja/html/macro/syntax/identifiers.html	2023-07-28 15:02:36 UTC (rev 10809)
@@ -14,7 +14,7 @@
 <h2>\x95ϐ\x94\x82̖\xBC\x91O</h2>
 
 <p>
-1\x95\xB6\x8E\x9A\x96ڂ́A\x83A\x83\x8B\x83t\x83@\x83x\x83b\x83g (A-Z, a-z) \x82\xA9 "_"\x81A2\x95\xB6\x8E\x9A\x96ڈȍ~\x82̓A\x83\x8B\x83t\x83@\x83x\x83b\x83g\x82\xA9 "_" \x82\xA9\x90\x94\x8E\x9A (0-9)\x81B\x83A\x83\x8B\x83t\x83@\x83x\x83b\x83g\x82̑啶\x8E\x9A\x82Ə\xAC\x95\xB6\x8E\x9A\x82͋\xE6\x95ʂ\xB3\x82\xEA\x82Ȃ\xA2\x81B\x8Dő咷\x82\xCD32\x95\xB6\x8E\x9A\x81B
+1\x95\xB6\x8E\x9A\x96ڂ́A\x83A\x83\x8B\x83t\x83@\x83x\x83b\x83g (A-Z, a-z) \x82\xA9 "_"\x81A2\x95\xB6\x8E\x9A\x96ڈȍ~\x82̓A\x83\x8B\x83t\x83@\x83x\x83b\x83g\x82\xA9 "_" \x82\xA9\x90\x94\x8E\x9A (0-9)\x81B\x83A\x83\x8B\x83t\x83@\x83x\x83b\x83g\x82̑啶\x8E\x9A\x82Ə\xAC\x95\xB6\x8E\x9A\x82͋\xE6\x95ʂ\xB3\x82\xEA\x82Ȃ\xA2\x81B\x8Dő咷\x82\xCD31\x95\xB6\x8E\x9A\x81B
 </p>
 
 <pre>
@@ -26,7 +26,7 @@
 <h2>\x83\x89\x83x\x83\x8B\x82̖\xBC\x91O</h2>
 
 <p>
-\x83A\x83\x8B\x83t\x83@\x83x\x83b\x83g (A-Z, a-z) \x82\xA9 "_" \x82\xA9\x90\x94\x8E\x9A (0-9) \x82ō\\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B\x8Dő咷\x82\xCD32\x95\xB6\x8E\x9A\x81B
+\x83A\x83\x8B\x83t\x83@\x83x\x83b\x83g (A-Z, a-z) \x82\xA9 "_" \x82\xA9\x90\x94\x8E\x9A (0-9) \x82ō\\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B\x8Dő咷\x82\xCD31\x95\xB6\x8E\x9A\x81B
 </p>
 
 <pre>


ttssh2-commit メーリングリストの案内
Zurück zum Archiv-Index