update readlink(2) manpage accordingly

This commit is contained in:
David van Moolenbroek 2009-05-20 11:49:10 +00:00
parent 9797d17d54
commit 00a2463d71

View file

@ -32,6 +32,9 @@ will fail if one or more of the following are true:
[ENOTDIR]
A component of either path prefix is not a directory.
.TP 15
[EINVAL]
The path does not resolve to a symbolic link.
.TP 15
[ENAMETOOLONG]
A path name exceeds PATH_MAX characters.
.TP 15