Fix doc typo from issue #1794.

[SVN r44169]
This commit is contained in:
John Maddock
2008-04-11 08:53:54 +00:00
parent 6e9b9a7995
commit c7dda1b549
83 changed files with 121 additions and 121 deletions

View File

@ -34,7 +34,7 @@ The single character '.' when used outside of a character set will match
any single character except:
* The NULL character when the [link boost_regex.ref.match_flag_type flag
`match_no_dot_null`] is passed to the matching algorithms.
`match_not_dot_null`] is passed to the matching algorithms.
* The newline character when the [link boost_regex.ref.match_flag_type
flag `match_not_dot_newline`] is passed to
the matching algorithms.