diff --git a/man2/access.2 b/man2/access.2 index 41e0cfdd7..a27d6e19d 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -175,6 +175,7 @@ SVID, AT&T, POSIX, X/OPEN, 4.3BSD .SH "SEE ALSO" .BR chmod (2), .BR chown (2), +.BR faccessat (2), .BR open (2), .BR path_resolution (2), .BR setgid (2), diff --git a/man2/chmod.2 b/man2/chmod.2 index 419dddaaa..4244587a6 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -207,6 +207,7 @@ conditions, but does not document EIO. .SH "SEE ALSO" .BR chown (2), .BR execve (2), +.BR fchmodat (2), .BR open (2), .BR path_resolution (2), .BR stat (2) diff --git a/man2/chown.2 b/man2/chown.2 index f05810b79..de6d1a941 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -180,5 +180,6 @@ been changed to allow access for a user and the time where the file can actually be accessed by the user on other clients. .SH "SEE ALSO" .BR chmod (2), +.BR fchownat (2), .BR flock (2), .BR path_resolution (2) diff --git a/man2/openat.2 b/man2/openat.2 index af9ee69d6..32c77ded8 100644 --- a/man2/openat.2 +++ b/man2/openat.2 @@ -143,7 +143,11 @@ A similar system call exists on Solaris. .BR openat () was added to Linux in kernel 2.6.16. .SH "SEE ALSO" +.BR faccessat (2), +.BR fchmodat (2), +.BR fchownat (2), .BR fstatat (2), +.BR futimesat (2), .BR linkat (2), .BR mkdirat (2), .BR mknodat (2), @@ -153,4 +157,3 @@ was added to Linux in kernel 2.6.16. .BR symlinkat (2), .BR unlinkat (2), .BR mkfifoat (3). -.\" FIXME . eventually list other *at.2 pages here? diff --git a/man2/utime.2 b/man2/utime.2 index e7ccc1d85..0f50072e7 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -159,5 +159,6 @@ EINTR, ELOOP, EMULTIHOP, ENAMETOOLONG, ENOLINK, ENOLINK, ENOTDIR. 4.3BSD .SH "SEE ALSO" .BR chattr (1), +.BR futimesat (2), .BR stat (2), .BR futimes (3) diff --git a/man3/futimes.3 b/man3/futimes.3 index 4a1ada6ea..63b102665 100644 --- a/man3/futimes.3 +++ b/man3/futimes.3 @@ -62,4 +62,5 @@ is available since glibc 2.3. .SH "CONFORMING TO" 4.2BSD. Other than Linux, this function is only available on the BSDs. .SH "SEE ALSO" +.BR futimesat (2), .BR utime (2)