Author: sebor
Date: Sun Oct 14 15:12:19 2007
New Revision: 584623
URL: http://svn.apache.org/viewvc?rev=584623&view=rev
Log:
2007-10-14 Marc Betz <[EMAIL PROTECTED]>
* 1-5.html: Editorial improvements not related to but made
in the process of resolving STDCXX-574.
Modified:
incubator/stdcxx/trunk/doc/stdlibug/1-5.html
Modified: incubator/stdcxx/trunk/doc/stdlibug/1-5.html
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/doc/stdlibug/1-5.html?rev=584623&r1=584622&r2=584623&view=diff
==============================================================================
--- incubator/stdcxx/trunk/doc/stdlibug/1-5.html (original)
+++ incubator/stdcxx/trunk/doc/stdlibug/1-5.html Sun Oct 14 15:12:19 2007
@@ -51,7 +51,7 @@
</td></tr>
<tr><td valign=top><P CLASS="TABLE"><I>italic</I></P>
</td><td valign=top><P CLASS="TABLE">Conventional uses such as emphasis,
titles, and new terms.</P>
-</td><td valign=top><P CLASS="TABLE">A comparison function object is...</P>
+</td><td valign=top><P CLASS="TABLE">A <I>comparison function object</I>
is...</P>
</td></tr>
<tr><td valign=top><P CLASS="TABLE"><B>bold</B></P>
</td><td valign=top><P CLASS="TABLE">Conventional uses such as
<B>emphasis</B>.</P>
@@ -70,8 +70,8 @@
<UL>
<LI><P CLASS="LIST"><B><A HREF="I.html">Part I, "Introduction,"</A></B>
provides overviews of the product, the documentation, and this manual, <I>The
Apache C++ Standard Library User Guide</I>. </P></LI>
<LI><P CLASS="LIST"><B><A HREF="II.html">Part II, "Fundamentals,"</A></B>
explains the fundamental C++ Standard Library concepts of iterators, functions,
and predicates.</P></LI>
-<LI><P CLASS="LIST"><B><A HREF="III.html">Part III, "Containers,"</A></B>
gives an overview of the data structures called <I>containers</I>, and devotes
a chapter to describing each container in detail with an example. </P></LI>
-<LI><P CLASS="LIST"><B><A HREF="IV.html">Part IV, "Algorithms,"</A></B>
deals with the algorithms, devoting one chapter to the generic algorithms, and
another to the generic algorithms specific to ordered collections. Within the
two algorithm chapters, each kind of algorithm is explained in its own section
with an example and a reference to the file containing the complete source
code. </P></LI>
+<LI><P CLASS="LIST"><B><A HREF="III.html">Part III, "Containers,"</A></B>
gives an overview of the data structures called <I>containers</I>, and devotes
a chapter to describing each container in detail, with an example. </P></LI>
+<LI><P CLASS="LIST"><B><A HREF="IV.html">Part IV, "Algorithms,"</A></B>
deals with the algorithms, devoting one chapter to the generic algorithms, and
another to the generic algorithms specific to ordered collections. Within the
two algorithm chapters, each kind of algorithm is explained in its own section,
with an example and a reference to the file containing the complete source
code. </P></LI>
<LI><P CLASS="LIST"><B><A HREF="V.html">Part V, "Special
Techniques,"</A></B> describes techniques such as using allocators, building
containers and generic algorithms, using the traits technique, and dealing with
exceptions.</P></LI>
<LI><P CLASS="LIST"><B><A HREF="VI.html">Part VI, "Special
Classes,"</A></B> devotes a chapter to each of the four unique classes <B><I><A
HREF="../stdlibref/auto-ptr.html">auto_ptr</A></I></B>, <B><I><A
HREF="../stdlibref/complex.html">complex</A></I></B>, <B><I><A
HREF="../stdlibref/numeric-limits.html">numeric_limits</A></I></B>, and
<B><I><A HREF="../stdlibref/valarray.html">valarray</A></I></B>.</P></LI>
<LI><P CLASS="LIST"><B><A HREF="VII.html">Part VII, "Locales,"</A></B>
describes the basics of internationalization. It explains the differences
between the C locale and the C++ locale. It defines a C++ locale and a facet,
and tells how locales are created, composed, used, and replaced. It includes a
complex example of a user-defined facet, which demonstrates how facets can be
built and used in conjunction with iostreams.</P></LI>