doc formatting fix
authorSimon Marlow <marlowsd@gmail.com>
Wed, 14 Jul 2010 15:13:47 +0000 (15:13 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 14 Jul 2010 15:13:47 +0000 (15:13 +0000)
GHC/IO/Handle.hs

index 0330cb3..a831ff7 100644 (file)
@@ -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 ()