From: panne Date: Sun, 9 Mar 2003 20:19:27 +0000 (+0000) Subject: [project @ 2003-03-09 20:19:27 by panne] X-Git-Tag: nhc98-1-18-release~718 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=13c9517f61fe8104395ca08c2a378211458618be;p=ghc-base.git [project @ 2003-03-09 20:19:27 by panne] Fixed markup confusion ("" vs. '') --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 9707ad0..7c97ddd 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -150,7 +150,7 @@ labelThread (ThreadId t) str = IO $ \ s -> adr = byteArrayContents# ps in case (labelThread# t adr s) of s1 -> (# s1, () #) -{- | This function is a replacement for "System.Posix.Process.forkProcessAll": +{- | This function is a replacement for 'System.Posix.Process.forkProcessAll': This implementation /will stop all other Concurrent Haskell threads/ in the (heavyweight) forked copy. 'forkProcessPrim' returns the pid of the child process to the parent, 0 to the