aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-11-26 18:45:21 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-11-26 18:45:21 +0000
commit1b2a8050c9f0a8abb17fb3742b0bffb40169b8b9 (patch)
treed3917cfe244949a38043fa5b1e4f96ec061d2e59 /System
parent23d62156b0f9b87b4541688a535ca5aa378969a8 (diff)
Fix some haddock links
Diffstat (limited to 'System')
-rw-r--r--System/Posix/IO.hsc2
-rw-r--r--System/Posix/Process.hsc4
2 files changed, 3 insertions, 3 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index 1dfc955..a578e41 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -12,7 +12,7 @@
-- POSIX IO support. These types and functions correspond to the unix
-- functions open(2), close(2), etc. For more portable functions
-- which are more like fopen(3) and friends from stdio.h, see
--- 'System.IO'.
+-- "System.IO".
--
-----------------------------------------------------------------------------
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 477c314..9f0fa84 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -9,8 +9,8 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX process support. See also the "System.Cmd" and "System.Process"
--- modules.
+-- POSIX process support. See also the System.Cmd and System.Process
+-- modules in the process package.
--
-----------------------------------------------------------------------------