summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/erase_tail_copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/erase_tail_copy.html')
-rw-r--r--doc/html/boost/algorithm/erase_tail_copy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/algorithm/erase_tail_copy.html b/doc/html/boost/algorithm/erase_tail_copy.html
index 46ad97d3ea..7b68499f9e 100644
--- a/doc/html/boost/algorithm/erase_tail_copy.html
+++ b/doc/html/boost/algorithm/erase_tail_copy.html
@@ -42,7 +42,7 @@
<a name="id-1.3.3.9.8.24.4"></a><h2>Description</h2>
<p>Remove the tail from the input. The tail is a suffix of a sequence of given size. If the sequence is shorter then required, the whole string is considered to be the tail. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.</p>
<p>
-
+For N&gt;=0, at most N characters are extracted. For N&lt;0, size(Input)-|N| characters are extracted.
</p>
<div class="note"><table border="0" summary="Note">
<tr>
@@ -73,7 +73,7 @@
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">N</code></span></p></td>
-<td><p>Length of the tail. For N&gt;=0, at most N characters are extracted. For N&lt;0, size(Input)-|N| characters are extracted. </p></td>
+<td><p>Length of the tail.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">Output</code></span></p></td>