summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib/libexacct.3lib
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-06-29 11:57:08 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-06-29 11:57:08 +0000
commit7082e811fdedd165abf44baf5541a279e4645026 (patch)
treeb92197739ee1bad1c730942a3bf07579025aed35 /usr/src/man/man3lib/libexacct.3lib
parentdbeef7f762c59b1461e27146a764182be5eab8cb (diff)
parent5ceaf02ccc1885ec3499b7d79f2a80ce1325b4d8 (diff)
downloadillumos-joyent-7082e811fdedd165abf44baf5541a279e4645026.tar.gz
[illumos-gate merge]
commit 5ceaf02ccc1885ec3499b7d79f2a80ce1325b4d8 8433 vmxnet3: warnings about not supported properties don't help anything commit f862e02cb8d597e430ef5067be483718a65c3370 7962 strxfrm() fails for certain characters commit 5206305f06cf80338a34e00287f3336069e1198b 1198 date formats contain spaces where not expected commit 5549034d757a8b1a23f3957d95e4e9e440c44ebf 8428 8367 breaks cmlb module install on sparc commit 73177167911de9eef96901d8f6d3cb6be7c67574 8309 libbsm should support AUE_sudo audit event commit b4203d757c7c247e39c94c09a94021a3a8121062 8228 cstyle: Remove space-tab sequences in /* All Rights Reserved */ commit bec2e3ffadac8d3536ea115d636d06c7b561623a 8212 manpages contain obsolete references 6019 sleep can't be infinite Conflicts: usr/src/man/man1m/zonecfg.1m usr/src/man/man1/mdb.1
Diffstat (limited to 'usr/src/man/man3lib/libexacct.3lib')
-rw-r--r--usr/src/man/man3lib/libexacct.3lib10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/man/man3lib/libexacct.3lib b/usr/src/man/man3lib/libexacct.3lib
index daa4ff9769..46cc1dfd58 100644
--- a/usr/src/man/man3lib/libexacct.3lib
+++ b/usr/src/man/man3lib/libexacct.3lib
@@ -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 LIBEXACCT 3LIB "May 22, 2003"
+.TH LIBEXACCT 3LIB "May 13, 2017"
.SH NAME
libexacct \- extended accounting file access library
.SH SYNOPSIS
@@ -14,14 +14,12 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-lexacct\fR [ \fIlibrary\fR... ]
.fi
.SH DESCRIPTION
-.sp
.LP
Functions in this library define the interface for reading and writing extended
accounting (\fBexacct\fR) files. The <\fBexacct.h\fR> header provides type and
function declarations for all library services, as well as for the
characteristics of accounting files generated by the Solaris kernel.
.SH INTERFACES
-.sp
.LP
The shared object \fBlibexacct.so.1\fR provides the public interfaces defined
below. See \fBIntro\fR(3) for additional information on shared object
@@ -48,7 +46,6 @@ l l .
.TE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/usr/lib/libexacct.so.1\fR \fR
@@ -69,7 +66,6 @@ shared object
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -87,15 +83,13 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBacctadm\fR(1M), \fBIntro\fR(3), \fBea_error\fR(3EXACCT),
\fBea_open\fR(3EXACCT), \fBea_pack_object\fR(3EXACCT),
\fBea_set_item\fR(3EXACCT), \fBattributes\fR(5)
.SH NOTES
-.sp
.LP
-The SUNWosdem package provides source code for the \fBexdump\fR utility that
+Distributions may provide source code for the \fBexdump\fR utility that
uses the \fBlibexacct\fR APIs to dump the contents of extended accounting
files. The source code can be compiled in the directory
\fB/usr/demo/libexacct\fR.