diff options
Diffstat (limited to 'usr/src/man/man3sysevent/sysevent_free.3sysevent')
-rw-r--r-- | usr/src/man/man3sysevent/sysevent_free.3sysevent | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/usr/src/man/man3sysevent/sysevent_free.3sysevent b/usr/src/man/man3sysevent/sysevent_free.3sysevent index f9eb8d27c9..3e77260c78 100644 --- a/usr/src/man/man3sysevent/sysevent_free.3sysevent +++ b/usr/src/man/man3sysevent/sysevent_free.3sysevent @@ -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 sysevent_free 3SYSEVENT "24 Jul 2009" "SunOS 5.11" "System Event Library Functions" +.TH SYSEVENT_FREE 3SYSEVENT "Jul 24, 2009" .SH NAME sysevent_free \- free memory for sysevent handle .SH SYNOPSIS .LP .nf -\fBcc\fR [\fIflag \&.\|.\|.\fR] \fIfile\fR\&.\|.\|. \fB-lsysevent\fR [\fIlibrary \&.\|.\|.\fR] +\fBcc\fR [\fIflag \&.\|.\|.\fR] \fIfile\fR\&.\|.\|. \fB-lsysevent\fR [\fIlibrary \&.\|.\|.\fR] #include <libsysevent.h> \fBvoid\fR \fBsysevent_free\fR(\fBsysevent_t *\fR\fIev\fR); @@ -18,12 +18,10 @@ sysevent_free \- free memory for sysevent handle .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIev\fR\fR .ad .RS 6n -.rt handle to event an event buffer .RE @@ -40,15 +38,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 StabilityCommitted +Interface Stability Committed _ -MT-LevelMT-Safe +MT-Level MT-Safe .TE .SH SEE ALSO |