Blame SOURCES/acpiexamples.1

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