aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO.hsc
diff options
context:
space:
mode:
authorGravatar panne <unknown>2002-09-14 09:35:00 +0000
committerGravatar panne <unknown>2002-09-14 09:35:00 +0000
commit426094f214f66221964a55e0a7faf3da096ad6fa (patch)
treebb3661e5ec3e80113a472b93e7c13b833b23a7fe /System/Posix/IO.hsc
parent599742c6159e9a7c1e999118f98a68c1ac5e16b7 (diff)
[project @ 2002-09-14 09:35:00 by panne]
4th attempt to get a working RPM, but again: Make Haddock happy. Is doing a "make html" that hard before committing...? :-]
Diffstat (limited to 'System/Posix/IO.hsc')
-rw-r--r--System/Posix/IO.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index f324841..67ddb62 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -25,8 +25,8 @@ module System.Posix.IO (
openFd, createFile,
closeFd,
- -- ** Reading/writing data
{-
+ -- ** Reading/writing data
fdRead, fdWrite,
-}
@@ -50,7 +50,7 @@ module System.Posix.IO (
-- ** Duplicating file descriptors
dup, dupTo,
- -- ** Converting file descriptors to/from Handles
+ -- ** Converting file descriptors to\/from Handles
handleToFd, fdToHandle,
) where