diff options
| -rw-r--r-- | man2/ioctl_iflags.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man2/ioctl_iflags.2 b/man2/ioctl_iflags.2 index 9c77b08b9f..fb3fbb112b 100644 --- a/man2/ioctl_iflags.2 +++ b/man2/ioctl_iflags.2 @@ -200,6 +200,17 @@ the effective user ID of the caller must match the owner of the file, or the caller must have the .BR CAP_FOWNER capability. +.PP +The type of the argument given to the +.BR FS_IOC_GETFLAGS +and +.BR FS_IOC_SETFLAGS +operations is +.IR "int\ *" , +notwithstanding the implication in the kernel source file +.I include/uapi/linux/fs.h +that the argument is +.IR "long\ *" . .SH SEE ALSO .BR chattr (1), .BR lsattr (1), |
