]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/canonicalize_file_name.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / canonicalize_file_name.3
index 1d190a1183b6cf6fc72090944469bf37aaa02813..3d40eb981c01e60275bb8aaf16bb62106125691c 100644 (file)
@@ -46,17 +46,17 @@ pathname components.
 Consecutive slash
 .RI ( / )
 characters are replaced by a single slash.
-
+.PP
 The returned string is dynamically allocated by
 .BR canonicalize_file_name ()
 and the caller should deallocate it with
 .BR free (3)
 when it is no longer required.
-
+.PP
 The call
 .I canonicalize_file_name(path)
 is equivalent to the call:
-
+.PP
     realpath(path, NULL);
 .SH RETURN VALUE
 On success,