From: Jim Meyering Date: Mon, 6 Oct 1997 05:25:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22c~300 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8265dd3d8672aa4f92c24f999484e6a96cf4fae;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/src/copy.h b/src/copy.h index c8cfb99..4f80fd6 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