summaryrefslogtreecommitdiff
path: root/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3cpc/cpc_bind_curlwp.3cpc
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3cpc/cpc_bind_curlwp.3cpc')
-rw-r--r--usr/src/man/man3cpc/cpc_bind_curlwp.3cpc17
1 files changed, 11 insertions, 6 deletions
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