X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIOBase.lhs;h=b669a11a0971b565953dd71f693e869311321088;hb=06638f8c2dc14da8cf4f999028a92aa50a27fab9;hp=d5a997cd75bc677d4aa229a2b45216d63731ae24;hpb=9f9c1ba962b98906e1a750b16138344bc62a6fd3;p=ghc-base.git diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index d5a997c..b669a11 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -399,7 +399,7 @@ type FilePath = String -- but not less frequently, than specified above. -- The output buffer is emptied as soon as it has been written out. -- --- Similarly, input occurs according to the buffer mode for handle {\em hdl}. +-- Similarly, input occurs according to the buffer mode for the handle: -- -- * /line-buffering/: when the buffer for the handle is not empty, -- the next item is obtained from the buffer; otherwise, when the