diff --git a/man2/link.2 b/man2/link.2 index 1c2902ce3..fe046241f 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -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), diff --git a/man2/linkat.2 b/man2/linkat.2 index f1dcc8e91..2d73e6931 100644 --- a/man2/linkat.2 +++ b/man2/linkat.2 @@ -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) diff --git a/man2/openat.2 b/man2/openat.2 index ecf09c347..5315821be 100644 --- a/man2/openat.2 +++ b/man2/openat.2 @@ -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? diff --git a/man2/rename.2 b/man2/rename.2 index fd5f66fb5..aa3cfa60a 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -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) diff --git a/man2/renameat.2 b/man2/renameat.2 index 763c8b760..092c32677 100644 --- a/man2/renameat.2 +++ b/man2/renameat.2 @@ -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) diff --git a/man2/rmdir.2 b/man2/rmdir.2 index 8e1523124..3b79a8b93 100644 --- a/man2/rmdir.2 +++ b/man2/rmdir.2 @@ -123,3 +123,4 @@ disappearance of directories which are still being used. .BR mkdir (2), .BR rename (2), .BR unlink (2) +.BR unlinkat (2) diff --git a/man2/symlink.2 b/man2/symlink.2 index fac979127..d68db90a0 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -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) diff --git a/man2/symlinkat.2 b/man2/symlinkat.2 index 7944ba954..ac328cdaa 100644 --- a/man2/symlinkat.2 +++ b/man2/symlinkat.2 @@ -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) diff --git a/man2/unlink.2 b/man2/unlink.2 index 79293d530..4238e5e99 100644 --- a/man2/unlink.2 +++ b/man2/unlink.2 @@ -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) diff --git a/man2/unlinkat.2 b/man2/unlinkat.2 index 73bb65636..be6778140 100644 --- a/man2/unlinkat.2 +++ b/man2/unlinkat.2 @@ -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),