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.man.txt
+++ new/usr/src/man/man3lib/libl.3lib.man.txt
1 1 LIBL(3LIB) Interface Libraries LIBL(3LIB)
2 2
3 3
4 4
5 5 NAME
6 6 libl - lex library
7 7
8 8 SYNOPSIS
9 - cc [ flag... ] file... [ library... ]
9 + cc [ flag... ] file... -ll [ library... ]
10 10
11 11
12 12 DESCRIPTION
13 13 Functions in this library provide user interfaces to the lex(1)
14 14 library.
15 15
16 16 INTERFACES
17 17 The shared object libl.so.1 provides the public interfaces defined
18 18 below. See Intro(3) for additional information on shared object
19 19 interfaces.
20 20
21 21
22 22
23 23
24 24 allprint allprint_w
25 25 main sprint
26 26 sprint_w yyless
27 27 yyless_e yyless_w
28 28 yyracc yyreject
29 29 yyreject_e yyreject_w
30 30 yywrap
31 31
32 32
33 33 FILES
34 34 /usr/lib/libl.so.1
35 35 shared object
36 36
37 37
38 38 /usr/lib/64/libl.so.1
39 39 64-bit shared object
40 40
41 41
42 42 ATTRIBUTES
43 43 See attributes(5) for descriptions of the following attributes:
44 44
45 45
46 46
47 47
48 48 +---------------+-----------------+
↓ open down ↓ |
29 lines elided |
↑ open up ↑ |
49 49 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
50 50 +---------------+-----------------+
51 51 |MT-Level | Unsafe |
52 52 +---------------+-----------------+
53 53
54 54 SEE ALSO
55 55 lex(1), Intro(3), attributes(5)
56 56
57 57
58 58
59 - May 22, 2003 LIBL(3LIB)
59 + August 19, 2019 LIBL(3LIB)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX