Updates SEE ALSO

This commit is contained in:
Michael Kerrisk 2006-04-06 08:48:43 +00:00
parent 8f352ee52b
commit f595890250
10 changed files with 9 additions and 9 deletions

View File

@ -162,6 +162,7 @@ performs the link creation and dies before it can say so. Use
to find out if the link got created.
.SH "SEE ALSO"
.BR ln (1),
.BR linkat (2),
.BR open (2),
.BR path_resolution (2),
.BR rename (2),

View File

@ -126,8 +126,6 @@ for inclusion in a future revision of POSIX.1.
.BR linkat ()
was added to Linux in kernel 2.6.16.
.SH "SEE ALSO"
.\" FIXME . add a link from link.2 to this page.
.\" FIXME . add a link from openat.2 to this page.
.BR link (2),
.BR openat (2),
.BR path_resolution (2)

View File

@ -143,9 +143,13 @@ A similar system call exists on Solaris.
.BR openat ()
was added to Linux in kernel 2.6.16.
.SH "SEE ALSO"
.BR linkat (2),
.BR mkdirat (2),
.BR mknodat (2),
.BR open (2),
.BR path_resolution (2),
.BR renameat (2),
.BR symlinkat (2),
.BR unlinkat (2),
.BR mkfifoat (3).
.\" FIXME . eventually list other *at.2 pages here?

View File

@ -211,5 +211,6 @@ for a similar problem.
.BR chmod (2),
.BR link (2),
.BR path_resolution (2),
.BR renameat (2),
.BR symlink (2),
.BR unlink (2)

View File

@ -117,8 +117,6 @@ for inclusion in a future revision of POSIX.1.
.BR renameat ()
was added to Linux in kernel 2.6.16.
.SH "SEE ALSO"
.\" FIXME . add a link from rename.2 to this page.
.\" FIXME . add a link from openat.2 to this page.
.BR openat (2),
.BR rename (2),
.BR path_resolution (2)

View File

@ -123,3 +123,4 @@ disappearance of directories which are still being used.
.BR mkdir (2),
.BR rename (2),
.BR unlink (2)
.BR unlinkat (2)

View File

@ -151,4 +151,5 @@ re multiple files with the same name, and NFS.
.BR path_resolution (2),
.BR readlink (2),
.BR rename (2),
.BR symlinkat (2),
.BR unlink (2)

View File

@ -103,8 +103,6 @@ for inclusion in a future revision of POSIX.1.
.BR symlinkat ()
was added to Linux in kernel 2.6.16.
.SH "SEE ALSO"
.\" FIXME . add a link from symlink.2 to this page.
.\" FIXME . add a link from openat.2 to this page.
.BR openat (2),
.BR path_resolution (2),
.BR symlink (2)

View File

@ -148,5 +148,6 @@ disappearance of files which are still being used.
.BR path_resolution (2),
.BR rename (2),
.BR rmdir (2),
.BR unlinkat (2),
.BR mkfifo (3),
.BR remove (3)

View File

@ -141,9 +141,6 @@ A similar system call exists on Solaris.
.BR unlinkat ()
was added to Linux in kernel 2.6.16.
.SH "SEE ALSO"
.\" FIXME . add a link from unlink.2 to this page.
.\" FIXME . add a link from rmdir.2 to this page.
.\" FIXME . add a link from openat.2 to this page.
.BR openat (2),
.BR path_resolution (2),
.BR rmdir (2),