summaryrefslogtreecommitdiff
path: root/usr/src/man/man3papi/papiStatusString.3papi
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3papi/papiStatusString.3papi')
-rw-r--r--usr/src/man/man3papi/papiStatusString.3papi19
1 files changed, 8 insertions, 11 deletions
diff --git a/usr/src/man/man3papi/papiStatusString.3papi b/usr/src/man/man3papi/papiStatusString.3papi
index a3f35b59fd..7866f4baf2 100644
--- a/usr/src/man/man3papi/papiStatusString.3papi
+++ b/usr/src/man/man3papi/papiStatusString.3papi
@@ -3,13 +3,13 @@
.\" 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 papiStatusString 3PAPI "17 Jan 2007" "SunOS 5.11" "PAPI Library Functions"
+.TH PAPISTATUSSTRING 3PAPI "Jan 17, 2007"
.SH NAME
papiStatusString \- return the string equivalent of a papi_status_t
.SH SYNOPSIS
.LP
.nf
-cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpapi\fR [ \fIlibrary\fR\&.\|.\|. ]
+cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpapi\fR [ \fIlibrary\fR\&.\|.\|. ]
#include <papi.h>
\fBchar *\fR\fBpapiStatusString\fR(\fBpapi_status_t\fR \fIstatus\fR);
@@ -18,12 +18,10 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpapi\fR [ \fIlibrary\fR\&.\|
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIstatus\fR\fR
.ad
.RS 10n
-.rt
a \fBpapi_status_t\fR returned from most \fBpapi*()\fR functions
.RE
@@ -71,15 +69,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
_
-Interface StabilityVolatile
+Interface Stability Volatile
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO