summaryrefslogtreecommitdiffstats
path: root/man3/canonicalize_file_name.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/canonicalize_file_name.3')
-rw-r--r--man3/canonicalize_file_name.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/canonicalize_file_name.3 b/man3/canonicalize_file_name.3
index d5fcd0f0a..ca847185c 100644
--- a/man3/canonicalize_file_name.3
+++ b/man3/canonicalize_file_name.3
@@ -35,7 +35,7 @@ characters are replaced by a single slash.
The returned string is dynamically allocated by
.BR canonicalize_file_name ()
and the caller should deallocate it with
-.BR free (3)
+.MR free 3
when it is no longer required.
.P
The call
@@ -58,10 +58,10 @@ returns NULL and sets
to indicate the error.
.SH ERRORS
See
-.BR realpath (3).
+.MR realpath 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,5 +76,5 @@ T} Thread safety MT-Safe
.SH STANDARDS
GNU.
.SH SEE ALSO
-.BR readlink (2),
-.BR realpath (3)
+.MR readlink 2 ,
+.MR realpath 3