[commit: packages/directory] master: Fix the formatting of error docs of removeDirectory (#8509) (b3abf7a)
git at git.haskell.org
git at git.haskell.org
Sun Nov 24 12:30:54 UTC 2013
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b3abf7a00436ad7ab9e0b3a2f7c570e3e9874e8f/directory
>---------------------------------------------------------------
commit b3abf7a00436ad7ab9e0b3a2f7c570e3e9874e8f
Author: Chris Schneider <cschneider at comverge.com>
Date: Sun Nov 24 13:29:50 2013 +0100
Fix the formatting of error docs of removeDirectory (#8509)
>---------------------------------------------------------------
b3abf7a00436ad7ab9e0b3a2f7c570e3e9874e8f
System/Directory.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Directory.hs b/System/Directory.hs
index 15ffa34..ab035d8 100644
--- a/System/Directory.hs
+++ b/System/Directory.hs
@@ -422,11 +422,11 @@ The operation may fail with:
* 'HardwareFault'
A physical I\/O error has occurred.
-EIO
+@[EIO]@
* 'InvalidArgument'
The operand is not a valid directory name.
-[ENAMETOOLONG, ELOOP]
+@[ENAMETOOLONG, ELOOP]@
* 'isDoesNotExistError' \/ 'NoSuchThing'
The directory does not exist.
More information about the ghc-commits
mailing list