]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/chflags.2
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / man / man2 / chflags.2
index 973a2781734f38588ba4626a0dbbe3f599d56661..6bea184c416eedde8c13c855748626e8f08fcc54 100644 (file)
@@ -77,6 +77,11 @@ The file has been archived.
 The file may not be changed.
 .It SF_APPEND
 The file may only be appended to.
+.It SF_DATALESSFAULT
+The file is a dataless placeholder.
+The system will attempt to materialize it when accessed according to the dataless file materialization policy of the accessing thread or process.
+See
+.Xr getiopolicy_np 3 .
 .El
 .Pp
 The
@@ -93,11 +98,10 @@ The
 and
 .Dq SF_APPEND
 flags may only be set or unset by the super-user.
-They may be set at any time, but normally may only be unset when
-the system is in single-user mode.
-(See
-.Xr launchd 8
-for details.)
+.Pp
+The
+.Dq SF_DATALESSFAULT
+flag is an internal flag and may not be set from user space.
 .Sh RETURN VALUES
 Upon successful completion, a value of 0 is returned.
 Otherwise, -1 is returned and the global variable