diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2012-10-15 13:12:46 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2012-10-19 12:13:49 +0200 |
commit | 3131cd9c5a30ae818d8beef15ece2d02f022f3c4 (patch) | |
tree | 6dd51e85f0294787fca7e543b96ac42fd62f2c4b /doc | |
parent | 5a6d2f699c608f8ab8af3735f1afe0361fa44eb6 (diff) | |
download | coreutils-3131cd9c5a30ae818d8beef15ece2d02f022f3c4.tar.xz |
doc: remove a stray parenthesis from 'cp --force' description
* doc/coreutils.texi (cp invocation): Remove Cheshire Cat.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 63ad22b6b..e2b105912 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 |