[project @ 2000-04-06 17:50:58 by rrt]
authorrrt <unknown>
Thu, 6 Apr 2000 17:50:58 +0000 (17:50 +0000)
committerrrt <unknown>
Thu, 6 Apr 2000 17:50:58 +0000 (17:50 +0000)
Fixed a tyop.

ghc/lib/std/Directory.lhs

index 6e77569..1c65c87 100644 (file)
@@ -263,7 +263,7 @@ renameDirectory opath npath = do
         constructErrorAndFailWithInfo "renameDirectory" ("old: " ++ opath ++ ",new: " ++ npath)
 \end{code}
 
-@renameFile old@ {\em new} changes the name of an existing file system
+@renameFile@ {\em old} {\em new} changes the name of an existing file system
 object from {\em old} to {\em new}.  If the {\em new} object already
 exists, it is atomically replaced by the {\em old} object.  Neither
 path may refer to an existing directory.  A conformant implementation