[project @ 2004-09-30 09:42:17 by simonmar]
authorsimonmar <unknown>
Thu, 30 Sep 2004 09:42:17 +0000 (09:42 +0000)
committersimonmar <unknown>
Thu, 30 Sep 2004 09:42:17 +0000 (09:42 +0000)
Haddock fixes

System/Process.hs

index 0cef6b7..88b41f5 100644 (file)
@@ -345,7 +345,7 @@ getProcessExitCode (ProcessHandle handle) =
 
    On Windows, CreateProcess takes a single string for the command,
    which is later decomposed by cmd.exe.  In this case, we just want
-   to prepend "c:\WINDOWS\CMD.EXE /c" to our command line.  The
+   to prepend @\"c:\WINDOWS\CMD.EXE \/c\"@ to our command line.  The
    command-line translation that we normally do for arguments on
    Windows isn't required (or desirable) here.
 -}