Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3lib/libfstyp.3lib.man.txt
+++ new/usr/src/man/man3lib/libfstyp.3lib.man.txt
1 1 LIBFSTYP(3LIB) Interface Libraries LIBFSTYP(3LIB)
2 2
3 3
4 4
5 5 NAME
6 6 libfstyp - file system type identification library
7 7
8 8 SYNOPSIS
9 - cc [ flag... ] file... -lfstyp -lnvpair [ library... ]
9 + cc [ flag... ] file... -lfstyp -lnvpair [ library... ]
10 10 #include <libnvpair.h>
11 11 #include <libfstyp.h>
12 12
13 13
14 14 DESCRIPTION
15 15 The libfstyp library exports a set of functions to identify the file
16 16 system type of an unmounted file system using heuristic modules.
17 17
18 18
19 19 Internally, the library is comprised of interfaces exported by file
20 20 system-specific modules. See fstyp_mod_init(3FSTYP).
21 21
22 22 INTERFACES
23 23 The shared object libfstyp.so.1 provides the public interfaces defined
24 24 below. See Intro(3) for additional information on shared object
25 25 interfaces.
26 26
27 27
28 28
29 29
30 30 fstyp_fini fstyp_get_attr
31 31 fstyp_ident fstyp_init
32 32 fstyp_mod_dump fstyp_mod_fini
33 33 fstyp_mod_get_attr fstyp_mod_ident
34 34 fstyp_mod_init fstyp_strerror
35 35
36 36
37 37 FILES
38 38 /lib/libfstyp.so.1
39 39 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 +--------------------+-----------------+
49 49 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
50 50 +--------------------+-----------------+
↓ open down ↓ |
31 lines elided |
↑ open up ↑ |
51 51 |Interface Stability | Evolving |
52 52 +--------------------+-----------------+
53 53 |MT-Level | MT-Safe |
54 54 +--------------------+-----------------+
55 55
56 56 SEE ALSO
57 57 Intro(3), fstyp_mod_init(3FSTYP), libnvpair(3LIB), attributes(5)
58 58
59 59
60 60
61 - June 20, 2006 LIBFSTYP(3LIB)
61 + August 19, 2019 LIBFSTYP(3LIB)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX