[project @ 2003-09-23 16:13:59 by simonmar]
authorsimonmar <unknown>
Tue, 23 Sep 2003 16:13:59 +0000 (16:13 +0000)
committersimonmar <unknown>
Tue, 23 Sep 2003 16:13:59 +0000 (16:13 +0000)
Haddock fix.

Control/Concurrent.hs

index 3978db0..c5fbaa2 100644 (file)
@@ -317,7 +317,7 @@ Support for multiple operating system threads and bound threads as described
 below is currently only available in the GHC runtime system when the runtime system
 has been compiled using a special option.
 
-When recompiling GHC, use ./configure --enable-threaded-rts to enable this.
+When recompiling GHC, use .\/configure --enable-threaded-rts to enable this.
 To find your GHC has already been compiled that way, use
 'rtsSupportsBoundThreads' from GHCi.