diff options
Diffstat (limited to 'usr/src/man/man3perl/Exacct.3perl')
-rw-r--r-- | usr/src/man/man3perl/Exacct.3perl | 38 |
1 files changed, 6 insertions, 32 deletions
diff --git a/usr/src/man/man3perl/Exacct.3perl b/usr/src/man/man3perl/Exacct.3perl index c0fd1cb75b..5a0aa40be3 100644 --- a/usr/src/man/man3perl/Exacct.3perl +++ b/usr/src/man/man3perl/Exacct.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 3PERL "1 Dec 2002" "SunOS 5.11" "Perl Library Functions" +.TH EXACCT 3PERL "Dec 1, 2002" .SH NAME Exacct \- exacct system calls and error handling .SH SYNOPSIS @@ -27,7 +27,6 @@ The \fBP_PID\fR, \fBP_TASKID\fR, \fBP_PROJID\fR and all the \fBEW_*\fR, .SS "Functions" .sp .ne 2 -.mk .na \fB\fBgetacct($idtype, $id)\fR\fR .ad @@ -42,7 +41,6 @@ the event of error, \fBundef\fR is returned. .sp .ne 2 -.mk .na \fB\fBputacct($idtype, $id, $record)\fR\fR .ad @@ -61,7 +59,6 @@ success and false on failure. .sp .ne 2 -.mk .na \fB\fBwracct($idtype, $id, $flags)\fR\fR .ad @@ -76,7 +73,6 @@ function returns true on success and false on failure. .sp .ne 2 -.mk .na \fB\fBea_error()\fR\fR .ad @@ -90,7 +86,6 @@ equivalent to the \fB$!(errno)\fR Perl variable. .sp .ne 2 -.mk .na \fB\fBea_error_str()\fR\fR .ad @@ -117,7 +112,6 @@ if (ea_error() == EXR_SYSCALL_FAIL) { .sp .ne 2 -.mk .na \fB\fBea_register_catalog($cat_pfx, $catalog_id, $export, @idlist)\fR\fR .ad @@ -129,7 +123,6 @@ This convenience function is a wrapper around the .sp .ne 2 -.mk .na \fB\fBea_new_catalog($integer)\fR\fR .ad @@ -150,7 +143,6 @@ These convenience functions are wrappers around the .sp .ne 2 -.mk .na \fB\fBea_new_file($name, $oflags, creator => $creator, aflags => $aflags, mode => $mode)\fR\fR @@ -163,7 +155,6 @@ This convenience function is a wrapper around the .sp .ne 2 -.mk .na \fB\fBea_new_item($catalog, $value)\fR\fR .ad @@ -176,7 +167,6 @@ This convenience function is a wrapper around the .sp .ne 2 -.mk .na \fB\fBea_new_group($catalog, @objects)\fR\fR .ad @@ -189,7 +179,6 @@ This convenience function is a wrapper around the .sp .ne 2 -.mk .na \fB\fBea_dump_object($object, $filehandle)\fR\fR .ad @@ -215,69 +204,57 @@ 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:SYSCALLS\fR\fR .ad .RS 21n -.rt \fBgetacct()\fR, \fBputacct()\fR, and \fBwracct()\fR .RE .sp .ne 2 -.mk .na \fB\fB:LIBCALLS\fR\fR .ad .RS 21n -.rt \fBea_error()\fR and \fBea_error_str()\fR .RE .sp .ne 2 -.mk .na \fB\fB:CONSTANTS\fR\fR .ad .RS 21n -.rt \fBP_PID\fR, \fBP_TASKID\fR, \fBP_PROJID\fR, \fBEW_*\fR, \fBEP_*\fR, and \fBEXR_*\fR .RE .sp .ne 2 -.mk .na \fB\fB:SHORTHAND\fR\fR .ad .RS 21n -.rt \fBea_register_catalog()\fR, \fBea_new_catalog()\fR, \fBea_new_file()\fR, \fBea_new_item()\fR, and \fBea_new_group()\fR .RE .sp .ne 2 -.mk .na \fB\fB:ALL\fR\fR .ad .RS 21n -.rt \fB:SYSCALLS\fR, \fB:LIBCALLS\fR, \fB:CONSTANTS\fR, and \fB:SHORTHAND\fR .RE .sp .ne 2 -.mk .na \fB\fB:EXACCT_CONSTANTS\fR\fR .ad .RS 21n -.rt \fB:CONSTANTS\fR, plus the \fB:CONSTANTS\fR tags for \fBSun::Solaris::Catalog\fR, \fBSun::Solaris::File\fR, and \fBSun::Solaris::Object\fR @@ -285,12 +262,10 @@ to selectively import constants and functions defined in this module: .sp .ne 2 -.mk .na \fB\fB:EXACCT_ALL\fR\fR .ad .RS 21n -.rt \fB:ALL\fR, plus the \fB:ALL\fR tags for \fBSun::Solaris::Catalog\fR, \fBSun::Solaris::File\fR, and \fBSun::Solaris::Object\fR .RE @@ -303,13 +278,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 |