diff options
-rw-r--r-- | ghc/docs/users_guide/win32-dlls.sgml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml index 75d5f30f0e..f07a053537 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: <programlisting> c:\ghc\bin\ghci "c:\\Program Files\\Haskell\\Project.hs" </programlisting> - -<para> If the quotes are left off in the above command, <command>ghci</command> will interpret the filename as two, "c:\\Program" and "Files\\Haskell\\Project.hs". </para> |