X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Flibmisc.vsgml;h=384f5865dc6c569a3d0c52a7d44b80fee58b73a7;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=f9a104aa9692ac9a0542b98d679709fdb417ccb9;hpb=653624562dac3c3fd6379e69250e3fa9f591f17e;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/libmisc.vsgml b/ghc/docs/users_guide/libmisc.vsgml index f9a104a..384f586 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 misc@ to use @PackedString@s. +@-syslib ghc@ 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 misc@) also provides interfaces to +The GHC system library (@-syslib ghc@) 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 misc@ (and @-fhaskell-1.3@). +besides the usual @-syslib ghc@ (and @-fhaskell-1.3@). The main function you'll use is: