Add SEE ALSO references to new *at.2 pages

This commit is contained in:
Michael Kerrisk 2006-05-02 00:03:35 +00:00
parent 7f1a301df9
commit 22e3b8b11c
6 changed files with 9 additions and 1 deletions

View File

@ -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),

View File

@ -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)

View File

@ -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)

View File

@ -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?

View File

@ -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)

View File

@ -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)