Intro.4 (ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab) Intro.4 (13a2dec4170017ee9fca1138eb29a04bc5c2f49e)
1'\" te
2.\" Copyright 1989 AT&T Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
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.\" 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.\" 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 INTRO 4 "Apr 16, 2003"
7.SH NAME
8Intro, intro \- introduction to file formats
9.SH DESCRIPTION
10.sp
11.LP
12This section outlines the formats of various files. The C structure
13declarations for the file formats are given where applicable. Usually, the
14headers containing these structure declarations can be found in the directories
15\fB/usr/include\fR or \fB/usr/include/sys\fR. For inclusion in C language
16programs, however, the syntax \fB#include\fR <\fIfilename.h\fR> or
17\fB#include\fR <\fBsys/\fR\fIfilename.h\fR> should be used.
1.\"
2.\" The contents of this file are subject to the terms of the
3.\" Common Development and Distribution License (the "License").
4.\" You may not use this file except in compliance with the License.
5.\"
6.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7.\" or http://www.opensolaris.org/os/licensing.
8.\" See the License for the specific language governing permissions
9.\" and limitations under the License.
10.\"
11.\" When distributing Covered Code, include this CDDL HEADER in each
12.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13.\" If applicable, add the following below this CDDL HEADER, with the
14.\" fields enclosed by brackets "[]" replaced with your own identifying
15.\" information: Portions Copyright [yyyy] [name of copyright owner]
16.\"
17.\"
18.\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
19.\" Copyright 1989 AT&T
20.\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
21.\"
22.Dd Mar 18, 2015
23.Dt INTRO 4
24.Os
25.Sh NAME
26.Nm Intro ,
27.Nm intro
28.Nd introduction to file formats and configurations
29.Sh DESCRIPTION
30This section outlines the formats of various files and configurations of
31various subsystems. The C structure declarations for the file formats are
32given where applicable. Usually, the headers containing these structure
33declarations can be found in the directories
34.Pa /usr/include
35or
36.Pa /usr/include/sys .
37For inclusion in C language programs, however, the syntax
38.Sy #include
39.Sm off
40<
41.Em filename.h No >
42.Sm on
43or
44.Sy #include
45.Sm off
46<
47.Sy sys/ Em filename.h No >
48.Sm on
49should be used.