summaryrefslogtreecommitdiff
path: root/ACE/docs/ACE-porting.html
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/docs/ACE-porting.html')
-rw-r--r--ACE/docs/ACE-porting.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/docs/ACE-porting.html b/ACE/docs/ACE-porting.html
index 79f773f4a2c..a1cc4ff34ce 100644
--- a/ACE/docs/ACE-porting.html
+++ b/ACE/docs/ACE-porting.html
@@ -82,10 +82,9 @@ thread APIs: <P>
<UL>
<LI> <B>UNIX International (UI) Threads</B>
- (<CODE>ACE_HAS_STHREADS</CODE>) - Solaris 2, UnixWare. <P>
+ (<CODE>ACE_HAS_STHREADS</CODE>) - Solaris.<P>
-<LI> <B>POSIX Pthreads</B> (<CODE>ACE_HAS_PTHREADS</CODE>) - drafts 4
- [DCE], 6 [FSU], 7 [AIX], as well as the final standard (also
+<LI> <B>POSIX Pthreads</B> (<CODE>ACE_HAS_PTHREADS</CODE>) -Final standard (also
called draft 10) [MIT, Linux, and Solaris]. <P>
<LI> <B>Win32 Threads</B> (<CODE>ACE_HAS_WTHREADS</CODE>) - Windows
@@ -154,7 +153,7 @@ order to compile ACE and TAO:
<LI> <B>ANSI casts and RTTI</B> -- ACE+TAO+CIAO uses the ANSI C++
casts, so the C++ compiler must support them, which implies
- support for RTTI.<P>
+ support for RTTI.<P>
</UL>
@@ -182,7 +181,7 @@ take advantage of if a compiler supports them:
If you are considering STL, you might consider
<A HREF="http://www.stlport.org/">STLport</a>,
which is a port of the SGI STL to numerous platforms that ACE,
- TAO, and CIAO also support. <P>
+ TAO, and CIAO also support. <P>
</UL>