Fixed minor typos

[SVN r10312]
This commit is contained in:
John Maddock
2001-06-12 11:26:48 +00:00
parent 1acfee5702
commit 4f1b0d09b3

View File

@ -247,7 +247,7 @@ can use it, instructions for specific platforms are as follows: </p>
<ul>
<li>Open up a console window and change to the
&lt;boost&gt;\libs\regex\lib directory. </li>
&lt;boost&gt;\libs\regex\build directory. </li>
<li>Select the appropriate makefile (bcb4.mak for C++ Builder
4, bcb5.mak for C++ Builder 5, and bcc55.mak for the 5.5
command line tools). </li>
@ -304,7 +304,7 @@ href="http://ourworld.compuserve.com/homepages/john_maddock/regexpp.htm">library
<p>Open up a command prompt, which has the necessary MSVC
environment variables defined (for example by using the batch
file Vcvars32.bat installed by the Visual Studio installation),
and change to the &lt;boost&gt;\libs\regex\lib directory. </p>
and change to the &lt;boost&gt;\libs\regex\build directory. </p>
<p>Select the correct makefile - vc6.mak for &quot;vanilla&quot;
Visual C++ 6 or vc6-stlport.mak if you are using STLPort.</p>