From: sof Date: Mon, 17 Aug 1998 18:24:48 +0000 (+0000) Subject: [project @ 1998-08-17 18:24:48 by sof] X-Git-Tag: Approx_2487_patches~315 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=653624562dac3c3fd6379e69250e3fa9f591f17e;p=ghc-hetmet.git [project @ 1998-08-17 18:24:48 by sof] -syslib misc -> -syslib ghc --- diff --git a/ghc/docs/users_guide/libmisc.vsgml b/ghc/docs/users_guide/libmisc.vsgml index 384f586..f9a104a 100644 --- a/ghc/docs/users_guide/libmisc.vsgml +++ b/ghc/docs/users_guide/libmisc.vsgml @@ -247,7 +247,7 @@ accumulating any errors that occur. %************************************************************************ You need to @import PackedString@ and heave in your -@-syslib ghc@ to use @PackedString@s. +@-syslib misc@ to use @PackedString@s. The basic type and functions available are: @@ -512,7 +512,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. %************************************************************************ @@ -532,7 +532,7 @@ Readline library. As such, you will need to look at the GNU documentation (and have a @libreadline.a@ file around somewhere...) You'll need to link any Readlining program with @-lreadline -ltermcap@, -besides the usual @-syslib ghc@ (and @-fhaskell-1.3@). +besides the usual @-syslib misc@ (and @-fhaskell-1.3@). The main function you'll use is: