Fossil SCM

Fix documentation typos.

drh 2011-02-07 14:35 trunk
Commit 49cbf5e519b9c10f93e6df34106bbff6d26f2101
--- www/checkin_names.wiki
+++ www/checkin_names.wiki
@@ -1,9 +1,9 @@
11
<title>Check-in Names</title>
22
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
55
accepts an optional check-in name to identify the specific checkout
66
about which information is desired:
77
88
<blockquote>
99
<tt>fossil info</tt> <i>checkin-name</i>
@@ -110,11 +110,11 @@
110110
optionally be followed by "<b>utc</b>".
111111
112112
In its default configuration, Fossil interprets and displays all dates
113113
in Universal Coordinated Time (UTC). This tends to work the best for
114114
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
116116
switch to local time. The "<b>utc</b>" suffix on an timestamp check-in
117117
name is meaningless if Fossil is in the default mode of using UTC for
118118
everything, but if Fossil has been switched to localtime mode, then the
119119
"<b>utc</b>" suffix means to interpret that particular timestamp using
120120
UTC instead localtime.
121121
--- 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
--- www/makefile.wiki
+++ www/makefile.wiki
@@ -85,11 +85,11 @@
8585
the exceptions described above.
8686
8787
<h1>3.0 Automatically generated files</h1>
8888
8989
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
9191
generated automatically from information extracted from the "manifest"
9292
and "manifest.uuid" source files in the root directory of the source tree.
9393
(The "manifest" and "manifest.uuid" files are automatically generated and
9494
updated by Fossil itself. See the [/help/setting | fossil set manifest]
9595
command for additional information.)
@@ -112,11 +112,11 @@
112112
113113
<h1>4.0 Preprocessing</h1>
114114
115115
There are three preprocessors for the Fossil sources. The mkindex
116116
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.
118118
119119
<h2>4.1 The mkindex preprocessor</h2>
120120
121121
The mkindex program scans the "src.c" source files looking for special
122122
comments that identify routines that implement of various Fossil commands,
123123
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button