5479 Need missing *at family manual pages
[illumos-gate.git] / usr / src / man / man3lib / liby.3lib
blob990f043baf9190a7a47eff8278ed54e22bc5a5ff
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 LIBY 3LIB "Jun 16, 2003"
7 .SH NAME
8 liby \- yacc library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-ly\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The function in this library provides a user interface to the \fByacc\fR(1)
19 library.
20 .SH INTERFACES
21 .sp
22 .LP
23 The shared object \fBliby.so.1\fR provides the public interface defined below.
24 See \fBIntro\fR(3) for additional information on shared object interfaces.
25 .sp
27 .sp
28 .TS
29 l l .
30 \fBmain\fR      \fByyerror\fR
31 .TE
33 .SH FILES
34 .sp
35 .ne 2
36 .na
37 \fB\fB/usr/lib/liby.so.1\fR\fR
38 .ad
39 .RS 25n
40 shared object
41 .RE
43 .sp
44 .ne 2
45 .na
46 \fB\fB/usr/lib/64/liby.so.1\fR\fR
47 .ad
48 .RS 25n
49 64-bit shared object
50 .RE
52 .SH ATTRIBUTES
53 .sp
54 .LP
55 See \fBattributes\fR(5) for descriptions of the following attributes:
56 .sp
58 .sp
59 .TS
60 box;
61 c | c
62 l | l .
63 ATTRIBUTE TYPE  ATTRIBUTE VALUE
65 MT-Level        Unsafe
66 .TE
68 .SH SEE ALSO
69 .sp
70 .LP
71 \fByacc\fR(1), \fBIntro\fR(3), \fBattributes\fR(5)