]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* coreutils.texi (cp invocation): Say that -i and -f are
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2006 16:49:06 +0000 (16:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2006 16:49:06 +0000 (16:49 +0000)
independent.  Clarify -i's behavior.

doc/ChangeLog
doc/coreutils.texi

index f2d23be3b52dc9416bbf05da5249ad37611472b3..bb84f1960f8fbbb457d4e9e8f1d3804bc541b52d 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (cp invocation): Say that -i and -f are
+       independent.  Clarify -i's behavior.
+
 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi (tail invocation): Ignore -f when standard input
index 51493874c05ec227890160e58a90d0a2404bb8be..461423707a4ceb4cb885fd635df3693467d86dca 100644 (file)
@@ -6890,6 +6890,9 @@ tries to open it again.  Contrast this behavior with that enabled by
 is never opened but rather is unlinked unconditionally.  Also see the
 description of @option{--remove-destination}.
 
+This option is independent of the @option{--interactive} or
+@option{-i} option: neither cancels the effect of the other.
+
 @item -H
 @opindex -H
 If a command line argument specifies a symbolic link, then copy the
@@ -6901,7 +6904,8 @@ via recursive traversal.
 @itemx --interactive
 @opindex -i
 @opindex --interactive
-Prompt whether to overwrite existing regular destination files.
+When copying a regular file, prompt whether to overwrite an existing
+destination file.
 
 @item -l
 @itemx --link