Add missing commans in SEE ALSO section.

This commit is contained in:
Michael Kerrisk 2007-12-17 11:24:18 +00:00
parent 9e20ad2440
commit 0c2b92ba41
4 changed files with 5 additions and 5 deletions

View 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)

View 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)

View 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)

View 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)