path_resolution.7: Add readlink(2) to SEE ALSO

Reported-by: <jidanni@jidanni.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-12-05 07:01:02 +01:00
parent 7e6b1afb45
commit 2908c4cf0b
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH PATH_RESOLUTION 7 2008-11-20 "Linux" "Linux Programmer's Manual"
.TH PATH_RESOLUTION 7 2009-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
Unix/Linux path resolution \- find the file referred to by a filename
.SH DESCRIPTION
@ -227,6 +227,7 @@ on directories, and read permission on ordinary files.
.\" FIXME say something about immutable files
.\" FIXME say something about ACLs
.SH "SEE ALSO"
.BR readlink (2),
.BR capabilities (7),
.BR credentials (7),
.BR symlink (7)