aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process/Common.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Process/Common.hsc')
-rw-r--r--System/Posix/Process/Common.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process/Common.hsc b/System/Posix/Process/Common.hsc
index 59212e4..7fb0823 100644
--- a/System/Posix/Process/Common.hsc
+++ b/System/Posix/Process/Common.hsc
@@ -301,7 +301,7 @@ foreign import ccall "forkProcess" forkProcessPrim :: StablePtr (IO ()) -> IO CP
-- | Variant of 'forkProcess' in the style of 'forkIOWithUnmask'.
--
--- /Since: 2.7.0.0/
+-- @since 2.7.0.0
forkProcessWithUnmask :: ((forall a . IO a -> IO a) -> IO ()) -> IO ProcessID
forkProcessWithUnmask action = forkProcess (action unsafeUnmask)