aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
authorGravatar panne <unknown>2003-03-09 20:19:30 +0000
committerGravatar panne <unknown>2003-03-09 20:19:30 +0000
commit6babb725bded95e75e5f4e907a9b9b626a3714d9 (patch)
tree71762474dbd289bb4e53bab03281217122257e37 /System/Posix/Process.hsc
parent1566fcf8cb977ffd888163b3c6337b75d25f8863 (diff)
[project @ 2003-03-09 20:19:28 by panne]
Fixed markup confusion ("" vs. '')
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 016edfc..f855500 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -204,7 +204,7 @@ foreign import ccall unsafe "setpriority"
-- -----------------------------------------------------------------------------
-- Forking, execution
-{- | 'forkProcess' is a wrapper around "GHC.Conc.forkProcessPrim" similar to
+{- | 'forkProcess' is a wrapper around 'GHC.Conc.forkProcessPrim' similar to
'forkProcessAll' which returns a Maybe-type. The child receives @Nothing@,
the parent @Just (pid::ProcessID)@. In case of an error, an exception is thrown.