From 5cb296ddc74173237af7d6f813211a9b0ecc7d16 Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 4 Jan 2005 20:15:04 +0000 Subject: [PATCH] [project @ 2005-01-04 20:15:04 by krasimir] fix haddock comment --- System/Directory.hs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/System/Directory.hs b/System/Directory.hs index b9dcbfa..0989986 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -881,10 +881,17 @@ environment variable or \"\/tmp\" if the variable isn\'t defined. On Windows, the function checks for the existence of environment variables in the following order and uses the first path found: -* TMP environment variable. -* TEMP environment variable. -* USERPROFILE environment variable. -* The Windows directory +* +TMP environment variable. + +* +TEMP environment variable. + +* +USERPROFILE environment variable. + +* +The Windows directory The operation may fail with: -- 1.7.10.4