diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
---|---|---|
committer | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
commit | ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch) | |
tree | 3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man3cpc/cpc_shared_open.3cpc | |
parent | af8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff) | |
download | illumos-gate-ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab.tar.gz |
1502 Remove conversion cruft from manpages
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Diffstat (limited to 'usr/src/man/man3cpc/cpc_shared_open.3cpc')
-rw-r--r-- | usr/src/man/man3cpc/cpc_shared_open.3cpc | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/usr/src/man/man3cpc/cpc_shared_open.3cpc b/usr/src/man/man3cpc/cpc_shared_open.3cpc index 74c483a63d..4520ea87a7 100644 --- a/usr/src/man/man3cpc/cpc_shared_open.3cpc +++ b/usr/src/man/man3cpc/cpc_shared_open.3cpc @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH cpc_shared_open 3CPC "28 Mar 2005" "SunOS 5.11" "CPU Performance Counters Library Functions" +.TH CPC_SHARED_OPEN 3CPC "Mar 28, 2005" .SH NAME cpc_shared_open, cpc_shared_bind_event, cpc_shared_take_sample, cpc_shared_rele, cpc_shared_close \- use CPU performance counters on processors @@ -93,24 +93,20 @@ failure, the functions return -1 and set \fBerrno\fR to indicate the reason. .SH ERRORS .sp .ne 2 -.mk .na \fB\fBEACCES\fR\fR .ad .RS 11n -.rt The caller does not have appropriate privilege to access the CPU performance counters system-wide. .RE .sp .ne 2 -.mk .na \fB\fBEAGAIN\fR\fR .ad .RS 11n -.rt For cpc_shared_open(\|), this value implies that the counters on the bound cpu are busy because they are already being used to measure system-wide events by some other caller. @@ -118,12 +114,10 @@ some other caller. .sp .ne 2 -.mk .na \fB\fBEAGAIN\fR\fR .ad .RS 11n -.rt Otherwise, this return value implies that the counters are not available because the thread has been unbound from the processor it was bound to at open time. Robust programs should be coded to expect this behavior, and should @@ -132,36 +126,30 @@ invoke \fBcpc_shared_close\fR(\|), before retrying the operation. .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 11n -.rt The counters cannot be accessed on the current CPU because the calling thread is not bound to that CPU using \fBprocessor_bind\fR(2). .RE .sp .ne 2 -.mk .na \fB\fBENOTSUP\fR\fR .ad .RS 11n -.rt The caller has attempted an operation that is illegal or not supported on the current platform. .RE .sp .ne 2 -.mk .na \fB\fBENXIO\fR\fR .ad .RS 11n -.rt The current machine either has no performance counters, or has been configured to disallow access to them system-wide. .RE @@ -174,15 +162,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT-LevelMT-Safe +MT-Level MT-Safe _ -Interface StabilityObsolete +Interface Stability Obsolete .TE .SH SEE ALSO |