]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Likewise for description of cp -a in doc/coreutils.texi: s/-dpPR/-dpR/.
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 12 Nov 2007 23:00:53 +0000 (00:00 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 12 Nov 2007 23:02:29 +0000 (00:02 +0100)
ChangeLog
doc/coreutils.texi

index 8403ce362b7abb3d77f31108b295a44d3c15bcf3..0dc025a1be3ce69013e170aeb9b1bf45d687acae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        Since option -d of 'cp' includes the function of -P, mentioning the
        latter in the description of option -a is redundant and therefore
        slightly confusing, as the reader tries to figure out what it adds.
+       * doc/coreutils.texi (cp invocation): Likewise: s/-dpPR/-dpR/.
 
 2007-11-09  Jim Meyering  <meyering@redhat.com>
 
index 4c08378cef4c4702691cc5580941a3ae16520f22..a73329222670f0ca31335a9345f97c1ca4e1fb6d 100644 (file)
@@ -6949,7 +6949,7 @@ Preserve as much as possible of the structure and attributes of the
 original files in the copy (but do not attempt to preserve internal
 directory structure; i.e., @samp{ls -U} may list the entries in a copied
 directory in a different order).
-Equivalent to @option{-dpPR}.
+Equivalent to @option{-dpR}.
 
 @item -b
 @itemx @w{@kbd{--backup}[=@var{method}]}