8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libproject.3lib
blob44c24d6591a2b539bca89a3b3d8d95f6554dfc00
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 LIBPROJECT 3LIB "May 22, 2003"
7 .SH NAME
8 libproject \- project database access library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lproject\fR [ \fIlibrary\fR... ]
13 #include <\fBproject.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide various interfaces to extract data from the
20 \fBproject\fR(4) database. The header provides structure and function
21 declarations for all library interfaces.
22 .SH INTERFACES
23 .sp
24 .LP
25 The shared object \fBlibproject.so.1\fR provides the public interfaces defined
26 below. See \fBIntro\fR(3) for additional information on shared object
27 interfaces.
28 .sp
30 .sp
31 .TS
32 l l
33 l l .
34 \fBendprojent\fR        \fBfgetprojent\fR
35 \fBgetdefaultproj\fR    \fBgetprojbyid\fR
36 \fBgetprojbyname\fR     \fBgetprojent\fR
37 \fBgetprojidbyname\fR   \fBinproj\fR
38 \fBproject_walk\fR      \fBsetproject\fR
39 \fBsetprojent\fR        
40 .TE
42 .SH FILES
43 .sp
44 .ne 2
45 .na
46 \fB\fB/usr/lib/libproject.so.1\fR \fR
47 .ad
48 .sp .6
49 .RS 4n
50 shared object
51 .RE
53 .sp
54 .ne 2
55 .na
56 \fB\fB/usr/lib/64/libproject.so.1\fR \fR
57 .ad
58 .sp .6
59 .RS 4n
60 64-bit shared object
61 .RE
63 .SH ATTRIBUTES
64 .sp
65 .LP
66 See \fBattributes\fR(5) for descriptions of the following attributes:
67 .sp
69 .sp
70 .TS
71 box;
72 c | c
73 l | l .
74 ATTRIBUTE TYPE  ATTRIBUTE VALUE
76 Interface Stability     Evolving
78 MT-Level        Safe
79 .TE
81 .SH SEE ALSO
82 .sp
83 .LP
84 \fBpvs\fR(1), \fBIntro\fR(3), \fBgetprojent\fR(3PROJECT), \fBproject\fR(4),
85 \fBattributes\fR(5), \fBstandards\fR(5)