Commit 8985968c by Jonathan Wakely Committed by Jonathan Wakely

Fix typos in libstdc++ manual

	* doc/xml/manual/policy_data_structures.xml: Fix typo.
	* doc/xml/manual/test_policy_data_structures.xml: Likewise.
	* doc/html/*: Regenerate.

From-SVN: r248189
parent cf004230
2017-05-18 Jonathan Wakely <jwakely@redhat.com> 2017-05-18 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/policy_data_structures.xml: Fix typo.
* doc/xml/manual/test_policy_data_structures.xml: Likewise.
* doc/html/*: Regenerate.
* doc/xml/manual/abi.xml: Document latest library versions. * doc/xml/manual/abi.xml: Document latest library versions.
* doc/xml/manual/build_hacking.xml: Document requirement to update * doc/xml/manual/build_hacking.xml: Document requirement to update
abi.xml when bumping library versions. abi.xml when bumping library versions.
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</p></div><div class="section"><div class="titlepage"><div><div><h6 class="title"><a id="hash.text_find.results"></a> </p></div><div class="section"><div class="titlepage"><div><div><h6 class="title"><a id="hash.text_find.results"></a>
Results Results
</h6></div></div></div><p>The graphic below show the results for the native </h6></div></div></div><p>The graphic below show the results for the native
and collision-chaining hash types the the function and collision-chaining hash types the function
applied being a text find timing test using applied being a text find timing test using
<code class="function">find</code>. <code class="function">find</code>.
</p><div class="informalfigure"><div class="mediaobject" align="center"><img src="../images/pbds_hash_text_find.png" align="middle" /></div></div><p> </p><div class="informalfigure"><div class="mediaobject" align="center"><img src="../images/pbds_hash_text_find.png" align="middle" /></div></div><p>
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<code class="code">push</code> and <code class="code">pop</code> operations, differs from the <code class="code">push</code> and <code class="code">pop</code> operations, differs from the
others in terms of its invalidation guarantees. Other design others in terms of its invalidation guarantees. Other design
decisions also impact the cost and placement of the overhead, at the decisions also impact the cost and placement of the overhead, at the
expense of more difference in the the kinds of operations that the expense of more difference in the kinds of operations that the
underlying data structure can support. These differences pose a underlying data structure can support. These differences pose a
challenge when creating a uniform interface for priority queues. challenge when creating a uniform interface for priority queues.
</p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="pbds.intro.motivation"></a>Goals</h3></div></div></div><p> </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="pbds.intro.motivation"></a>Goals</h3></div></div></div><p>
......
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<code>push</code> and <code>pop</code> operations, differs from the <code>push</code> and <code>pop</code> operations, differs from the
others in terms of its invalidation guarantees. Other design others in terms of its invalidation guarantees. Other design
decisions also impact the cost and placement of the overhead, at the decisions also impact the cost and placement of the overhead, at the
expense of more difference in the the kinds of operations that the expense of more difference in the kinds of operations that the
underlying data structure can support. These differences pose a underlying data structure can support. These differences pose a
challenge when creating a uniform interface for priority queues. challenge when creating a uniform interface for priority queues.
</para> </para>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</title></info> </title></info>
<para>The graphic below show the results for the native <para>The graphic below show the results for the native
and collision-chaining hash types the the function and collision-chaining hash types the function
applied being a text find timing test using applied being a text find timing test using
<function>find</function>. <function>find</function>.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment