aboutsummaryrefslogtreecommitdiffstats
path: root/man3/realpath.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/realpath.3')
-rw-r--r--man3/realpath.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/realpath.3 b/man3/realpath.3
index 567a438efd..e4985009d4 100644
--- a/man3/realpath.3
+++ b/man3/realpath.3
@@ -70,7 +70,7 @@ The resulting path will have no symbolic link,
or
.I "/../"
components.
-
+.PP
If
.I resolved_path
is specified as NULL, then
@@ -95,7 +95,7 @@ If there is no error,
.BR realpath ()
returns a pointer to the
.IR resolved_path .
-
+.PP
Otherwise, it returns NULL, the contents
of the array
.I resolved_path
@@ -151,7 +151,7 @@ T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
4.4BSD, POSIX.1-2001.
-
+.PP
POSIX.1-2001 says that the behavior if
.I resolved_path
is NULL is implementation-defined.