Print this page
11586 NAME field in man pages should match what's installed
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3proc/Pcontent.3proc.man.txt
+++ new/usr/src/man/man3proc/Pcontent.3proc.man.txt
1 1 PCONTENT(3PROC) Process Control Library Functions PCONTENT(3PROC)
2 2
3 3 NAME
4 - Pconent - obtain process content types available
4 + Pcontent - obtain process content types available
5 5
6 6 LIBRARY
7 7 Process Control Library (libproc, -lproc)
8 8
9 9 SYNOPSIS
10 10 #include <libproc.h>
11 11
12 12 core_content_t
13 13 Pcontent(struct ps_prochandle *P);
14 14
15 15 DESCRIPTION
16 16 The Pcontent() function describes information available from the process
17 17 handle P.
18 18
19 19 Different types of process handles have different kinds of content
20 20 available to them. For example, handles to active and running processes
21 21 have more information available than various core files, as the core file
22 22 retains a subset of information available in the running process.
23 23 Handles that refer to ELF objects, obtained through Pgrab_file(3PROC),
24 24 will not have information such as a stack available. The content of core
25 25 files is controlled by coreadm(1M).
26 26
27 27 The symbols that may be returned are listed in the core_content_t heading
28 28 in the TYPES section in libproc(3LIB).
29 29
30 30 RETURN VALUES
31 31 Upon successful completion, the Pcontent() function returns the bitwise-
32 32 inclusive-OR of content types. Otherwise, CC_CONTENT_INVALID is returned
33 33 to indicate an error.
34 34
↓ open down ↓ |
20 lines elided |
↑ open up ↑ |
35 35 INTERFACE STABILITY
36 36 Uncommitted
37 37
38 38 MT-LEVEL
39 39 See LOCKING in libproc(3LIB).
40 40
41 41 SEE ALSO
42 42 libproc(3LIB), Pcreate(3PROC), Pgrab(3PROC), Pgrab_core(3PROC),
43 43 Pgrab_file(3PROC), proc(4)
44 44
45 -illumos May 11, 2016 illumos
45 +illumos August 20, 2019 illumos
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX