summaryrefslogtreecommitdiff
path: root/usr/src/man/man3proc/Ppltdest.3proc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3proc/Ppltdest.3proc')
-rw-r--r--usr/src/man/man3proc/Ppltdest.3proc7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/man/man3proc/Ppltdest.3proc b/usr/src/man/man3proc/Ppltdest.3proc
index efdca692dc..56eea82f85 100644
--- a/usr/src/man/man3proc/Ppltdest.3proc
+++ b/usr/src/man/man3proc/Ppltdest.3proc
@@ -34,8 +34,8 @@ in the process handle
.Fa P
corresponds to an entry in the procedure linkage table (PLT) and if so,
returns a pointer to a null-terminated character string that contains
-the symbol's name. The returned pointer is not valid after any other
-calls to function in
+the symbol's name.
+The returned pointer is not valid after any other calls to function in
.Xr libproc 3LIB .
The
.Fn Ppltdest
@@ -45,7 +45,8 @@ corresponds to an address in the PLT.
.Sh RETURN VALUES
Upon successful completion, the
.Fn Ppltdest
-returns a pointer to a character string with the name. Otherwise,
+returns a pointer to a character string with the name.
+Otherwise,
.Dv NULL
is returned.
.Sh INTERFACE STABILITY