some documentation fixes in the fcode suite documentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@197 f158a5a8-5612-0410-a976-696ce0be7e32
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
diff --git a/documentation/localvalues.html b/documentation/localvalues.html
index 987e7b2..39dec0c 100644
--- a/documentation/localvalues.html
+++ b/documentation/localvalues.html
@@ -185,7 +185,7 @@ the colon-definition.<br>
body of the word is not recommended, but is permitted. A Local
Values
Declaration that occurs inside a Flow-Control Structure will be
-reported as an <a href="TokenizerNewFeatures.htm#An_ERROR">Error</a>.<br>
+reported as an <a href="toke.html#An_ERROR">Error</a>.<br>
</p>
<p>A Local Values Declaration may include comments and may continue
across
@@ -225,18 +225,18 @@ use of Semicolons in that context is deprecated in favor of the
Vertical-Bar.</p>
<p>The User may suppress this
message by means of a <a
- href="TokenizerNewFeatures.htm#Command-Line_options_">Command-line
+ href="toke.html#Command-Line_options_">Command-line
switch</a>, known as the
-<a href="TokenizerNewFeatures.htm#Special_Feature_Flags">Special-Feature
-Flag</a> named <a href="TokenizerNewFeatures.htm#SF_Flag_LV_Leg_Mssg"><span
+<a href="toke.html#Special_Feature_Flags">Special-Feature
+Flag</a> named <a href="toke.html#SF_Flag_LV_Leg_Mssg"><span
style="font-family: courier new,courier,monospace; font-weight: bold;">NoLV-Legacy-Message</span></a>
-, which is described in the <a href="TokenizerNewFeatures.htm">Tokenizer
+, which is described in the <a href="toke.html">Tokenizer
User's Guide</a>.</p>
<p><a name="Disallow_Legacy"></a>Conversely, the User who wishes to
disallow the use of Semicolon as
an alternative separator may do so by means of the
Special-Feature Flag named <a
- href="TokenizerNewFeatures.htm#SF_Flag_LV_Leg_Sep"><span
+ href="toke.html#SF_Flag_LV_Leg_Sep"><span
style="font-family: courier new,courier,monospace; font-weight: bold;">NoLV-Legacy-Separator</span></a>
. When the Legacy Local Values
Separator is thus disallowed, occurrences will be treated as an
@@ -757,9 +757,9 @@ of the device-node's <span
style="font-family: courier new,courier,monospace; font-weight: bold;">instance</span>
data.<br>
<br>
-The <a href="TokenizerNewFeatures.htm#INSTANCE_at_run_time">consequence</a>
+The <a href="toke.html#INSTANCE_at_run_time">consequence</a>
of this is that, in device-drivers that are configured
-with <a href="TokenizerNewFeatures.htm#Multiple_device_nodes">multiple
+with <a href="toke.html#Multiple_device_nodes">multiple
device-nodes</a>, the Local Values Support Functions file
must be re-<span style="font-family: courier new;">fload</span>ed for
each device-node that uses Local Values. That is to say, every
@@ -770,18 +770,18 @@ making use of Local Values, then the Local Values Support
Functions file must be <span style="font-family: courier new;">fload</span>ed
again.<br>
<p>The Tokenizer is sophisticated enough to keep a <a
- href="TokenizerNewFeatures.htm#device-node_vocabularies">separate
+ href="toke.html#device-node_vocabularies">separate
vocabulary
for each device-node</a>, and will flag an <a href="#Error_handling">Error</a>
if Local Values are used in a device-node for which the Local Values
Support Functions file has not been <span
style="font-family: courier new;">fload</span>ed. </p>
<p>However, should the user so choose, a <a
- href="TokenizerNewFeatures.htm#Example_4">means</a> is available
+ href="toke.html#Example_4">means</a> is available
whereby a single <span style="font-family: courier new;">fload</span>ing
of the Local Values
Support Functions can become <a
- href="TokenizerNewFeatures.htm#Global_Definitions">accessible to all
+ href="toke.html#Global_Definitions">accessible to all
Device Nodes</a> in a driver, trading off economy of System-memory
for convenience of programming. </p>
<h4><a class="mozTocH4" name="mozTocId684194"></a><a
@@ -833,7 +833,7 @@ corresponding <b><i>catch</i></b> to guard it will be caught outside
the scope of that FCode program, and the question of synchronizing
Local Values will be rendered irrelevant.
</p>
-<p>An <a href="TokenizerNewFeatures.htm#The_OVERLOAD_Directive">overloaded</a>
+<p>An <a href="toke.html#The_OVERLOAD_Directive">overloaded</a>
<b><i>catch</i></b> in the Local Values Support
Functions file does the job.<br>
</p>
diff --git a/documentation/toke.html b/documentation/toke.html
index 1060455..138fcee 100644
--- a/documentation/toke.html
+++ b/documentation/toke.html
@@ -347,7 +347,7 @@ reported.</li>
messages.</li>
<li>A complete list of FATAL conditions.<br>
</li>
- <li>Support for <a href="TokenizerLocalValues.htm">IBM-Style Local
+ <li>Support for <a href="localvalues.html">IBM-Style Local
Values</a>. That is the subject of a
separate writeup.</li>
</ul>
@@ -416,8 +416,8 @@ it was detected, as well as the current position to which data is being
generated into the Binary Output. If a PCI Header is in effect,
the position relative to the end of that PCI Header will also be shown;
this is to maintain consistency with the <a
- href="DeTokenizer.htm#with_offsets">"offsets</a>" displayed be the <a
- href="DeTokenizer.htm">DeTokenizer</a><br>
+ href="detok.html#with_offsets">"offsets</a>" displayed by the <a
+ href="detok.html">DeTokenizer</a><br>
</p>
<p><a name="Errors_Ignored"></a>
The Tokenizer typically runs through to completion of the source file,
@@ -786,7 +786,7 @@ Special-Features are as follows:</p>
</ul>
</ul>
<p style="margin-left: 120px;">Support IBM-style <a
- href="TokenizerLocalValues.htm">Local Values</a> ("LV"s).
+ href="localvalues.html">Local Values</a> ("LV"s).
Initially disabled.
</p>
<ul>
@@ -797,8 +797,8 @@ Initially disabled.
</ul>
<p style="margin-left: 120px;">Allow Semicolon for Local Values
<a
- href="TokenizerLocalValues.htm#Separation_Character_between_Initialized">Separator</a>
-("<a href="TokenizerLocalValues.htm#Disallow_Legacy">Legacy</a>").
+ href="localvalues.html#Separation_Character_between_Initialized">Separator</a>
+("<a href="localvalues.html#Disallow_Legacy">Legacy</a>").
</p>
<ul>
<ul>
@@ -807,7 +807,7 @@ Initially disabled.
</ul>
</ul>
<p style="margin-left: 120px;">Display a <a
- href="TokenizerLocalValues.htm#Legacy_Separator">Warning
+ href="localvalues.html#Legacy_Separator">Warning
Message</a> when
Semicolon
is used as the Local Values Separator.
@@ -3462,7 +3462,7 @@ Local Values
Support File can be incorporated at a <a href="#Global_Definitions">Global</a>
level. Normally, <a href="#Multiple_device_nodes">that would be
problematical</a> because
-the <a href="TokenizerLocalValues.htm#Instance_Data_in_L_V_Support">Local
+the <a href="localvalues.html#Instance_Data_in_L_V_Support">Local
Values
Support functions</a> are written to use <span
style="font-family: courier new,courier,monospace; font-weight: bold;">instance</span>