]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/chflags.2
xnu-792.21.3.tar.gz
[apple/xnu.git] / bsd / man / man2 / chflags.2
index 48a949e8f8d7b3cdb22014722acbe4f2488a91b8..66a036bbb9c7502226eba9f0571c100c0164aec2 100644 (file)
@@ -44,9 +44,9 @@
 .Fd #include <sys/stat.h>
 .Fd #include <unistd.h>
 .Ft int
-.Fn chflags "const char *path"  "u_long flags"
+.Fn chflags "const char *path"  "u_int flags"
 .Ft int
-.Fn fchflags "int fd" "u_long flags"
+.Fn fchflags "int fd" "u_int flags"
 .Sh DESCRIPTION
 The file whose name
 is given by
@@ -134,7 +134,7 @@ will fail if:
 .It Bq Er EBADF
 The descriptor is not valid.
 .It Bq Er EINVAL
-.Fa Fd
+.Fa fd
 refers to a socket, not to a file.
 .It Bq Er EPERM
 The effective user ID does not match the owner of the file and