doc: remove a stray parenthesis from 'cp --force' description
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 15 Oct 2012 11:12:46 +0000 (13:12 +0200)
committerJim Meyering <jim@meyering.net>
Fri, 19 Oct 2012 10:13:49 +0000 (12:13 +0200)
* doc/coreutils.texi (cp invocation): Remove Cheshire Cat.

doc/coreutils.texi

index 63ad22b..e2b1059 100644 (file)
@@ -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