From: Paul Eggert Date: Tue, 19 Sep 2006 16:49:06 +0000 (+0000) Subject: * coreutils.texi (cp invocation): Say that -i and -f are X-Git-Tag: v6.3~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f544d8dd1a46e3c666a86b2965f71c22576999bf;p=thirdparty%2Fcoreutils.git * coreutils.texi (cp invocation): Say that -i and -f are independent. Clarify -i's behavior. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index f2d23be3b5..bb84f1960f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-19 Paul Eggert + + * coreutils.texi (cp invocation): Say that -i and -f are + independent. Clarify -i's behavior. + 2006-09-08 Paul Eggert * coreutils.texi (tail invocation): Ignore -f when standard input diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 51493874c0..461423707a 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