]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Add missing commans in SEE ALSO section.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 17 Dec 2007 11:24:18 +0000 (11:24 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 17 Dec 2007 11:24:18 +0000 (11:24 +0000)
man2/link.2
man2/openat.2
man2/symlink.2
man2/syscall.2

index 3b35b14c0feb3cb7b5569ab343e296300badd0eb..e6143219f7d7e98733399cbfb80e69f098a3046a 100644 (file)
@@ -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)
index 6696fd9e4c9b0b8a4b3f9dcb7362feb8b2770c1b..c2bd0c88f4be4d7540b8b175e27d344ce05b4f5d 100644 (file)
@@ -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)
index 3ad4463ff653c521485515bb9ac7b99e3b7d503d..73af50c1dc1c016cf6e93d7599e51a1c24d4ee17 100644 (file)
@@ -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)
index a6877296fb922c8755cc7f88c83330bcfc65e616..43110f770f9bdc0ed6d83270c737358343e6deb7 100644 (file)
@@ -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)