comment
authorJim Meyering <jim@meyering.net>
Sun, 3 Sep 2000 13:18:22 +0000 (13:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Sep 2000 13:18:22 +0000 (13:18 +0000)
src/copy.h

index 5abc76be0be77e7bf4c0c50ad40a9feab442c201..51923baccc7e76b41d68a6cafc6b29c22ef8e9a6 100644 (file)
@@ -51,7 +51,10 @@ struct cp_options
   int unlink_dest_before_opening;
 
   /* If nonzero, first try to open each existing destination nondirectory,
-     then, if the open fails, unlink and try again.  */
+     then, if the open fails, unlink and try again.
+     This option must be set for `cp', in case the destination file
+     exists when the open is attempted.  It is irrelevant to `mv' since
+     any destination is sure to be removed before the open.  */
   int unlink_dest_after_failed_open;
 
   /* Setting this member is meaningful only if FORCE is also set.