diff options
author | Jim Meyering <jim@meyering.net> | 2001-07-14 13:09:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-07-14 13:09:33 +0000 |
commit | a129fd7d2f1cec47411c62950ecdd26a7394c8ad (patch) | |
tree | 660d5c7aebf12def95d787cc0abee529b7eae071 /doc | |
parent | e519cc9571dc01999c69f1d241afaefdabcab089 (diff) | |
download | coreutils-a129fd7d2f1cec47411c62950ecdd26a7394c8ad.tar.xz |
(cp invocation): Reflect 2001-07-08 change to cp (via copy.c).
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 a7768083f..fe5fc6a75 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 |