Commit 2dd0c393ccc2b1a6b9088e0e795c5e69313c14ad

Stefan Reinauer 2008-07-11T23:21:43

some documentation fixes in the fcode suite documentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@197 f158a5a8-5612-0410-a976-696ce0be7e32

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.&nbsp; 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>
 .&nbsp; 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.&nbsp; That is to say, every
@@ -770,18 +770,18 @@ making use of&nbsp; 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.&nbsp; 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).&nbsp;
+ href="localvalues.html">Local Values</a> ("LV"s).&nbsp;
 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.&nbsp; 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>