diff options
author | simonpj <unknown> | 2003-02-14 14:17:43 +0000 |
---|---|---|
committer | simonpj <unknown> | 2003-02-14 14:17:43 +0000 |
commit | cbafa79d42c8e5d2099bd314701166065619e873 (patch) | |
tree | c2ed4521a7fedaf62b7569cd9dfc19ee32b1b344 | |
parent | 9d3463add032cf170615d3fe9fe4f3e7a1d99ff5 (diff) | |
download | haskell-cbafa79d42c8e5d2099bd314701166065619e873.tar.gz |
[project @ 2003-02-14 14:17:43 by simonpj]
wibble
-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> |