From: simonpj Date: Fri, 14 Feb 2003 14:17:43 +0000 (+0000) Subject: [project @ 2003-02-14 14:17:43 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1164 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cbafa79d42c8e5d2099bd314701166065619e873;p=ghc-hetmet.git [project @ 2003-02-14 14:17:43 by simonpj] wibble --- diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml index 75d5f30..f07a053 100644 --- a/ghc/docs/users_guide/win32-dlls.sgml +++ b/ghc/docs/users_guide/win32-dlls.sgml @@ -15,8 +15,6 @@ require filenames containing spaces to be escaped using quotes: c:\ghc\bin\ghci "c:\\Program Files\\Haskell\\Project.hs" - - If the quotes are left off in the above command, ghci will interpret the filename as two, "c:\\Program" and "Files\\Haskell\\Project.hs".