From 7434e643313564ce201033037fbfdde742933835 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 2 Aug 2007 08:17:17 +0000 Subject: [PATCH] fix Haddock markup --- System/IO.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/System/IO.hs b/System/IO.hs index 8812800..f2b9090 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -95,7 +95,7 @@ module System.IO ( hIsReadable, hIsWritable, -- :: Handle -> IO Bool hIsSeekable, -- :: Handle -> IO Bool - -- ** Terminal operations (not portable: ghc/hugs only) + -- ** Terminal operations (not portable: GHC\/Hugs only) #if !defined(__NHC__) hIsTerminalDevice, -- :: Handle -> IO Bool @@ -104,7 +104,7 @@ module System.IO ( hGetEcho, -- :: Handle -> IO Bool #endif - -- ** Showing handle state (not portable: ghc only) + -- ** Showing handle state (not portable: GHC only) #ifdef __GLASGOW_HASKELL__ hShow, -- :: Handle -> IO String @@ -155,7 +155,7 @@ module System.IO ( hGetBufNonBlocking, -- :: Handle -> Ptr a -> Int -> IO Int #endif - -- * Temporary files (not portable: ghc/hugs only) + -- * Temporary files (not portable: GHC\/Hugs only) #if !defined(__NHC__) openTempFile, -- 1.7.10.4