d2ff7eb
.\" First parameter, NAME, should be all caps
d2ff7eb
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
d2ff7eb
.\" other parameters are allowed: see man(7), man(1)
d2ff7eb
.TH ACPIEXAMPLES 1 "August 8, 2018"
d2ff7eb
.\" Please adjust this date whenever revising the manpage.
d2ff7eb
.\"
d2ff7eb
.\" Some roff macros, for reference:
d2ff7eb
.\" .nh        disable hyphenation
d2ff7eb
.\" .hy        enable hyphenation
d2ff7eb
.\" .ad l      left justify
d2ff7eb
.\" .ad b      justify to both left and right margins
d2ff7eb
.\" .nf        disable filling
d2ff7eb
.\" .fi        enable filling
d2ff7eb
.\" .br        insert line break
d2ff7eb
.\" .sp <n>    insert n+1 empty lines
d2ff7eb
.\" for manpage-specific macros, see man(7)
d2ff7eb
.SH NAME
d2ff7eb
acpiexamples \- program showing what the code examples actually do
d2ff7eb
.SH SYNOPSIS
d2ff7eb
.B acpiexamples
d2ff7eb
d2ff7eb
.SH DESCRIPTION
d2ff7eb
This manual page briefly documents the
d2ff7eb
.B acpiexamples
d2ff7eb
command. This command has no options available.
d2ff7eb
.PP
d2ff7eb
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
d2ff7eb
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
d2ff7eb
.\" respectively.
d2ff7eb
.B acpiexamples
d2ff7eb
prints out the results of various calls using the ACPICA source code,
d2ff7eb
showing what happens when the calls are made.  These results are from
d2ff7eb
building and running the code provided in the
d2ff7eb
/usr/share/doc/acpica-tools/examples directory that illustrate the
d2ff7eb
proper sequencing of calls and how to make them.
d2ff7eb
.PP
d2ff7eb
Much more detailed documentation about ACPICA may be found at
d2ff7eb
http://www.acpica.org/documentation/.
d2ff7eb
d2ff7eb
.SH OPTIONS
d2ff7eb
d2ff7eb
.PP
d2ff7eb
None
d2ff7eb
d2ff7eb
.SH AUTHOR
d2ff7eb
acpiexamples was written by Robert Moore <robert.moore@intel.com>.
d2ff7eb
.PP
d2ff7eb
This manual page was written by Al Stone <ahs3@redhat.com> for the
d2ff7eb
Fedora project (but may be used by others).