* doc/coreutils.texi (mv invocation): Add a sentence to clarify that
mv(1) will only replace empty directories in the target, and fail with
a diagnostic otherwise. Discussed at:
http://lists.gnu.org/archive/html/coreutils/2015-12/msg00000.html
renames not the symlink but rather the directory referenced by the symlink.
@xref{Trailing slashes}.
+@emph{Note}: @command{mv} will only replace empty directories in the
+destination. Conflicting populated directories are skipped with a diagnostic.
+
The program accepts the following options. Also see @ref{Common options}.
@table @samp