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
+++ new/usr/src/man/man3lib/libfstyp.3lib
1 1 '\" te
2 2 .\" Copyright (c) 2006, 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 LIBFSTYP 3LIB "Jun 20, 2006"
6 +.TH LIBFSTYP 3LIB "Aug 19, 2019"
7 7 .SH NAME
8 8 libfstyp \- file system type identification library
9 9 .SH SYNOPSIS
10 -.LP
11 10 .nf
12 -cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lfstyp\fR \fB -lnvpair \fR [ \fIlibrary\fR\&.\|.\|. ]
11 +cc [ \fIflag\fR... ] \fIfile\fR... \fB-lfstyp\fR \fB-lnvpair\fR [ \fIlibrary\fR\... ]
13 12 #include \fB<libnvpair.h>\fR
14 13 #include \fB<libfstyp.h>\fR
15 14 .fi
16 15
17 16 .SH DESCRIPTION
18 -.sp
19 -.LP
20 17 The \fBlibfstyp\fR library exports a set of functions to identify the file
21 18 system type of an unmounted file system using heuristic modules.
22 19 .sp
23 20 .LP
24 21 Internally, the library is comprised of interfaces exported by file
25 22 system-specific modules. See \fBfstyp_mod_init\fR(3FSTYP).
26 23 .SH INTERFACES
27 -.sp
28 -.LP
29 24 The shared object \fBlibfstyp.so.1\fR provides the public interfaces defined
30 25 below. See \fBIntro\fR(3) for additional information on shared object
31 26 interfaces.
32 27 .sp
33 28
34 29 .sp
35 30 .TS
36 31 l l
37 32 l l .
38 33 \fBfstyp_fini\fR \fBfstyp_get_attr\fR
39 34 \fBfstyp_ident\fR \fBfstyp_init\fR
40 35 \fBfstyp_mod_dump\fR \fBfstyp_mod_fini\fR
41 36 \fBfstyp_mod_get_attr\fR \fBfstyp_mod_ident\fR
42 37 \fBfstyp_mod_init\fR \fBfstyp_strerror\fR
43 38 .TE
44 39
45 40 .SH FILES
46 -.sp
47 41 .ne 2
48 42 .na
49 -\fB\fB/lib/libfstyp.so.1\fR\fR
43 +\fB/lib/libfstyp.so.1\fR
50 44 .ad
51 45 .RS 22n
52 46 shared object
53 47 .RE
54 48
55 49 .SH ATTRIBUTES
56 -.sp
57 -.LP
58 50 See \fBattributes\fR(5) for descriptions of the following attributes:
59 51 .sp
60 52
61 53 .sp
62 54 .TS
63 55 box;
64 56 c | c
65 57 l | l .
66 58 ATTRIBUTE TYPE ATTRIBUTE VALUE
67 59 _
68 60 Interface Stability Evolving
69 61 _
70 62 MT-Level MT-Safe
71 63 .TE
72 64
73 65 .SH SEE ALSO
74 -.sp
75 -.LP
76 66 \fBIntro\fR(3), \fBfstyp_mod_init\fR(3FSTYP), \fBlibnvpair\fR(3LIB),
77 67 \fBattributes\fR(5)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX