aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2003-05-27 12:59:54 +0000
committerGravatar stolz <unknown>2003-05-27 12:59:54 +0000
commitd0880076152f6193473a4fafa4bd467e3acf47b8 (patch)
treefdc5393a8944768480f76e7a9acb1a0d46502a7c /System
parentbfd5af5903b39ff447c28e231b031dfd4b8e97a3 (diff)
[project @ 2003-05-27 12:59:54 by stolz]
/me slaps haddock with a large piece of trout. Someone please remind me of running 'make html' before committing.
Diffstat (limited to 'System')
-rw-r--r--System/Posix/Temp.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Temp.hsc b/System/Posix/Temp.hsc
index bb5b987..d16d169 100644
--- a/System/Posix/Temp.hsc
+++ b/System/Posix/Temp.hsc
@@ -34,7 +34,7 @@ import System.Posix.Types
import Foreign.C
-- |'mkstemp' - make a unique filename and open it for
--- reading/writing (only safe on GHC & Hugs)
+-- reading\/writing (only safe on GHC & Hugs)
mkstemp :: String -> IO (String, Handle)
mkstemp template = do