summaryrefslogtreecommitdiff
path: root/usr/src/man/man3proc/Ppsinfo.3proc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3proc/Ppsinfo.3proc')
-rw-r--r--usr/src/man/man3proc/Ppsinfo.3proc6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/man/man3proc/Ppsinfo.3proc b/usr/src/man/man3proc/Ppsinfo.3proc
index f86572f9f6..7032494b06 100644
--- a/usr/src/man/man3proc/Ppsinfo.3proc
+++ b/usr/src/man/man3proc/Ppsinfo.3proc
@@ -30,7 +30,8 @@ The
function returns the process handle
.Fa P Ns 's
.Xr ps 1
-information. The
+information.
+The
.Sy psinfo_t
structure that is returned is defined in
.Xr proc 4
@@ -39,7 +40,8 @@ and is valid until a subsequent call to
.Sh RETURN VALUES
Upon successful completion, the
.Fn Ppsinfo
-function returns a pointer to the process ps information. Otherwise,
+function returns a pointer to the process ps information.
+Otherwise,
.Dv NULL
is returned to indicate that it could not be found.
.Sh INTERFACE STABILITY