summaryrefslogtreecommitdiff
path: root/usr/src/man/man3perl/Exacct::Catalog.3perl
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3perl/Exacct::Catalog.3perl')
-rw-r--r--usr/src/man/man3perl/Exacct::Catalog.3perl31
1 files changed, 7 insertions, 24 deletions
diff --git a/usr/src/man/man3perl/Exacct::Catalog.3perl b/usr/src/man/man3perl/Exacct::Catalog.3perl
index be7a09cbe9..115636b55b 100644
--- a/usr/src/man/man3perl/Exacct::Catalog.3perl
+++ b/usr/src/man/man3perl/Exacct::Catalog.3perl
@@ -3,7 +3,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 Exacct::Catalog 3PERL "1 Dec 2002" "SunOS 5.11" "Perl Library Functions"
+.TH EXACCT::CATALOG 3PERL "Dec 1, 2002"
.SH NAME
Exacct::Catalog \- exacct catalog tag manipulation
.SH SYNOPSIS
@@ -35,7 +35,6 @@ None.
.SS "Class methods"
.sp
.ne 2
-.mk
.na
\fB\fBregister($cat_pfx, $catalog_id, $export, @idlist)\fR\fR
.ad
@@ -70,7 +69,7 @@ results in the definition of the following constants:
.nf
EXC_MYCAT 0x01 << 24
MYCAT_FIRST 0x00000001
-MYCAT_SECOND 0x00000010
+MYCAT_SECOND 0x00000010
.fi
.in -2
@@ -86,7 +85,6 @@ returned.
.sp
.ne 2
-.mk
.na
\fB\fBnew($integer)\fR\fR
.ad
@@ -113,12 +111,10 @@ constant.
.SS "Object methods"
.sp
.ne 2
-.mk
.na
\fB\fBvalue()\fR\fR
.ad
.RS 17n
-.rt
This method allows the value of the catalog tag to be queried. In a scalar
context it returns the 32-bit integer representing the tag. In a list context
it returns a (\fBtype\fR, \fBcatalog\fR, \fBid\fR) triplet, where each member
@@ -127,41 +123,34 @@ of the triplet is a dual-typed scalar.
.sp
.ne 2
-.mk
.na
\fB\fBtype()\fR\fR
.ad
.RS 17n
-.rt
This method returns the type field of the catalog tag as a dual-typed scalar.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBcatalog()\fR\fR
.ad
.RS 17n
-.rt
This method returns the catalog field of the catalog tag as a dual-typed
scalar.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBid()\fR\fR
.ad
.RS 17n
-.rt
This method returns the id field of the catalog tag as a dual-typed scalar.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBtype_str()\fR\fR
.ad
@@ -174,7 +163,6 @@ This method returns the id field of the catalog tag as a dual-typed scalar.
\fB\fBid_str()\fR\fR
.ad
.RS 17n
-.rt
These methods return string representations of the appropriate value. These
methods can be used for textual output of the various catalog fields. The
string representations of the constants are formed by removing the \fBEXT_\fR,
@@ -189,23 +177,19 @@ By default nothing is exported from this module. The following tags can be used
to selectively import constants and functions defined in this module:
.sp
.ne 2
-.mk
.na
\fB\fB:CONSTANTS\fR\fR
.ad
.RS 14n
-.rt
\fBEXT_\fR*, \fBEXC_\fR*, and \fBEXD_\fR*
.RE
.sp
.ne 2
-.mk
.na
\fB\fB:ALL\fR\fR
.ad
.RS 14n
-.rt
\fB:CONSTANTS\fR
.RE
@@ -217,13 +201,12 @@ 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 StabilityEvolving
+Interface Stability Evolving
.TE
.SH SEE ALSO