From b77b87881bae2e6306366d79e7fe160334b3d4a2 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Wed, 14 Jan 2004 06:24:21 +0000 Subject: [PATCH] A little clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/regex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/regex.tex b/docs/latex/wx/regex.tex index 91ac1c6374..025d01e411 100644 --- a/docs/latex/wx/regex.tex +++ b/docs/latex/wx/regex.tex @@ -18,7 +18,7 @@ supported but, unlike POSIX C API, the extended ones are used by default. This class provides support for regular expressions matching and also replacement. It is built on top of either the system library (if it has support for POSIX regular expressions - which is the case of the most modern Unices) or -uses the built-in Henry Spencer's library from tcl. +uses a version of Henry Spencer's library from tcl. \wxheading{Derived from} -- 2.45.2