summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-31 10:43:32 +0000
committerru <ru@FreeBSD.org>2002-10-31 10:43:32 +0000
commitc5928504099454ce04d18f6d8852f06bbf000268 (patch)
tree3e914ef26912aaab3485cce2c4968872ceee7283 /usr.bin/xinstall
parentc5d62c42fa3a5c2381a487c37c3de2af76383166 (diff)
downloadFreeBSD-src-c5928504099454ce04d18f6d8852f06bbf000268.zip
FreeBSD-src-c5928504099454ce04d18f6d8852f06bbf000268.tar.gz
Document the new behavior of -C with respect to inode-change-time.
Document that -p also preserves the access time of the source.
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/install.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index 79484cc..6fc17c0 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -101,6 +101,8 @@ is given.
Copy the file.
If the target file already exists and the files are the same,
then don't change the modification time of the target.
+If the target's file flags and mode need not to be changed,
+the target's inode change time is also unchanged.
.It Fl c
Copy the file.
This is actually the default.
@@ -130,12 +132,12 @@ for a description of possible mode values.
Specify an owner.
A numeric UID is allowed.
.It Fl p
-Preserve the modification time.
+Preserve the access and modification times.
Copy the file, as if the
.Fl C
(compare and copy) option is specified,
except if the target file doesn't already exist or is different,
-then preserve the modification time of the file.
+then preserve the access and modification times of the source file.
.It Fl S
Safe copy.
Normally,
OpenPOWER on IntegriCloud