Blame SOURCES/acpiexamples.1

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