From: Benno Schulenberg Date: Mon, 15 Oct 2012 11:12:46 +0000 (+0200) Subject: doc: remove a stray parenthesis from 'cp --force' description X-Git-Tag: v8.20~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3131cd9c5a30ae818d8beef15ece2d02f022f3c4;p=thirdparty%2Fcoreutils.git doc: remove a stray parenthesis from 'cp --force' description * doc/coreutils.texi (cp invocation): Remove Cheshire Cat. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 63ad22b6b6..e2b1059129 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7724,7 +7724,7 @@ Equivalent to @option{--no-dereference --preserve=links}. @opindex -f @opindex --force When copying without this option and an existing destination file cannot -be opened for writing, the copy fails. However, with @option{--force}), +be opened for writing, the copy fails. However, with @option{--force}, when a destination file cannot be opened, @command{cp} then removes it and tries to open it again. Contrast this behavior with that enabled by @option{--link} and @option{--symbolic-link}, whereby the destination file