diff --git a/man2/chown.2 b/man2/chown.2 index 12182f2e8..fdb5a9e71 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -246,4 +246,5 @@ main(int argc, char *argv[]) .BR chmod (2), .BR fchownat (2), .BR flock (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BY symlink (7) diff --git a/man2/faccessat.2 b/man2/faccessat.2 index 4143224d3..9fbe22054 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -140,4 +140,5 @@ to determine access permissions. .BR openat (2), .BR euidaccess (3), .BR credentials (7), -.BR path_resolution (7) +.BR path_resolution (7), +.BR symlink (7) diff --git a/man2/fchmodat.2 b/man2/fchmodat.2 index 50f7e308d..eb7f6ff6e 100644 --- a/man2/fchmodat.2 +++ b/man2/fchmodat.2 @@ -129,3 +129,4 @@ for an explanation of the need for .BR chmod (2), .BR openat (2), .BR path_resolution (7) +.\" .BR symlink (7) diff --git a/man2/fchownat.2 b/man2/fchownat.2 index 5f6806340..cd9b49ccc 100644 --- a/man2/fchownat.2 +++ b/man2/fchownat.2 @@ -127,4 +127,5 @@ for an explanation of the need for .SH "SEE ALSO" .BR chown (2), .BR openat (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BR symlink (7) diff --git a/man2/fstatat.2 b/man2/fstatat.2 index d9ae94167..bfe405f05 100644 --- a/man2/fstatat.2 +++ b/man2/fstatat.2 @@ -127,4 +127,5 @@ for an explanation of the need for .SH "SEE ALSO" .BR openat (2), .BR stat (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BR symlink (7) diff --git a/man2/getxattr.2 b/man2/getxattr.2 index 9d97af8b4..363c8ca4c 100644 --- a/man2/getxattr.2 +++ b/man2/getxattr.2 @@ -148,4 +148,5 @@ These system calls are Linux-specific. .BR removexattr (2), .BR setxattr (2), .BR stat (2), -.BR attr (5) +.BR attr (5), +.BR symlink (7) diff --git a/man2/link.2 b/man2/link.2 index 143436674..b1efa33de 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -172,4 +172,5 @@ to find out if the link got created. .BR stat (2), .BR symlink (2), .BR unlink (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BY symlink (7) diff --git a/man2/linkat.2 b/man2/linkat.2 index 446ba9b64..2cd4419d8 100644 --- a/man2/linkat.2 +++ b/man2/linkat.2 @@ -138,4 +138,5 @@ for an explanation of the need for .SH "SEE ALSO" .BR link (2), .BR openat (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BR symlink (7) diff --git a/man2/listxattr.2 b/man2/listxattr.2 index a7dec9cb2..0ee44c0b4 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -160,4 +160,5 @@ These system calls are Linux-specific. .BR removexattr (2), .BR setxattr (2), .BR stat (2), -.BR attr (5) +.BR attr (5), +.BR symlink (7) diff --git a/man2/open.2 b/man2/open.2 index 9f27b6e96..8fb0deadf 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -769,4 +769,5 @@ to enable this flag. .BR fopen (3), .BR fifo (7), .BR feature_test_macros (7), -.BR path_resolution (7) +.BR path_resolution (7), +.BR symlink (7) diff --git a/man2/readlink.2 b/man2/readlink.2 index 6c622789f..a81b1264a 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -124,4 +124,5 @@ as (newly) required in POSIX.1-2001. .BR readlinkat (2), .BR stat (2), .BR symlink (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BY symlink (7) diff --git a/man2/removexattr.2 b/man2/removexattr.2 index fd4aa2203..9e6c38196 100644 --- a/man2/removexattr.2 +++ b/man2/removexattr.2 @@ -115,4 +115,5 @@ These system calls are Linux-specific. .BR open (2), .BR setxattr (2), .BR stat (2), -.BR attr (5) +.BR attr (5), +.BR symlink (7) diff --git a/man2/rename.2 b/man2/rename.2 index 77e47ec68..a289d7d25 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -238,4 +238,5 @@ for a similar problem. .BR renameat (2), .BR symlink (2), .BR unlink (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BY symlink (7) diff --git a/man2/setxattr.2 b/man2/setxattr.2 index 82776d455..5804b64f0 100644 --- a/man2/setxattr.2 +++ b/man2/setxattr.2 @@ -158,4 +158,5 @@ These system calls are Linux-specific. .BR open (2), .BR removexattr (2), .BR stat (2), -.BR attr (5) +.BR attr (5), +.BR symlink (7) diff --git a/man2/stat.2 b/man2/stat.2 index 99161221f..c3dc5ebb3 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -559,4 +559,5 @@ main(int argc, char *argv[]) .BR fstatat (2), .BR readlink (2), .BR utime (2), -.BR capabilities (7) +.BR capabilities (7), +.BY symlink (7) diff --git a/man2/symlink.2 b/man2/symlink.2 index c3beb73ed..6b127b536 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -163,4 +163,5 @@ If this behavior is not desired, use .BR rename (2), .BR symlinkat (2), .BR unlink (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BY symlink (7) diff --git a/man2/symlinkat.2 b/man2/symlinkat.2 index 05e27f41d..b362af3d5 100644 --- a/man2/symlinkat.2 +++ b/man2/symlinkat.2 @@ -107,4 +107,5 @@ for an explanation of the need for .SH "SEE ALSO" .BR openat (2), .BR symlink (2), -.BR path_resolution (7) +.BR path_resolution (7), +.BR symlink (7) diff --git a/man2/unlink.2 b/man2/unlink.2 index c49c6efef..603d16816 100644 --- a/man2/unlink.2 +++ b/man2/unlink.2 @@ -153,4 +153,5 @@ disappearance of files which are still being used. .BR unlinkat (2), .BR mkfifo (3), .BR remove (3), -.BR path_resolution (7) +.BR path_resolution (7), +.BY symlink (7) diff --git a/man3/futimes.3 b/man3/futimes.3 index e6db47516..eb394447c 100644 --- a/man3/futimes.3 +++ b/man3/futimes.3 @@ -89,4 +89,5 @@ These functions are not specified in any standard. Other than Linux, they are only available on the BSDs. .SH "SEE ALSO" .BR futimesat (2), -.BR utime (2) +.BR utime (2), +.BY symlink (7) diff --git a/man3/remove.3 b/man3/remove.3 index 231cbad32..a5c187760 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -87,4 +87,5 @@ disappearance of files which are still being used. .BR rename (2), .BR rmdir (2), .BR unlink (2), -.BR mkfifo (3) +.BR mkfifo (3), +.BR symlink (7) diff --git a/man7/path_resolution.7 b/man7/path_resolution.7 index 67cc65657..07ce236ce 100644 --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7 @@ -228,4 +228,5 @@ on directories, and read permission on ordinary files. .\" FIXME say something about ACLs .SH "SEE ALSO" .BR capabilities (7), -.BR credentials (7) +.BR credentials (7), +.BY symlink (7)