From d505d74452a79d349876bb31bf0a7003f3f203a0 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 14 Jul 2010 15:13:47 +0000 Subject: [PATCH] doc formatting fix --- GHC/IO/Handle.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () -- 1.7.10.4