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/Pgrab_error.3proc.man.txt
+++ new/usr/src/man/man3proc/Pgrab_error.3proc.man.txt
1 1 PGRAB_ERROR(3PROC) Process Control Library Functions PGRAB_ERROR(3PROC)
2 2
3 3 NAME
4 4 Pgrab_error - get Pgrab error message string
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 char *
11 13 Pgrab_error(int error);
12 14
13 15 DESCRIPTION
14 16 The Pgrab_error() function returns a pointer to a human-readable
15 17 character string describing the error that occurred. This function only
16 18 knows how to translate errors that are stored in perr during a failed
17 19 call to Pgrab(3PROC), Pfgrab_core(3PROC,) Pgrab_core(3PROC), or
18 20 Pgrab_file(3PROC).
19 21
20 22 RETURN VALUES
21 23 The Pgrab_error() function always returns a pointer to a character string
22 24 that describes the error that occurred, even if it is an unknown error.
23 25
24 26 INTERFACE STABILITY
25 27 Uncommitted
26 28
27 29 MT-LEVEL
28 30 MT-Safe
29 31
30 32 SEE ALSO
31 33 libproc(3LIB), Pgrab(3PROC), Pgrab_core(3PROC), Pgrab_file(3PROC)
32 34
33 35 illumos May 11, 2016 illumos
↓ open down ↓ |
16 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX