xref: /illumos-gate/usr/src/man/man4/Intro.4 (revision 48bbca816818409505a6e214d0911fda44e622e3)
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.
50