8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3picl / picl_shutdown.3picl
blobd8c19b5ed5fbd77214018beb444c99f9baa6dab6
1 '\" te
2 .\" Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved.
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH PICL_SHUTDOWN 3PICL "Mar 28, 2000"
7 .SH NAME
8 picl_shutdown \- shutdown the session with the PICL daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lpicl\fR [ \fIlibrary\fR... ]
13 #include <picl.h>
15 \fBvoid\fR \fBpicl_shutdown\fR(\fBvoid\fR);
16 .fi
18 .SH DESCRIPTION
19 .sp
20 .LP
21 The \fBpicl_shutdown()\fR function terminates the session with the PICL daemon
22 and frees up any resources allocated.
23 .SH RETURN VALUES
24 .sp
25 .LP
26 The \fBpicl_shutdown()\fR function does not return a value.
27 .SH ERRORS
28 .sp
29 .ne 2
30 .na
31 \fB\fBPICL_NOTINITIALIZED\fR\fR
32 .ad
33 .RS 23n
34 Session not initialized
35 .RE
37 .sp
38 .ne 2
39 .na
40 \fB\fBPICL_FAILURE\fR\fR
41 .ad
42 .RS 23n
43 General system failure
44 .RE
46 .SH ATTRIBUTES
47 .sp
48 .LP
49 See \fBattributes\fR(5) for descriptions of the following attributes:
50 .sp
52 .sp
53 .TS
54 box;
55 c | c
56 l | l .
57 ATTRIBUTE TYPE  ATTRIBUTE VALUE
59 MT-Level        MT-Safe
60 .TE
62 .SH SEE ALSO
63 .sp
64 .LP
65 \fBpicl_initialize\fR(3PICL), \fBattributes\fR(5)