Merge commit 'dc97a43d4a70c8773a619f11b95b07a787f6f5b7' into merges
[unleashed.git] / share / man / man3lib / libmail.3lib
blob58ca51f29571e6db43c716650044ced196642b76
1 '\" te
2 .\" Copyright (c) 2003, 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 LIBMAIL 3LIB "May 22, 2003"
7 .SH NAME
8 libmail \- user mailbox lockfile management library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmail\fR  [ \fIlibrary\fR... ]
13 #include <\fBmaillock.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Interfaces in this library provide functions for managing user mailbox
20 lockfiles.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibmail.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBmaillock\fR  \fBmailunlock\fR
34 \fBtouchlock\fR 
35 .TE
37 .SH FILES
38 .sp
39 .ne 2
40 .na
41 \fB\fB/usr/lib/libmail.so.1\fR\fR
42 .ad
43 .RS 28n
44 shared object
45 .RE
47 .sp
48 .ne 2
49 .na
50 \fB\fB/usr/lib/64/libmail.so.1\fR\fR
51 .ad
52 .RS 28n
53 64-bit shared object
54 .RE
56 .SH ATTRIBUTES
57 .sp
58 .LP
59 See \fBattributes\fR(5) for descriptions of the following attributes:
60 .sp
62 .sp
63 .TS
64 box;
65 c | c
66 l | l .
67 ATTRIBUTE TYPE  ATTRIBUTE VALUE
69 MT-Level        Unsafe
70 .TE
72 .SH SEE ALSO
73 .sp
74 .LP
75 \fBIntro\fR(3), \fBmaillock\fR(3MAIL), \fBattributes\fR(5)