Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3lib/libl.3lib
+++ new/usr/src/man/man3lib/libl.3lib
1 1 '\" te
2 2 .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
3 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 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 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 LIBL 3LIB "May 22, 2003"
6 +.TH LIBL 3LIB "Aug 19, 2019"
7 7 .SH NAME
8 8 libl \- lex library
9 9 .SH SYNOPSIS
10 -.LP
11 10 .nf
12 -cc [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
11 +cc [ \fIflag\fR... ] \fIfile\fR... \fB-ll\fR [ \fIlibrary\fR... ]
13 12 .fi
14 13
15 14 .SH DESCRIPTION
16 -.sp
17 -.LP
18 15 Functions in this library provide user interfaces to the \fBlex\fR(1) library.
19 16 .SH INTERFACES
20 -.sp
21 -.LP
22 17 The shared object \fBlibl.so.1\fR provides the public interfaces defined below.
23 18 See \fBIntro\fR(3) for additional information on shared object interfaces.
24 19 .sp
25 20
26 21 .sp
27 22 .TS
28 23 l l
29 24 l l .
30 25 \fBallprint\fR \fBallprint_w\fR
31 26 \fBmain\fR \fBsprint\fR
32 27 \fBsprint_w\fR \fByyless\fR
33 28 \fByyless_e\fR \fByyless_w\fR
34 29 \fByyracc\fR \fByyreject\fR
35 30 \fByyreject_e\fR \fByyreject_w\fR
36 31 \fByywrap\fR
37 32 .TE
38 33
39 34 .SH FILES
40 -.sp
41 35 .ne 2
42 36 .na
43 -\fB\fB/usr/lib/libl.so.1\fR\fR
37 +\fB/usr/lib/libl.so.1\fR
44 38 .ad
45 39 .RS 25n
46 40 shared object
47 41 .RE
48 42
49 43 .sp
50 44 .ne 2
51 45 .na
52 -\fB\fB/usr/lib/64/libl.so.1\fR\fR
46 +\fB/usr/lib/64/libl.so.1\fR
53 47 .ad
54 48 .RS 25n
55 49 64-bit shared object
56 50 .RE
57 51
58 52 .SH ATTRIBUTES
59 -.sp
60 -.LP
61 53 See \fBattributes\fR(5) for descriptions of the following attributes:
62 54 .sp
63 55
64 56 .sp
65 57 .TS
66 58 box;
67 59 c | c
68 60 l | l .
69 61 ATTRIBUTE TYPE ATTRIBUTE VALUE
70 62 _
71 63 MT-Level Unsafe
72 64 .TE
73 65
74 66 .SH SEE ALSO
75 -.sp
76 -.LP
77 67 \fBlex\fR(1), \fBIntro\fR(3), \fBattributes\fR(5)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX