canonicalize_file_name.3: Put CONFORMING TO section in right location

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-05-11 22:21:21 +02:00
parent 3944ae0c0d
commit 6aa5dcf494
1 changed files with 3 additions and 3 deletions

View 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,8 @@ 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)