X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..4d15aeb193b2c68f1d38666c317f8d3734f5f083:/bsd/man/man2/clonefile.2?ds=sidebyside diff --git a/bsd/man/man2/clonefile.2 b/bsd/man/man2/clonefile.2 index 09558f405..c9fd137e6 100644 --- a/bsd/man/man2/clonefile.2 +++ b/bsd/man/man2/clonefile.2 @@ -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