Skip to content

Commit

Permalink
Updated CreateProcess documentation after revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
jprider63 committed Oct 14, 2015
1 parent 296535e commit 2397d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System/Process/Internals.hs
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ data CreateProcess = CreateProcess{
--
-- Default: @Nothing@
--
-- @since X.X.X.X
-- @since 1.4.0.0
child_user :: Maybe UserID -- ^ Use posix setuid to set child process's user id; does nothing on other platforms.
--
-- Default: @Nothing@
--
-- @since X.X.X.X
-- @since 1.4.0.0
}

data CmdSpec
Expand Down

0 comments on commit 2397d4f

Please sign in to comment.