From: Jim Meyering Date: Sat, 14 Jul 2001 13:09:33 +0000 (+0000) Subject: (cp invocation): Reflect 2001-07-08 change to cp (via copy.c). X-Git-Tag: CPPI-1_10~9 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a129fd7d2f1cec47411c62950ecdd26a7394c8ad;p=thirdparty%2Fcoreutils.git (cp invocation): Reflect 2001-07-08 change to cp (via copy.c). --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index a7768083f4..fe5fc6a75d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5474,7 +5474,7 @@ Always follow symbolic links. Preserve the original files' owner, group, permissions, and timestamps. In the absence of this option, each destination file is created with the permissions of the corresponding source file, minus the bits set in the -umask. @xref{File permissions}. +umask and minus the set-user-id and set-group-id bits. @xref{File permissions}. @item -P @itemx --parents