From 24a808a66d06bd2c7b32a5734866021b2b566922 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 6 Apr 2000 17:50:58 +0000 Subject: [PATCH] [project @ 2000-04-06 17:50:58 by rrt] Fixed a tyop. --- ghc/lib/std/Directory.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4