From 3131cd9c5a30ae818d8beef15ece2d02f022f3c4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 15 Oct 2012 13:12:46 +0200 Subject: [PATCH] doc: remove a stray parenthesis from 'cp --force' description * doc/coreutils.texi (cp invocation): Remove Cheshire Cat. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2