From: ross Date: Fri, 23 Jul 2004 15:26:06 +0000 (+0000) Subject: [project @ 2004-07-23 15:26:06 by ross] X-Git-Tag: nhc98-1-18-release~293 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7baaed5bc2be1984669a531dbba9b0325e8a9262;p=ghc-base.git [project @ 2004-07-23 15:26:06 by ross] tweak comment --- diff --git a/GHC/Handle.hs b/GHC/Handle.hs index acc8418..25d8e78 100644 --- a/GHC/Handle.hs +++ b/GHC/Handle.hs @@ -1410,7 +1410,7 @@ hIsTerminalDevice handle = do -- hSetBinaryMode -- | Select binary mode ('True') or text mode ('False') on a open handle. --- (GHC only; see also 'openBinaryFile'.) +-- (See also 'openBinaryFile'.) hSetBinaryMode :: Handle -> Bool -> IO () hSetBinaryMode handle bin =