OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / canonicalize_file_name.3
index 91a3e3b..fddc0ea 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH CANONICALIZE_FILE_NAME 3 2013-03-10 "GNU" "Linux Programmer's Manual"
+.TH CANONICALIZE_FILE_NAME 3 2013-05-11 "GNU" "Linux Programmer's Manual"
 .SH NAME
 canonicalize_file_name \- return the canonicalized absolute pathname
 .SH SYNOPSIS
@@ -58,8 +58,6 @@ The call
 is equivalent to the call:
 
     realpath(path, NULL);
-.SH CONFORMING TO
-This function is a GNU extension.
 .SH RETURN VALUE
 On success,
 .BR canonicalize_file_name ()
@@ -72,6 +70,17 @@ to indicate the error.
 .SH ERRORS
 See
 .BR realpath (3).
+.SH CONFORMING TO
+This function is a GNU extension.
 .SH SEE ALSO
 .BR readlink (2),
 .BR realpath (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.