From 3b363b623cf79a5392b7e1058d1898f565a2e6f2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Apr 2017 21:54:23 +0200 Subject: [PATCH] getdents.2, open.2, stat.2, statx.2: SEE ALSO: add inode(7) Signed-off-by: Michael Kerrisk --- man2/getdents.2 | 3 ++- man2/open.2 | 1 + man2/stat.2 | 1 + man2/statx.2 | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) 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)