From 653624562dac3c3fd6379e69250e3fa9f591f17e Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 17 Aug 1998 18:24:48 +0000 Subject: [PATCH] [project @ 1998-08-17 18:24:48 by sof] -syslib misc -> -syslib ghc --- ghc/docs/users_guide/libmisc.vsgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 1.7.10.4