diff options
author | Richard Lowe <richlowe@richlowe.net> | 2017-01-25 15:12:40 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-02-09 11:08:30 -0500 |
commit | 5a342f146a946ddf6f5f5afd4a5dd5baf11d7dd4 (patch) | |
tree | 80bab6a3280a1433d7329e56c1cd8bd8a94399b2 /usr/src/man/man9/Intro.9 | |
parent | 560b2482e2c940112b49e908c56ce8a4860f3f9b (diff) | |
download | illumos-joyent-5a342f146a946ddf6f5f5afd4a5dd5baf11d7dd4.tar.gz |
7831 want vmem manual pages
7832 big theory statements need a place in the manual
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/man/man9/Intro.9')
-rw-r--r-- | usr/src/man/man9/Intro.9 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr/src/man/man9/Intro.9 b/usr/src/man/man9/Intro.9 new file mode 100644 index 0000000000..ab51ec889c --- /dev/null +++ b/usr/src/man/man9/Intro.9 @@ -0,0 +1,21 @@ +.Dd Jan 25, 2017 +.Dt INTRO 9 +.Os +.Sh NAME +.Nm Intro , +.Nm intro +.Nd introduction to kernel concepts +.Sh DESCRIPTION +This section outlines high-level concepts of the illumos kernel and its +subsystems. Specific documentation can be found in this section's +sub\-sections. +.Bl -tag -width Ds +.It Section 9E +Driver Entry Points +.It Section 9F +Kernel Functions for Drivers +.It Section 9P +Kernel Properties for Drivers +.It Section 9S +Data Structures for Drivers +.El |