summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/docs/performance.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/docs/performance.html b/TAO/docs/performance.html
index 92359866b5d..e568d8bdd38 100644
--- a/TAO/docs/performance.html
+++ b/TAO/docs/performance.html
@@ -623,9 +623,8 @@ If portable interceptors aren't needed, code around line 729 in
code will be skipped by the preprocessor.
<P>
-The following IDL compiler options can be used to reduce compile-time
-footprint:<p>
-<TABLE BORDER=2 CELLSPACING=2 CELLPADDING=2 ID="Table1">
+<TABLE BORDER=2 CELLSPACING=2 CELLPADDING=2>
+<caption><b>IDL compiler options to reduce compile-time footprint</b></caption>
<TH>Command-Line Option
<TH>Description and Usage
<TR>
@@ -693,15 +692,13 @@ footprint:<p>
<td>16</td>
<td>1</td>
<td>-</td>
- <td>The size of the internal table that stores all ORB Core's.</td>
+ <td>The size of the internal table that stores all ORB Cores.</td>
</tr>
</tr>
<tr><td></td>
</tr>
</tbody></table></p><p>
-
-
More information on reducing the memory footprint of TAO is available
<A
HREF="http://www.ociweb.com/cnb/CORBANewsBrief-200212.html">here</A>. <P>