]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/chflags.2
xnu-3789.41.3.tar.gz
[apple/xnu.git] / bsd / man / man2 / chflags.2
index 0d16cab190b2ef5e25a1ce64a3f59b87e3954c8b..973a2781734f38588ba4626a0dbbe3f599d56661 100644 (file)
@@ -96,7 +96,7 @@ 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 init 8
+.Xr launchd 8
 for details.)
 .Sh RETURN VALUES
 Upon successful completion, a value of 0 is returned.
@@ -104,7 +104,7 @@ Otherwise, -1 is returned and the global variable
 .Va errno
 is set to indicate the error.
 .Sh ERRORS
-.Fn Chflags
+.Fn chflags
 will fail if:
 .Bl -tag -width Er
 .It Bq Er ENOTDIR
@@ -137,7 +137,7 @@ error occurred while reading from or writing to the file system.
 The operation isn't supported by the filesystem.
 .El
 .Pp
-.Fn Fchflags
+.Fn fchflags
 will fail if:
 .Bl -tag -width Er
 .It Bq Er EBADF
@@ -162,7 +162,7 @@ The operation isn't supported by the filesystem.
 .Xr fflagstostr 3 ,
 .Xr lchflags 3 ,
 .Xr strtofflags 3 ,
-.Xr init 8
+.Xr launchd 8
 .Sh HISTORY
 The
 .Fn chflags