summaryrefslogtreecommitdiff
path: root/usr/src/man/man3proc/Pcontent.3proc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3proc/Pcontent.3proc')
-rw-r--r--usr/src/man/man3proc/Pcontent.3proc14
1 files changed, 8 insertions, 6 deletions
diff --git a/usr/src/man/man3proc/Pcontent.3proc b/usr/src/man/man3proc/Pcontent.3proc
index 0f31978cef..27d9d6742a 100644
--- a/usr/src/man/man3proc/Pcontent.3proc
+++ b/usr/src/man/man3proc/Pcontent.3proc
@@ -31,13 +31,14 @@ function describes information available from the process handle
.Fa P .
.Pp
Different types of process handles have different kinds of content
-available to them. For example, handles to active and running processes
-have more information available than various core files, as the core
-file retains a subset of information available in the running process.
+available to them.
+For example, handles to active and running processes have more information
+available than various core files, as the core file retains a subset of
+information available in the running process.
Handles that refer to ELF objects, obtained through
.Xr Pgrab_file 3PROC ,
-will not have information such as a stack available. The content of
-core files is controlled by
+will not have information such as a stack available.
+The content of core files is controlled by
.Xr coreadm 1M .
.Pp
The symbols that may be returned are listed in the
@@ -49,7 +50,8 @@ section in
.Sh RETURN VALUES
Upon successful completion, the
.Fn Pcontent
-function returns the bitwise-inclusive-OR of content types. Otherwise,
+function returns the bitwise-inclusive-OR of content types.
+Otherwise,
.Dv CC_CONTENT_INVALID
is returned to indicate an error.
.Sh INTERFACE STABILITY