From a8431b7bfbaacb16723fddbf195ca797f2b8a13c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 14 Jul 2005 14:56:39 +0000 Subject: [PATCH] Added SEE ALSO for canonicalize_file_name(3) --- man3/realpath.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/realpath.3 b/man3/realpath.3 index 8144f4f3c..1f7b69378 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -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 in libc4 and libc5, but in everywhere else. .SH "SEE ALSO" .BR readlink (2), +.BR canonicalize_file_name (3), .BR getcwd (3), .BR pathconf (3), .BR sysconf (3)