aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO.hsc
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/Posix/IO.hsc
parent23d62156b0f9b87b4541688a535ca5aa378969a8 (diff)
Fix some haddock links
Diffstat (limited to 'System/Posix/IO.hsc')
-rw-r--r--System/Posix/IO.hsc2
1 files changed, 1 insertions, 1 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".
--
-----------------------------------------------------------------------------