Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : master
http://hackage.haskell.org/trac/ghc/changeset/213a9871a4a633c9c2e4707a43cfb7b4cee85694 >--------------------------------------------------------------- commit 213a9871a4a633c9c2e4707a43cfb7b4cee85694 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 759693c..15c85e0 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -1037,7 +1037,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: @@ -1112,7 +1112,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
