.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. If the optional
+flag CLONE_NOOWNERCOPY is passed, the ownership information is the same as if the
+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.
.
.El
.Pp
+.Bl -tag -width CLONE_NOOWNERCOPY
+.
+.It CLONE_NOOWNERCOPY
+Don't copy ownership information from the source when run called with superuser privileges.
+The symbolic link is itself cloned if
+.Fa src
+names a symbolic link.
+.
+.El
+.Pp
+The
The
.Fn clonefile ,
.Fn clonefileat
.Sh SEE ALSO
.
.Xr copyfile 3
+.Xr chown 2
.
.Sh HISTORY
The