Blame SOURCES/acpiexec.1

44a778
.\" First parameter, NAME, should be all caps
44a778
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
44a778
.\" other parameters are allowed: see man(7), man(1)
44a778
.TH ACPIEXEC 1 "January 23, 2013"
44a778
.\" Please adjust this date whenever revising the manpage.
44a778
.\"
44a778
.\" Some roff macros, for reference:
44a778
.\" .nh        disable hyphenation
44a778
.\" .hy        enable hyphenation
44a778
.\" .ad l      left justify
44a778
.\" .ad b      justify to both left and right margins
44a778
.\" .nf        disable filling
44a778
.\" .fi        enable filling
44a778
.\" .br        insert line break
44a778
.\" .sp <n>    insert n+1 empty lines
44a778
.\" for manpage-specific macros, see man(7)
44a778
.SH NAME
44a778
acpiexec \- ACPI AML execution and debug utility
44a778
.SH SYNOPSIS
44a778
.B acpiexec
44a778
.RI [ <option> ... ]
44a778
.RI <aml-file>
44a778
.B ...
44a778
44a778
.SH DESCRIPTION
44a778
This manual page briefly documents the
44a778
.B acpiexec
44a778
command. The option list is taken from the acpiexec interactive help.
44a778
.PP
44a778
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
44a778
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
44a778
.\" respectively.
44a778
.B acpiexec
44a778
provides a simulated execution environment for AML code so that it
44a778
can be more easily tested and debugged.
44a778
.PP
44a778
Much more detailed documentation may be found at
44a778
http://www.acpica.org/documentation/.
44a778
44a778
.SH OPTIONS
44a778
44a778
.PP
44a778
.TP
44a778
.B \-?
44a778
Display the help message
44a778
.TP
44a778
.B \-b "command-line"
44a778
Batch mode command line execution (cmd1;cmd2;...)
44a778
.TP
44a778
.B \-M [<method>]
44a778
Batch mode method execution (Default: MAIN)
44a778
.TP
44a778
.B \-da
44a778
Disable method abort on error
44a778
.TP
44a778
.B \-di
44a778
Disable execution of _STA/_INI methods during init
44a778
.TP
44a778
.B \-do
44a778
Disable Operation Region address simulation
44a778
.TP
44a778
.B \-dr
44a778
Disable repair of method return values
44a778
.TP
44a778
.B \-dt
44a778
Disable allocation tracking (performance)
44a778
.TP
44a778
.B \-ef
44a778
Enable display of final memory statistics
44a778
.TP
44a778
.B \-ei
44a778
Enable additional tests for ACPICA interfaces
44a778
.TP
44a778
.B \-em
44a778
Enable interpreter Serialized mode
44a778
.TP
44a778
.B \-es
44a778
Enable interpreter Slack mode
44a778
.TP
44a778
.B \-et
44a778
Enable debug semaphore timeour
44a778
.TP
44a778
.B \-f <value>
44a778
Operation Region initialization fill value
44a778
.TP
44a778
.B \-r
44a778
Use hardware-reduced FADT V5
44a778
.TP
44a778
.B \-vi
44a778
Verbose initialization output
44a778
.TP
44a778
.B \-vr
44a778
Verbose region handler output
44a778
.TP
44a778
.B \-x <debug-level>
44a778
Debug output level
44a778
44a778
.SH AUTHOR
44a778
acpiexec was written by Robert Moore <robert.moore@intel.com>.
44a778
.PP
44a778
This manual page was written by Al Stone <ahs3@redhat.com> for the
44a778
Fedora project (but may be used by others).