Fossil SCM
Fix documentation typos.
Commit
49cbf5e519b9c10f93e6df34106bbff6d26f2101
Parent
5ee80c545dbb6b0…
2 files changed
+3
-3
+2
-2
+3
-3
| --- www/checkin_names.wiki | ||
| +++ www/checkin_names.wiki | ||
| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <title>Check-in Names</title> |
| 2 | 2 | |
| 3 | -Many Fossil commands and [./webui.wiki | web-interface] URLs accept | |
| 4 | -check-in names as an argument. For example, the "info" command | |
| 3 | +Many Fossil [/help|commands] and [./webui.wiki | web-interface] URLs accept | |
| 4 | +check-in names as an argument. For example, the "[/help/info|info]" command | |
| 5 | 5 | accepts an optional check-in name to identify the specific checkout |
| 6 | 6 | about which information is desired: |
| 7 | 7 | |
| 8 | 8 | <blockquote> |
| 9 | 9 | <tt>fossil info</tt> <i>checkin-name</i> |
| @@ -110,11 +110,11 @@ | ||
| 110 | 110 | optionally be followed by "<b>utc</b>". |
| 111 | 111 | |
| 112 | 112 | In its default configuration, Fossil interprets and displays all dates |
| 113 | 113 | in Universal Coordinated Time (UTC). This tends to work the best for |
| 114 | 114 | distributed projects where participants are scattered around the globe. |
| 115 | -But there is an open on the Admin/Timeline page of the web-interface to | |
| 115 | +But there is an option on the Admin/Timeline page of the web-interface to | |
| 116 | 116 | switch to local time. The "<b>utc</b>" suffix on an timestamp check-in |
| 117 | 117 | name is meaningless if Fossil is in the default mode of using UTC for |
| 118 | 118 | everything, but if Fossil has been switched to localtime mode, then the |
| 119 | 119 | "<b>utc</b>" suffix means to interpret that particular timestamp using |
| 120 | 120 | UTC instead localtime. |
| 121 | 121 |
| --- www/checkin_names.wiki | |
| +++ www/checkin_names.wiki | |
| @@ -1,9 +1,9 @@ | |
| 1 | <title>Check-in Names</title> |
| 2 | |
| 3 | Many Fossil commands and [./webui.wiki | web-interface] URLs accept |
| 4 | check-in names as an argument. For example, the "info" command |
| 5 | accepts an optional check-in name to identify the specific checkout |
| 6 | about which information is desired: |
| 7 | |
| 8 | <blockquote> |
| 9 | <tt>fossil info</tt> <i>checkin-name</i> |
| @@ -110,11 +110,11 @@ | |
| 110 | optionally be followed by "<b>utc</b>". |
| 111 | |
| 112 | In its default configuration, Fossil interprets and displays all dates |
| 113 | in Universal Coordinated Time (UTC). This tends to work the best for |
| 114 | distributed projects where participants are scattered around the globe. |
| 115 | But there is an open on the Admin/Timeline page of the web-interface to |
| 116 | switch to local time. The "<b>utc</b>" suffix on an timestamp check-in |
| 117 | name is meaningless if Fossil is in the default mode of using UTC for |
| 118 | everything, but if Fossil has been switched to localtime mode, then the |
| 119 | "<b>utc</b>" suffix means to interpret that particular timestamp using |
| 120 | UTC instead localtime. |
| 121 |
| --- www/checkin_names.wiki | |
| +++ www/checkin_names.wiki | |
| @@ -1,9 +1,9 @@ | |
| 1 | <title>Check-in Names</title> |
| 2 | |
| 3 | Many Fossil [/help|commands] and [./webui.wiki | web-interface] URLs accept |
| 4 | check-in names as an argument. For example, the "[/help/info|info]" command |
| 5 | accepts an optional check-in name to identify the specific checkout |
| 6 | about which information is desired: |
| 7 | |
| 8 | <blockquote> |
| 9 | <tt>fossil info</tt> <i>checkin-name</i> |
| @@ -110,11 +110,11 @@ | |
| 110 | optionally be followed by "<b>utc</b>". |
| 111 | |
| 112 | In its default configuration, Fossil interprets and displays all dates |
| 113 | in Universal Coordinated Time (UTC). This tends to work the best for |
| 114 | distributed projects where participants are scattered around the globe. |
| 115 | But there is an option on the Admin/Timeline page of the web-interface to |
| 116 | switch to local time. The "<b>utc</b>" suffix on an timestamp check-in |
| 117 | name is meaningless if Fossil is in the default mode of using UTC for |
| 118 | everything, but if Fossil has been switched to localtime mode, then the |
| 119 | "<b>utc</b>" suffix means to interpret that particular timestamp using |
| 120 | UTC instead localtime. |
| 121 |
+2
-2
| --- www/makefile.wiki | ||
| +++ www/makefile.wiki | ||
| @@ -85,11 +85,11 @@ | ||
| 85 | 85 | the exceptions described above. |
| 86 | 86 | |
| 87 | 87 | <h1>3.0 Automatically generated files</h1> |
| 88 | 88 | |
| 89 | 89 | The "VERSION.h" header file contains some C preprocessor macros that |
| 90 | -identify the version of Fossil that is to be build. The VERSION.h file | |
| 90 | +identify the version of Fossil that is to be build. The VERSION.h file is | |
| 91 | 91 | generated automatically from information extracted from the "manifest" |
| 92 | 92 | and "manifest.uuid" source files in the root directory of the source tree. |
| 93 | 93 | (The "manifest" and "manifest.uuid" files are automatically generated and |
| 94 | 94 | updated by Fossil itself. See the [/help/setting | fossil set manifest] |
| 95 | 95 | command for additional information.) |
| @@ -112,11 +112,11 @@ | ||
| 112 | 112 | |
| 113 | 113 | <h1>4.0 Preprocessing</h1> |
| 114 | 114 | |
| 115 | 115 | There are three preprocessors for the Fossil sources. The mkindex |
| 116 | 116 | and translate preprocessors can be run in any order. The makeheaders |
| 117 | -preprocessor has to be run after translate. | |
| 117 | +preprocessor must be run after translate. | |
| 118 | 118 | |
| 119 | 119 | <h2>4.1 The mkindex preprocessor</h2> |
| 120 | 120 | |
| 121 | 121 | The mkindex program scans the "src.c" source files looking for special |
| 122 | 122 | comments that identify routines that implement of various Fossil commands, |
| 123 | 123 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -85,11 +85,11 @@ | |
| 85 | the exceptions described above. |
| 86 | |
| 87 | <h1>3.0 Automatically generated files</h1> |
| 88 | |
| 89 | The "VERSION.h" header file contains some C preprocessor macros that |
| 90 | identify the version of Fossil that is to be build. The VERSION.h file |
| 91 | generated automatically from information extracted from the "manifest" |
| 92 | and "manifest.uuid" source files in the root directory of the source tree. |
| 93 | (The "manifest" and "manifest.uuid" files are automatically generated and |
| 94 | updated by Fossil itself. See the [/help/setting | fossil set manifest] |
| 95 | command for additional information.) |
| @@ -112,11 +112,11 @@ | |
| 112 | |
| 113 | <h1>4.0 Preprocessing</h1> |
| 114 | |
| 115 | There are three preprocessors for the Fossil sources. The mkindex |
| 116 | and translate preprocessors can be run in any order. The makeheaders |
| 117 | preprocessor has to be run after translate. |
| 118 | |
| 119 | <h2>4.1 The mkindex preprocessor</h2> |
| 120 | |
| 121 | The mkindex program scans the "src.c" source files looking for special |
| 122 | comments that identify routines that implement of various Fossil commands, |
| 123 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -85,11 +85,11 @@ | |
| 85 | the exceptions described above. |
| 86 | |
| 87 | <h1>3.0 Automatically generated files</h1> |
| 88 | |
| 89 | The "VERSION.h" header file contains some C preprocessor macros that |
| 90 | identify the version of Fossil that is to be build. The VERSION.h file is |
| 91 | generated automatically from information extracted from the "manifest" |
| 92 | and "manifest.uuid" source files in the root directory of the source tree. |
| 93 | (The "manifest" and "manifest.uuid" files are automatically generated and |
| 94 | updated by Fossil itself. See the [/help/setting | fossil set manifest] |
| 95 | command for additional information.) |
| @@ -112,11 +112,11 @@ | |
| 112 | |
| 113 | <h1>4.0 Preprocessing</h1> |
| 114 | |
| 115 | There are three preprocessors for the Fossil sources. The mkindex |
| 116 | and translate preprocessors can be run in any order. The makeheaders |
| 117 | preprocessor must be run after translate. |
| 118 | |
| 119 | <h2>4.1 The mkindex preprocessor</h2> |
| 120 | |
| 121 | The mkindex program scans the "src.c" source files looking for special |
| 122 | comments that identify routines that implement of various Fossil commands, |
| 123 |