diff --git a/man2/link.2 b/man2/link.2 index 3b35b14c0..e6143219f 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -171,5 +171,5 @@ to find out if the link got created. .BR rename (2), .BR stat (2), .BR symlink (2), -.BR unlink (2) +.BR unlink (2), .BR path_resolution (7) diff --git a/man2/openat.2 b/man2/openat.2 index 6696fd9e4..c2bd0c88f 100644 --- a/man2/openat.2 +++ b/man2/openat.2 @@ -157,5 +157,5 @@ but less efficiently.) .BR renameat (2), .BR symlinkat (2), .BR unlinkat (2), -.BR mkfifoat (3) +.BR mkfifoat (3), .BR path_resolution (7) diff --git a/man2/symlink.2 b/man2/symlink.2 index 3ad4463ff..73af50c1d 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -161,5 +161,5 @@ If this behavior is not desired, use .BR readlink (2), .BR rename (2), .BR symlinkat (2), -.BR unlink (2) +.BR unlink (2), .BR path_resolution (7) diff --git a/man2/syscall.2 b/man2/syscall.2 index a6877296f..43110f770 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -79,6 +79,6 @@ main(int argc, char *argv[]) } .fi .SH SEE ALSO -.BR intro (2) -.BR _syscall (2) +.BR intro (2), +.BR _syscall (2), .BR syscalls (2)