From: Pádraig Brady
Date: Mon, 6 Jan 2025 13:01:47 +0000 (+0000) Subject: doc: clarify mv -f operation in texinfo X-Git-Tag: v9.6~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55728961377715701c1c83c7ae94e60dc404a37e;p=thirdparty%2Fcoreutils.git doc: clarify mv -f operation in texinfo * doc/coreutils.texi (mv invocation): Be less ambiguous, in that -f is significant for any replacement operation on the destination, not just unlinking. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 9afec5271b..5857607411 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10282,7 +10282,7 @@ The program accepts the following options. Also see @ref{Common options}. @opindex -f @opindex --force @cindex prompts, omitting -Do not prompt the user before removing a destination file. +Do not prompt the user before replacing a destination file. @macro mvOptsIfn If you specify more than one of the @option{-i}, @option{-f}, @option{-n} options, only the final one takes effect.