Fossil SCM
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom.
Commit
d0753799e447b795933e9f266233767d84aa1d84
Parent
4e1241f32362361…
1 file changed
+1
-1
+1
-1
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -119,11 +119,11 @@ | ||
| 119 | 119 | A manifest must have exactly one C-card. The sole argument to |
| 120 | 120 | the C-card is a check-in comment that describes the check-in that |
| 121 | 121 | the manifest defines. The check-in comment is text. The following |
| 122 | 122 | escape sequences are applied to the text: |
| 123 | 123 | A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A |
| 124 | -newline (ASCII 0x0a) is "\n" (ASCII 0x6C, x6E). A backslash | |
| 124 | +newline (ASCII 0x0a) is "\n" (ASCII 0x5C, x6E). A backslash | |
| 125 | 125 | (ASCII 0x5C) is represented as two backslashes "\\". Apart from |
| 126 | 126 | space and newline, no other whitespace characters are allowed in |
| 127 | 127 | the check-in comment. Nor are any unprintable characters allowed |
| 128 | 128 | in the comment. |
| 129 | 129 | |
| 130 | 130 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -119,11 +119,11 @@ | |
| 119 | A manifest must have exactly one C-card. The sole argument to |
| 120 | the C-card is a check-in comment that describes the check-in that |
| 121 | the manifest defines. The check-in comment is text. The following |
| 122 | escape sequences are applied to the text: |
| 123 | A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A |
| 124 | newline (ASCII 0x0a) is "\n" (ASCII 0x6C, x6E). A backslash |
| 125 | (ASCII 0x5C) is represented as two backslashes "\\". Apart from |
| 126 | space and newline, no other whitespace characters are allowed in |
| 127 | the check-in comment. Nor are any unprintable characters allowed |
| 128 | in the comment. |
| 129 | |
| 130 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -119,11 +119,11 @@ | |
| 119 | A manifest must have exactly one C-card. The sole argument to |
| 120 | the C-card is a check-in comment that describes the check-in that |
| 121 | the manifest defines. The check-in comment is text. The following |
| 122 | escape sequences are applied to the text: |
| 123 | A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A |
| 124 | newline (ASCII 0x0a) is "\n" (ASCII 0x5C, x6E). A backslash |
| 125 | (ASCII 0x5C) is represented as two backslashes "\\". Apart from |
| 126 | space and newline, no other whitespace characters are allowed in |
| 127 | the check-in comment. Nor are any unprintable characters allowed |
| 128 | in the comment. |
| 129 | |
| 130 |