From: keithw Date: Tue, 27 Apr 1999 12:25:58 +0000 (+0000) Subject: [project @ 1999-04-27 12:25:58 by keithw] X-Git-Tag: Approximately_9120_patches~6299 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=994716916e629a005bb36d25ff5153e946d616e3;p=ghc-hetmet.git [project @ 1999-04-27 12:25:58 by keithw] Documentation added for RegexString. --- 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 -