Blame SPECS/acpiexec.1

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