From: krasimir Date: Tue, 4 Jan 2005 20:15:04 +0000 (+0000) Subject: [project @ 2005-01-04 20:15:04 by krasimir] X-Git-Tag: nhc98-1-18-release~144 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5cb296ddc74173237af7d6f813211a9b0ecc7d16;p=haskell-directory.git [project @ 2005-01-04 20:15:04 by krasimir] fix haddock comment --- 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: