Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/5ad061f1e54da784b0622169798f91ceb40ea382 >--------------------------------------------------------------- commit 5ad061f1e54da784b0622169798f91ceb40ea382 Author: Simon Hengel <[email protected]> Date: Tue Oct 2 21:43:46 2012 +0200 Fix Haddock markup >--------------------------------------------------------------- System/Directory.hs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Directory.hs b/System/Directory.hs index cfe7cd9..10a66d9 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -1063,7 +1063,7 @@ instead. On Unix, 'getHomeDirectory' 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@. +@C:\/Documents And Settings\/user@. The operation may fail with: @@ -1138,7 +1138,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: _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
