[commit: packages/process] master: Minor Haddock markup fix (4425b44)
git at git.haskell.org
git at git.haskell.org
Wed Nov 20 21:09:18 UTC 2013
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4425b44c5ab31b47d9f13529d909b9bc7e0027c3/process
>---------------------------------------------------------------
commit 4425b44c5ab31b47d9f13529d909b9bc7e0027c3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Nov 20 22:08:18 2013 +0100
Minor Haddock markup fix
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
4425b44c5ab31b47d9f13529d909b9bc7e0027c3
System/Process.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Process.hs b/System/Process.hs
index 9b8b85d..1b15158 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -485,8 +485,8 @@ other threads in the system, you must compile the program with
(/Since: 1.2.0.0/) On Unix systems, a negative value @'ExitFailure' -/signum/@
indicates that the child was terminated by signal @/signum/@.
The signal numbers are platform-specific, so to test for a specific signal use
-the constants provided by @System.Posix.Signals@ in the @unix@ package.
-Note: core dumps are not reported, use @System.Posix.Process@ if you need this
+the constants provided by "System.Posix.Signals" in the @unix@ package.
+Note: core dumps are not reported, use "System.Posix.Process" if you need this
detail.
-}
More information about the ghc-commits
mailing list