diff --git a/man2/getdents.2 b/man2/getdents.2 index 02aea6e3b..2a57592be 100644 --- a/man2/getdents.2 +++ b/man2/getdents.2 @@ -307,4 +307,5 @@ main(int argc, char *argv[]) .fi .SH SEE ALSO .BR readdir (2), -.BR readdir (3) +.BR readdir (3), +.BR inode (7) diff --git a/man2/open.2 b/man2/open.2 index c177b5a49..20fe81089 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -1647,5 +1647,6 @@ is ignored). .BR fopen (3), .BR acl (5), .BR fifo (7), +.BR inode (7), .BR path_resolution (7), .BR symlink (7) diff --git a/man2/stat.2 b/man2/stat.2 index bba843170..dec44e22a 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -702,4 +702,5 @@ main(int argc, char *argv[]) .BR readlink (2), .BR utime (2), .BR capabilities (7), +.BR inode (7), .BR symlink (7) diff --git a/man2/statx.2 b/man2/statx.2 index 72ba0302b..4795577e8 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -487,4 +487,5 @@ library support is not yet added to glibc. .BR readlink (2), .BR utime (2), .BR capabilities (7), +.BR inode (7), .BR symlink (7)