Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3proc/Ppsinfo.3proc.man.txt
+++ new/usr/src/man/man3proc/Ppsinfo.3proc.man.txt
1 1 PPSINFO(3PROC) Process Control Library Functions PPSINFO(3PROC)
2 2
3 3 NAME
4 4 Ppsinfo - get process ps information
5 5
6 -SYNOPSIS
6 +LIBRARY
7 7 Process Control Library (libproc, -lproc)
8 +
9 +SYNOPSIS
8 10 #include <libproc.h>
9 11
10 12 const psinfo_t *
11 13 Ppsinfo(struct ps_prochandle *P);
12 14
13 15 DESCRIPTION
14 16 The Ppsinfo() function returns the process handle P's ps(1) information.
15 17 The psinfo_t structure that is returned is defined in proc(4) and is
16 18 valid until a subsequent call to Prelease(3PROC).
17 19
18 20 RETURN VALUES
19 21 Upon successful completion, the Ppsinfo() function returns a pointer to
20 22 the process ps information. Otherwise, NULL is returned to indicate that
21 23 it could not be found.
22 24
23 25 INTERFACE STABILITY
24 26 Uncommitted
25 27
26 28 MT-LEVEL
27 29 See LOCKING in libproc(3LIB).
28 30
29 31 SEE ALSO
30 32 ps(1), libproc(3LIB), Prelease(3PROC), proc(4)
31 33
32 34 illumos May 11, 2016 illumos
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX