From df61fc232892d3c23257de2bcc4d88e547ee028c Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 21 Aug 2004 10:56:59 +0000 Subject: [PATCH] [project @ 2004-08-21 10:56:59 by panne] Haddock fix --- System/Directory.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Directory.hs b/System/Directory.hs index 0f7339e..096712c 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -702,7 +702,7 @@ instead. On Unix, 'getUserDocumentsDirectory' returns the value of the @HOME@ environment variable. On Windows, the system is queried for a suitable path; a typical path might be -@C:/Documents and Settings/user/My Documents@. +@C:\/Documents and Settings\/user\/My Documents@. The operation may fail with: -- 1.7.10.4