From 994716916e629a005bb36d25ff5153e946d616e3 Mon Sep 17 00:00:00 2001 From: keithw Date: Tue, 27 Apr 1999 12:25:58 +0000 Subject: [PATCH] [project @ 1999-04-27 12:25:58 by keithw] Documentation added for RegexString. --- ghc/docs/users_guide/libmisc.vsgml | 43 +++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/ghc/docs/users_guide/libmisc.vsgml b/ghc/docs/users_guide/libmisc.vsgml index 58f421e..87c6430 100644 --- a/ghc/docs/users_guide/libmisc.vsgml +++ b/ghc/docs/users_guide/libmisc.vsgml @@ -556,7 +556,7 @@ unzipWith :: (a -> b -> c) -> [(a, b)] -> [c] %* * %************************************************************************ -The GHC system library (@-syslib ghc@) also provides interfaces to +The GHC system library (@-syslib misc@) also provides interfaces to several useful C libraries, mostly from the GNU project. %************************************************************************ @@ -600,8 +600,8 @@ will see in the GNU readline documentation.) %************************************************************************ %* * -The @Regexp@ and @MatchPS@ interfaces -