From 1933babac91cf4baa6fc36dc02d1683b0caecdf6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 24 Oct 2007 09:09:47 +0000 Subject: [PATCH] Fix doc building with Haddock 0.9 I was using a recent build here, which is more tolerant. --- System/IO.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/IO.hs b/System/IO.hs index a887d99..46e5dd5 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -421,7 +421,7 @@ hSetBinaryMode _ _ = return () -- The created file isn\'t deleted automatically, so you need to delete it manually. -- -- The file is creates with permissions such that only the current --- user can read/write it. +-- user can read\/write it. -- -- With some exceptions (see below), the file will be created securely -- in the sense that an attacker should not be able to cause -- 1.7.10.4