From f3088d1c777a70c42c0f6c97a75c72b48438b05b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 27 Dec 2003 02:37:02 +0000 Subject: [PATCH] Fix broken links. [SVN r21404] --- doc/Attic/regex_token_iterator.html | 2 +- doc/regex_token_iterator.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Attic/regex_token_iterator.html b/doc/Attic/regex_token_iterator.html index 2bc28310..59159f60 100644 --- a/doc/Attic/regex_token_iterator.html +++ b/doc/Attic/regex_token_iterator.html @@ -207,7 +207,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg } -

The following example +

The following example takes a html file and outputs a list of all the linked files:

 #include <fstream>
diff --git a/doc/regex_token_iterator.html b/doc/regex_token_iterator.html
index 2bc28310..59159f60 100644
--- a/doc/regex_token_iterator.html
+++ b/doc/regex_token_iterator.html
@@ -207,7 +207,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg
 }
 
 
-

The following example +

The following example takes a html file and outputs a list of all the linked files:

 #include <fstream>