summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-06 05:25:59 +0000
committerJim Meyering <jim@meyering.net>1997-10-06 05:25:59 +0000
commitf8265dd3d8672aa4f92c24f999484e6a96cf4fae (patch)
treef560e92ad83a7fc3ec2eb1f058827d09eac506df /src
parent48f0a083329b989bda90aeda763a4222155a6a06 (diff)
downloadcoreutils-f8265dd3d8672aa4f92c24f999484e6a96cf4fae.tar.xz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/copy.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/copy.h b/src/copy.h
index c8cfb9928..4f80fd676 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -50,12 +50,13 @@ struct cp_options
int one_file_system;
/* If nonzero, attempt to give the copies the original files' permissions,
- ownership, and timestamps. */
+ owner, group, and timestamps. */
int preserve;
/* If nonzero and any of the above (for preserve) file attributes cannot
- be applied to a destination file, treat it as a failure. E.g. cp -p
- requires this be nonzero, mv requires it be zero. */
+ be applied to a destination file, treat it as a failure and return
+ nonzero immediately. E.g. cp -p requires this be nonzero, mv requires
+ it be zero. */
int require_preserve;
/* If nonzero, copy directories recursively and copy special files