Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3lib/libtsnet.3lib.man.txt
+++ new/usr/src/man/man3lib/libtsnet.3lib.man.txt
1 1 LIBTSNET(3LIB) Interface Libraries LIBTSNET(3LIB)
2 2
3 3
4 4
5 5 NAME
6 6 libtsnet - Solaris Trusted Extensions network library
7 7
8 8 SYNOPSIS
9 - cc [ flag... ] file... [ library... ]
9 + cc [ flag... ] file... -ltsnet [ library... ]
10 10 #include <libtsnet.h>
11 11 #include <sys/tsol/tndb.h>
12 12
13 13
14 14 DESCRIPTION
15 15 Functions in this library provide programmatic access to Solaris
16 16 Trusted Extensions features such as labels and Mandatory Access Policy
17 17 (MAC). These functions are available on systems that are configured
18 18 with Trusted Extensions software.
19 19
20 20 INTERFACES
21 21 The shared object libtsnet.so.1 provides the public interfaces that are
22 22 defined below. See Intro(3) for additional information on shared
23 23 object interfaces.
24 24
25 25
26 26
27 27
28 28 tsol_getrhtype
29 29
30 30
31 31 FILES
32 32 /lib/libtsnet.so.1
33 33 shared object
34 34
35 35
36 36 /lib/64/libtsnet.so.1
37 37 64-bit shared object
38 38
39 39
40 40 ATTRIBUTES
41 41 See attributes(5) for descriptions of the following attributes:
42 42
43 43
44 44
45 45
46 46 +--------------------+-----------------+
47 47 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
↓ open down ↓ |
28 lines elided |
↑ open up ↑ |
48 48 |Interface Stability | Stable |
49 49 +--------------------+-----------------+
50 50 |MT-Level | Safe |
51 51 +--------------------+-----------------+
52 52
53 53 SEE ALSO
54 54 Intro(3), libtsol(3LIB), attributes(5)
55 55
56 56
57 57
58 - March 7, 2006 LIBTSNET(3LIB)
58 + August 19, 2019 LIBTSNET(3LIB)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX