]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/clonefile.2
xnu-3789.51.2.tar.gz
[apple/xnu.git] / bsd / man / man2 / clonefile.2
index 09558f405d9afeda136dcd8d8b5e539aab023bbe..c9fd137e6fafc79a0c80ab615a839377c4d4a557 100644 (file)
@@ -53,10 +53,16 @@ with the exceptions listed below
 .Bl -enum
 .
 .It
-ownership information and timestamps are set as they would be if
+ownership information is set as it would be if
 .Fa dst
 was created by
 .Xr openat 2
+or
+.Xr mkdirat 2
+or
+.Xr symlinkat 2
+if the current user does not have privileges to change ownership.
+
 .
 .It
 setuid and setgid bits are turned off in the mode bits for regular files.
@@ -261,6 +267,7 @@ nor a file descriptor associated with a directory.
 .Sh SEE ALSO
 .
 .Xr copyfile 3
+.Xr chown 2
 .
 .Sh HISTORY
 The