From: rrt Date: Thu, 6 Apr 2000 17:50:58 +0000 (+0000) Subject: [project @ 2000-04-06 17:50:58 by rrt] X-Git-Tag: Approximately_9120_patches~4785 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=24a808a66d06bd2c7b32a5734866021b2b566922;p=ghc-hetmet.git [project @ 2000-04-06 17:50:58 by rrt] Fixed a tyop. --- diff --git a/ghc/lib/std/Directory.lhs b/ghc/lib/std/Directory.lhs index 6e77569..1c65c87 100644 --- a/ghc/lib/std/Directory.lhs +++ b/ghc/lib/std/Directory.lhs @@ -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