xref: /openbsd-src/share/man/man9/intro.9 (revision 6bebbfa91327d6f6822c1a667b7cf6e5da74b356)
1*6bebbfa9Sschwarze.\"	$OpenBSD: intro.9,v 1.14 2018/09/30 13:24:33 schwarze Exp $
2cdf19b63Smickey.\"
3cdf19b63Smickey.\" Copyright (c) 1996 Michael Shalayeff
4cdf19b63Smickey.\"
5cdf19b63Smickey.\" Redistribution and use in source and binary forms, with or without
6cdf19b63Smickey.\" modification, are permitted provided that the following conditions
7cdf19b63Smickey.\" are met:
8cdf19b63Smickey.\" 1. Redistributions of source code must retain the above copyright
9cdf19b63Smickey.\"    notice, this list of conditions and the following disclaimer.
10cdf19b63Smickey.\" 2. Redistributions in binary form must reproduce the above copyright
11cdf19b63Smickey.\"    notice, this list of conditions and the following disclaimer in the
12cdf19b63Smickey.\"    documentation and/or other materials provided with the distribution.
13cdf19b63Smickey.\"
14cdf19b63Smickey.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15cdf19b63Smickey.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16cdf19b63Smickey.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17cdf19b63Smickey.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18cdf19b63Smickey.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19cdf19b63Smickey.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20cdf19b63Smickey.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21cdf19b63Smickey.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22cdf19b63Smickey.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23cdf19b63Smickey.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24cdf19b63Smickey.\" SUCH DAMAGE.
25cdf19b63Smickey.\"
26*6bebbfa9Sschwarze.Dd $Mdocdate: September 30 2018 $
27cdf19b63Smickey.Dt INTRO 9
28fc8533a3Saaron.Os
29cdf19b63Smickey.Sh NAME
30cdf19b63Smickey.Nm intro
3173d4fc9bSjmc.Nd introduction to the kernel internals
32cdf19b63Smickey.Sh DESCRIPTION
3357686ba8ShekoThe manual pages in section 9 contain information related to the
3457686ba8Shekointernal kernel data structures, variables and functions.
35b9c99770Sespie.Sh CODE REFERENCES
36b9c99770SespieThis section describes places within the
37b9c99770Sespie.Ox
38b9c99770Sespiesource tree where actual code implementing or using kernel internals
39ab967380Saaroncan be found.
40ab967380SaaronAll pathnames are relative to
41b9c99770Sespie.Pa /usr/src .
42cdf19b63Smickey.Sh HISTORY
43*6bebbfa9SschwarzeAn
44ab967380Saaron.Nm
45*6bebbfa9Sschwarzemanual for section 9 appeared in
4601307d23Sjj.Ox 1.2 .
47