From: Simon Marlow Date: Thu, 2 Aug 2007 08:17:17 +0000 (+0000) Subject: fix Haddock markup X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7434e643313564ce201033037fbfdde742933835;p=ghc-base.git fix Haddock markup --- 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,