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 5 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. 32The C structure declarations for the file formats are given where applicable. 33Usually, the headers containing these structure declarations can be found in the 34directories 35.Pa /usr/include 36or 37.Pa /usr/include/sys . 38For inclusion in C language programs, however, the syntax 39.Sy #include 40.Sm off 41< 42.Em filename.h No > 43.Sm on 44or 45.Sy #include 46.Sm off 47< 48.Sy sys/ Em filename.h No > 49.Sm on 50should be used. 51