From c89adfb8b23377d513236392a1d143d7cbb6e609 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Sun, 21 Apr 2019 15:39:26 -0400
Subject: [PATCH] Link to readProcess in readProcessWithExitCode Haddocks

[ci skip]
---
 System/Process.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Process.hs b/System/Process.hs
index 9b372935..cc47535e 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -491,7 +491,7 @@ readCreateProcess cp input = do
              CreateProcess { cmdspec = RawCommand _ args' } -> args'
 
 
--- | @readProcessWithExitCode@ is like @readProcess@ but with two differences:
+-- | @readProcessWithExitCode@ is like 'readProcess' but with two differences:
 --
 --  * it returns the 'ExitCode' of the process, and does not throw any
 --    exception if the code is not 'ExitSuccess'.
-- 
GitLab