Added SEE ALSO for canonicalize_file_name(3)

This commit is contained in:
Michael Kerrisk 2005-07-14 14:56:39 +00:00
parent 4ff2a3ba99
commit a8431b7bfb
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,7 @@ may return \-1 to signify that PATH_MAX is not bounded.
.LP
The libc4 and libc5 implementation contains a buffer overflow
(fixed in libc-5.4.13).
Thus, suid programs like mount need a private version.
Thus, set-user-ID programs like mount need a private version.
.SH HISTORY
The
.BR realpath ()
@ -170,6 +170,7 @@ is given in <unistd.h> in libc4 and libc5,
but in <stdlib.h> everywhere else.
.SH "SEE ALSO"
.BR readlink (2),
.BR canonicalize_file_name (3),
.BR getcwd (3),
.BR pathconf (3),
.BR sysconf (3)