From: Simon Marlow Date: Wed, 14 Jul 2010 15:13:47 +0000 (+0000) Subject: doc formatting fix X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d505d74452a79d349876bb31bf0a7003f3f203a0;p=ghc-base.git doc formatting fix --- diff --git a/GHC/IO/Handle.hs b/GHC/IO/Handle.hs index 0330cb3..a831ff7 100644 --- a/GHC/IO/Handle.hs +++ b/GHC/IO/Handle.hs @@ -395,7 +395,8 @@ hSetPosn (HandlePosn h i) = hSeek h AbsoluteSeek i -- This operation may fail with: -- -- * 'isIllegalOperationError' if the Handle is not seekable, or does --- not support the requested seek mode. +-- not support the requested seek mode. +-- -- * 'isPermissionError' if a system resource limit would be exceeded. hSeek :: Handle -> SeekMode -> Integer -> IO ()