From c05935a2c38480f8164bafcd141a5e0e2173b50e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 17 Mar 2017 19:26:49 +0100 Subject: [PATCH] xattr.7: SEE ALSO: add ioctl_iflags(2) People sometimes confuse xattrs and inode flags. Provide a link to the page that describes inode flags to give them a tip. Signed-off-by: Michael Kerrisk --- man7/xattr.7 | 1 + 1 file changed, 1 insertion(+) diff --git a/man7/xattr.7 b/man7/xattr.7 index 0ea0641d6..b0cc30e6c 100644 --- a/man7/xattr.7 +++ b/man7/xattr.7 @@ -189,6 +189,7 @@ This page was formerly named .BR getfattr (1), .BR setfattr (1), .BR getxattr (2), +.BR ioctl_iflags (2), .BR listxattr (2), .BR removexattr (2), .BR setxattr (2),