Merged fixes to broken links from release branch.

[SVN r30458]
This commit is contained in:
John Maddock
2005-08-04 16:06:27 +00:00
parent 9ce6ff7205
commit cbc098536e
16 changed files with 32 additions and 30 deletions

View File

@ -94,14 +94,14 @@
<td>&nbsp;</td>
<td valign="top" width="50%">flags</td>
<td valign="top" width="50%">The flags that determine how matching is carried out,
one of the <a href="#match_type">match_flags</a> enumerators.</td>
one of the <a href="match_flag_type.html">match_flags</a> enumerators.</td>
<td>&nbsp;</td>
</tr>
</table>
<br>
<br>
<p>The algorithm finds all of the non-overlapping matches of the expression e, for
each match it fills a <a href="#reg_match">match_results</a>&lt;iterator&gt;
each match it fills a <a href="match_results.html">match_results</a>&lt;iterator&gt;
structure, which contains information on what matched, and calls the predicate
foo, passing the match_results&lt;iterator&gt; as a single argument. If the
predicate returns true, then the grep operation continues, otherwise it