diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-19 16:49:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-19 16:49:06 +0000 |
commit | f544d8dd1a46e3c666a86b2965f71c22576999bf (patch) | |
tree | 4ff8da46a95b8aa2a32ff38a0c90d39639ba7c17 /doc | |
parent | 0e3b87195ab0820d228cda986ac916d52b696aff (diff) | |
download | coreutils-f544d8dd1a46e3c666a86b2965f71c22576999bf.tar.gz coreutils-f544d8dd1a46e3c666a86b2965f71c22576999bf.tar.bz2 coreutils-f544d8dd1a46e3c666a86b2965f71c22576999bf.zip |
* coreutils.texi (cp invocation): Say that -i and -f are
independent. Clarify -i's behavior.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/coreutils.texi | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f2d23be3b..bb84f1960 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 51493874c..461423707 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 |