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