diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/man/man3cpc | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3cpc')
22 files changed, 157 insertions, 76 deletions
diff --git a/usr/src/man/man3cpc/cpc.3cpc b/usr/src/man/man3cpc/cpc.3cpc index 63a0ac70fe..3fa9f624f8 100644 --- a/usr/src/man/man3cpc/cpc.3cpc +++ b/usr/src/man/man3cpc/cpc.3cpc @@ -189,7 +189,7 @@ existing application without changing the source code. A separate library, .Sy libpctx , provides a simple set of interfaces that use the facilities of -.Xr proc 4 +.Xr proc 5 to control a target process, and together with functions in .Sy libcpc , allow @@ -217,7 +217,6 @@ that consume handles. .Sh SEE ALSO .Xr cputrack 1 , -.Xr cpustat 1M , .Xr cpc_bind_curlwp 3CPC , .Xr cpc_buf_create 3CPC , .Xr cpc_enable 3CPC , @@ -229,4 +228,5 @@ handles. .Xr pctx_capture 3CPC , .Xr pctx_set_events 3CPC , .Xr libcpc 3LIB , -.Xr proc 4 +.Xr proc 5 , +.Xr cpustat 8 diff --git a/usr/src/man/man3cpc/cpc_access.3cpc b/usr/src/man/man3cpc/cpc_access.3cpc index 1579905f9a..2a27515722 100644 --- a/usr/src/man/man3cpc/cpc_access.3cpc +++ b/usr/src/man/man3cpc/cpc_access.3cpc @@ -68,7 +68,7 @@ have been correctly installed. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -86,8 +86,12 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_open\fR(3CPC), \fBcpc_seterrfn\fR(3CPC), -\fBlibcpc\fR(3LIB), \fBproc\fR(4), \fBattributes\fR(5) +.BR cpc (3CPC), +.BR cpc_open (3CPC), +.BR cpc_seterrfn (3CPC), +.BR libcpc (3LIB), +.BR proc (5), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc b/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc index 666bf6bb74..47c7854fcd 100644 --- a/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc +++ b/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc @@ -241,7 +241,7 @@ the example makes use of two counters to measure external cache references and external cache hits. These options are only appropriate for UltraSPARC processors. By setting the EVENT0 and EVENT1 environment variables to other strings (a list of which can be obtained from the \fB-h\fR option of the -\fBcpustat\fR(1M) or \fBcputrack\fR(1) utilities), other events can be counted. +\fBcpustat\fR(8) or \fBcputrack\fR(1) utilities), other events can be counted. The \fBerror()\fR routine is assumed to be a user-provided routine analogous to the familiar \fBprintf\fR(3C) function from the C library that also performs an \fBexit\fR(2) after printing the message. @@ -423,7 +423,7 @@ library and creates a set: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -441,9 +441,14 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBcpustat\fR(1M), \fBcputrack\fR(1), \fBpsrinfo\fR(1M), -\fBprocessor_bind\fR(2), \fBcpc_seterrhndlr\fR(3CPC), -\fBcpc_set_sample\fR(3CPC), \fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cputrack (1), +.BR processor_bind (2), +.BR cpc_set_sample (3CPC), +.BR cpc_seterrhndlr (3CPC), +.BR libcpc (3LIB), +.BR attributes (7), +.BR cpustat (8), +.BR psrinfo (8) .SH NOTES .sp .LP @@ -524,7 +529,7 @@ hardware counters per physical processor. To use \fBcpc_bind_curlwp()\fR or \fBcpc_bind_pctx()\fR to measure per-\fBLWP\fR events on a system with Pentium 4 HT processors, a system administrator must first take processors in the system offline until each physical processor has only one hardware thread -online (See the \fB-p\fR option to \fBpsrinfo\fR(1M)). If a second hardware +online (See the \fB-p\fR option to \fBpsrinfo\fR(8)). If a second hardware thread is brought online, all per-\fBLWP\fR bound contexts will be invalidated and any attempt to sample or bind a CPC set will return \fBEAGAIN\fR. .sp diff --git a/usr/src/man/man3cpc/cpc_bind_event.3cpc b/usr/src/man/man3cpc/cpc_bind_event.3cpc index 26344cb5b7..03b7988eeb 100644 --- a/usr/src/man/man3cpc/cpc_bind_event.3cpc +++ b/usr/src/man/man3cpc/cpc_bind_event.3cpc @@ -288,7 +288,7 @@ samples than just print them out. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -306,10 +306,17 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBcpustat\fR(1M), \fBcputrack\fR(1), \fBwrite\fR(2), \fBcpc\fR(3CPC), -\fBcpc_access\fR(3CPC), \fBcpc_bind_curlwp\fR(3CPC), -\fBcpc_set_sample\fR(3CPC), \fBcpc_strtoevent\fR(3CPC), \fBcpc_unbind\fR(3CPC), -\fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cputrack (1), +.BR write (2), +.BR cpc (3CPC), +.BR cpc_access (3CPC), +.BR cpc_bind_curlwp (3CPC), +.BR cpc_set_sample (3CPC), +.BR cpc_strtoevent (3CPC), +.BR cpc_unbind (3CPC), +.BR libcpc (3LIB), +.BR attributes (7), +.BR cpustat (8) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_buf_create.3cpc b/usr/src/man/man3cpc/cpc_buf_create.3cpc index ca84c0739b..956943cc1f 100644 --- a/usr/src/man/man3cpc/cpc_buf_create.3cpc +++ b/usr/src/man/man3cpc/cpc_buf_create.3cpc @@ -190,7 +190,7 @@ The library could not allocate enough memory for its internal data structures. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -208,8 +208,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBcpc_bind_curlwp\fR(3CPC), \fBcpc_set_add_request\fR(3CPC), -\fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cpc_bind_curlwp (3CPC), +.BR cpc_set_add_request (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_count_usr_events.3cpc b/usr/src/man/man3cpc/cpc_count_usr_events.3cpc index 36eaef55fb..9e82a5a950 100644 --- a/usr/src/man/man3cpc/cpc_count_usr_events.3cpc +++ b/usr/src/man/man3cpc/cpc_count_usr_events.3cpc @@ -112,7 +112,7 @@ main(int argc, char *argv[]) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -130,10 +130,16 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBcputrack\fR(1), \fBcpc\fR(3CPC), \fBcpc_access\fR(3CPC), -\fBcpc_bind_event\fR(3CPC), \fBcpc_enable\fR(3CPC), \fBcpc_getcpuver\fR(3CPC), -\fBcpc_pctx_bind_event\fR(3CPC), \fBcpc_version\fR(3CPC), \fBlibcpc\fR(3LIB), -\fBattributes\fR(5) +.BR cputrack (1), +.BR cpc (3CPC), +.BR cpc_access (3CPC), +.BR cpc_bind_event (3CPC), +.BR cpc_enable (3CPC), +.BR cpc_getcpuver (3CPC), +.BR cpc_pctx_bind_event (3CPC), +.BR cpc_version (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_enable.3cpc b/usr/src/man/man3cpc/cpc_enable.3cpc index 34f549719d..9b1bf9e3a5 100644 --- a/usr/src/man/man3cpc/cpc_enable.3cpc +++ b/usr/src/man/man3cpc/cpc_enable.3cpc @@ -100,7 +100,7 @@ main(int argc, char *argv[]) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -118,5 +118,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBcputrack\fR(1), \fBcpc\fR(3CPC), \fBcpc_open\fR(3CPC), \fBlibcpc\fR(3LIB), -\fBattributes\fR(5) +.BR cputrack (1), +.BR cpc (3CPC), +.BR cpc_open (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3cpc/cpc_event.3cpc b/usr/src/man/man3cpc/cpc_event.3cpc index ad56fa9336..81dfbe401d 100644 --- a/usr/src/man/man3cpc/cpc_event.3cpc +++ b/usr/src/man/man3cpc/cpc_event.3cpc @@ -81,7 +81,7 @@ in the \fBce_tsc\fR field. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -97,5 +97,8 @@ Interface Stability Evolving .SH SEE ALSO .sp .LP -\fBgethrtime\fR(3C), \fBcpc\fR(3CPC), \fBcpc_version\fR(3CPC), -\fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR gethrtime (3C), +.BR cpc (3CPC), +.BR cpc_version (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3cpc/cpc_event_diff.3cpc b/usr/src/man/man3cpc/cpc_event_diff.3cpc index ff6cbd264f..820d6e5940 100644 --- a/usr/src/man/man3cpc/cpc_event_diff.3cpc +++ b/usr/src/man/man3cpc/cpc_event_diff.3cpc @@ -67,7 +67,7 @@ field of \fIdiff\fR. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -85,8 +85,12 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_buf_add\fR(3CPC), \fBcpc_buf_sub\fR(3CPC), -\fBcpc_event\fR(3CPC), \fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cpc (3CPC), +.BR cpc_buf_add (3CPC), +.BR cpc_buf_sub (3CPC), +.BR cpc_event (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_getcpuver.3cpc b/usr/src/man/man3cpc/cpc_getcpuver.3cpc index a48b7f929c..bc5b0fbf52 100644 --- a/usr/src/man/man3cpc/cpc_getcpuver.3cpc +++ b/usr/src/man/man3cpc/cpc_getcpuver.3cpc @@ -110,7 +110,7 @@ system. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -128,9 +128,14 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_access\fR(3CPC), \fBcpc_cciname\fR(3CPC), -\fBcpc_cpuref\fR(3CPC), \fBcpc_npic\fR(3CPC), -\fBcpc_walk_events_all\fR(3CPC), \fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cpc (3CPC), +.BR cpc_access (3CPC), +.BR cpc_cciname (3CPC), +.BR cpc_cpuref (3CPC), +.BR cpc_npic (3CPC), +.BR cpc_walk_events_all (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_npic.3cpc b/usr/src/man/man3cpc/cpc_npic.3cpc index eb835b5f00..5d2a3605db 100644 --- a/usr/src/man/man3cpc/cpc_npic.3cpc +++ b/usr/src/man/man3cpc/cpc_npic.3cpc @@ -182,7 +182,7 @@ There is not enough memory available. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -200,5 +200,7 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBcpc_bind_curlwp\fR(3CPC), \fBgeneric_events\fR(3CPC), \fBlibcpc\fR(3LIB), -\fBattributes\fR(5) +.BR cpc_bind_curlwp (3CPC), +.BR generic_events (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3cpc/cpc_open.3cpc b/usr/src/man/man3cpc/cpc_open.3cpc index 0e7c335305..51f00a87a1 100644 --- a/usr/src/man/man3cpc/cpc_open.3cpc +++ b/usr/src/man/man3cpc/cpc_open.3cpc @@ -64,7 +64,7 @@ The version requested by the client is incompatible with the implementation. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -82,4 +82,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR libcpc (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3cpc/cpc_pctx_bind_event.3cpc b/usr/src/man/man3cpc/cpc_pctx_bind_event.3cpc index 1916c82cbe..776537d97b 100644 --- a/usr/src/man/man3cpc/cpc_pctx_bind_event.3cpc +++ b/usr/src/man/man3cpc/cpc_pctx_bind_event.3cpc @@ -89,7 +89,7 @@ controlled process. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -107,8 +107,12 @@ Interface Stability Evolving .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_bind_event\fR(3CPC), \fBlibcpc\fR(3LIB), -\fBpctx_capture\fR(3CPC), \fBpctx_create\fR(3CPC), \fBattributes\fR(5) +.BR cpc (3CPC), +.BR cpc_bind_event (3CPC), +.BR pctx_capture (3CPC), +.BR pctx_create (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_set_create.3cpc b/usr/src/man/man3cpc/cpc_set_create.3cpc index 71e691ab50..5ba92b1806 100644 --- a/usr/src/man/man3cpc/cpc_set_create.3cpc +++ b/usr/src/man/man3cpc/cpc_set_create.3cpc @@ -197,7 +197,7 @@ data structures. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -215,9 +215,13 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBcpc_bind_curlwp\fR(3CPC), \fBcpc_buf_create\fR(3CPC), \fBcpc_npic\fR(3CPC), -\fBcpc_seterrhndlr\fR(3CPC), \fBlibcpc\fR(3LIB), \fBstrtol\fR(3C), -\fBattributes\fR(5) +.BR strtol (3C), +.BR cpc_bind_curlwp (3CPC), +.BR cpc_buf_create (3CPC), +.BR cpc_npic (3CPC), +.BR cpc_seterrhndlr (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_seterrfn.3cpc b/usr/src/man/man3cpc/cpc_seterrfn.3cpc index 1de489e904..637dd27e5f 100644 --- a/usr/src/man/man3cpc/cpc_seterrfn.3cpc +++ b/usr/src/man/man3cpc/cpc_seterrfn.3cpc @@ -68,7 +68,7 @@ myapp_errfn(const char *fn, const char *fmt, va_list ap) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -86,8 +86,11 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_seterrhndlr\fR(3CPC), \fBlibcpc\fR(3LIB), -\fBvsnprintf\fR(3C), \fBattributes\fR(5) +.BR vsnprintf (3C), +.BR cpc (3CPC), +.BR cpc_seterrhndlr (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc b/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc index 4bdb77328e..8eca9b61cb 100644 --- a/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc +++ b/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc @@ -166,7 +166,7 @@ myapp_errfn(const char *fn, int subcode, const char *fmt, va_list ap) .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -183,5 +183,7 @@ MT-Level Safe .SH SEE ALSO .LP -\fBcpc_bind_curlwp\fR(3CPC), \fBlibcpc\fR(3LIB), \fBvsnprintf\fR(3C), -\fBattributes\fR(5) +.BR vsnprintf (3C), +.BR cpc_bind_curlwp (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3cpc/cpc_shared_open.3cpc b/usr/src/man/man3cpc/cpc_shared_open.3cpc index 4520ea87a7..2f62d141c5 100644 --- a/usr/src/man/man3cpc/cpc_shared_open.3cpc +++ b/usr/src/man/man3cpc/cpc_shared_open.3cpc @@ -157,7 +157,7 @@ to disallow access to them system-wide. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -175,9 +175,15 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBprocessor_bind\fR(2), \fBcpc\fR(3CPC), \fBcpc_bind_cpu\fR(3CPC), -\fBcpc_bind_event\fR(3CPC), \fBcpc_set_sample\fR(3CPC), \fBcpc_unbind\fR(3CPC), -\fBlibcpc\fR(3LIB), \fBthr_create\fR(3C), \fBattributes\fR(5) +.BR processor_bind (2), +.BR thr_create (3C), +.BR cpc (3CPC), +.BR cpc_bind_cpu (3CPC), +.BR cpc_bind_event (3CPC), +.BR cpc_set_sample (3CPC), +.BR cpc_unbind (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_strtoevent.3cpc b/usr/src/man/man3cpc/cpc_strtoevent.3cpc index cc08a937f4..69150721f6 100644 --- a/usr/src/man/man3cpc/cpc_strtoevent.3cpc +++ b/usr/src/man/man3cpc/cpc_strtoevent.3cpc @@ -148,7 +148,7 @@ else .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -166,9 +166,14 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_getcpuver\fR(3CPC), \fBcpc_set_add_request\fR(3CPC), -\fBcpc_seterrfn\fR(3CPC), \fBfree\fR(3C), \fBgetsubopt\fR(3C), -\fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR free (3C), +.BR getsubopt (3C), +.BR cpc (3CPC), +.BR cpc_getcpuver (3CPC), +.BR cpc_set_add_request (3CPC), +.BR cpc_seterrfn (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/cpc_version.3cpc b/usr/src/man/man3cpc/cpc_version.3cpc index 2df4e4cb6c..78de918aa1 100644 --- a/usr/src/man/man3cpc/cpc_version.3cpc +++ b/usr/src/man/man3cpc/cpc_version.3cpc @@ -56,7 +56,7 @@ if (cpc_version(CPC_VER_CURRENT) == CPC_VER_NONE) { .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -74,7 +74,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBcpc_open\fR(3CPC), \fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cpc (3CPC), +.BR cpc_open (3CPC), +.BR libcpc (3LIB), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/generic_events.3cpc b/usr/src/man/man3cpc/generic_events.3cpc index d3aee4e9ea..dc5a0f5e2b 100644 --- a/usr/src/man/man3cpc/generic_events.3cpc +++ b/usr/src/man/man3cpc/generic_events.3cpc @@ -1235,7 +1235,7 @@ _ .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -1251,7 +1251,8 @@ Interface Stability Volatile .SH SEE ALSO .sp .LP -\fBcpc\fR(3CPC), \fBattributes\fR(5) +.BR cpc (3CPC), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3cpc/pctx_capture.3cpc b/usr/src/man/man3cpc/pctx_capture.3cpc index 6aa903669c..b7a1ed96a6 100644 --- a/usr/src/man/man3cpc/pctx_capture.3cpc +++ b/usr/src/man/man3cpc/pctx_capture.3cpc @@ -102,7 +102,7 @@ controlled process either stopped or exited (if the controlled process has invoked \fBexit\fR(2).) If an error has occurred (for example, if the controlled process has \fBexec\fR-ed a set-\fBID\fR executable, if certain callbacks have returned error indications, or if the process was unable to -respond to \fBproc\fR(4) requests) an error message is printed and the function +respond to \fBproc\fR(5) requests) an error message is printed and the function returns \(mi1. .SH USAGE .sp @@ -112,7 +112,7 @@ be made to perform various system calls on its behalf. No system calls are directly supported in this version of the API, though system calls are executed by the \fBcpc_pctx\fR family of interfaces in \fBlibcpc\fR such as \fBcpc_pctx_bind_event\fR(3CPC). A specially created agent \fBLWP\fR is used to -execute these system calls in the controlled process. See \fBproc\fR(4) for +execute these system calls in the controlled process. See \fBproc\fR(5) for more details. .sp .LP @@ -124,7 +124,7 @@ while the agent \fBLWP\fR is still alive inside the controlled process. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -142,5 +142,9 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBfork\fR(2), \fBcpc\fR(3CPC), \fBpctx_set_events\fR(3CPC), -\fBlibpctx\fR(3LIB), \fBproc\fR(4), \fBattributes\fR(5) +.BR fork (2), +.BR cpc (3CPC), +.BR pctx_set_events (3CPC), +.BR libpctx (3LIB), +.BR proc (5), +.BR attributes (7) diff --git a/usr/src/man/man3cpc/pctx_set_events.3cpc b/usr/src/man/man3cpc/pctx_set_events.3cpc index 81b009d439..61540c2a99 100644 --- a/usr/src/man/man3cpc/pctx_set_events.3cpc +++ b/usr/src/man/man3cpc/pctx_set_events.3cpc @@ -172,7 +172,7 @@ main() .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -190,5 +190,12 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBexec\fR(2), \fBexit\fR(2), \fBfork\fR(2), \fBvfork\fR(2), \fBfork1\fR(2), -\fBcpc\fR(3CPC), \fBlibpctx\fR(3LIB), \fBproc\fR(4), \fBattributes\fR(5) +.BR exec (2), +.BR exit (2), +.BR fork (2), +.BR fork1 (2), +.BR vfork (2), +.BR cpc (3CPC), +.BR libpctx (3LIB), +.BR proc (5), +.BR attributes (7) |