Added SEE ALSO linking to readlinkat.2.

This commit is contained in:
Michael Kerrisk 2006-07-21 14:38:06 +00:00
parent 50bf674b91
commit 591f90f794
2 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ was added to Linux in kernel 2.6.16.
.BR mknodat (2),
.BR open (2),
.BR path_resolution (2),
.BR readlinkat (2),
.BR renameat (2),
.BR symlinkat (2),
.BR unlinkat (2),

View File

@ -117,5 +117,6 @@ as (newly) required in POSIX.1-2001.
.SH "SEE ALSO"
.BR lstat (2),
.BR path_resolution (2),
.BR readlinkat (2),
.BR stat (2),
.BR symlink (2)