From 5c0a6398abb2fdc6dd3bd60f275f7d7e3deafad2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 6 Jul 2003 10:51:00 +0000 Subject: [PATCH] Updated link in docs [SVN r18948] --- doc/Attic/partial_matches.html | 3 +-- doc/partial_matches.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/Attic/partial_matches.html b/doc/Attic/partial_matches.html index 3f4d2a53..63a96a62 100644 --- a/doc/Attic/partial_matches.html +++ b/doc/Attic/partial_matches.html @@ -107,7 +107,7 @@ bool is_possible_card_number(const std::string& input) // what we have so far is only a partial match... return false; } -

In the following example, +

In the following example, text input is taken from a stream containing an unknown amount of text; this example simply counts the number of html tags encountered in the stream. The text is loaded into a buffer and searched a part at a time, if a partial match @@ -182,4 +182,3 @@ void search(std::istream& is) for any purpose. It is provided "as is" without express or implied warranty.

- diff --git a/doc/partial_matches.html b/doc/partial_matches.html index 3f4d2a53..63a96a62 100644 --- a/doc/partial_matches.html +++ b/doc/partial_matches.html @@ -107,7 +107,7 @@ bool is_possible_card_number(const std::string& input) // what we have so far is only a partial match... return false; } -

In the following example, +

In the following example, text input is taken from a stream containing an unknown amount of text; this example simply counts the number of html tags encountered in the stream. The text is loaded into a buffer and searched a part at a time, if a partial match @@ -182,4 +182,3 @@ void search(std::istream& is) for any purpose. It is provided "as is" without express or implied warranty.

-