Blame SPECS/acpihelp.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 ACPIHELP 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
acpihelp \- ACPI help utility
Packit Service 842c24
.SH SYNOPSIS
Packit Service 842c24
.B acpihelp
Packit Service 842c24
.RI <option> ...
Packit Service 842c24
.RI [<name-prefix>|<hex-value>]
Packit Service 842c24
Packit Service 842c24
.SH DESCRIPTION
Packit Service 842c24
This manual page briefly documents the
Packit Service 842c24
.B acpihelp
Packit Service 842c24
command. The option list is taken from the acpihelp 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 acpihelp
Packit Service 842c24
provides descriptive text for AML and ASL keywords, methods, and opcodes.
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
.PP
Packit Service 842c24
If neither a <name-prefix> or a <hex-value> is provided,
Packit Service 842c24
.B acpihelp
Packit Service 842c24
will do the logical equivalent of a "display all."
Packit Service 842c24
.PP
Packit Service 842c24
A default search (that is, a search with no options) and a <name-prefix>
Packit Service 842c24
can mean two different things: (1) if <name-prefix> does not start with
Packit Service 842c24
an underscore, find ASL operator names, or (2) if <name-prefix> does start
Packit Service 842c24
with an underscore, find ASL predefined method names.
Packit Service 842c24
Packit Service 842c24
.SH OPTIONS
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.SS ACPI Names and Symbols
Packit Service 842c24
.TP
Packit Service 842c24
.B \-k [<name-prefix>]
Packit Service 842c24
Find/Display ASL non-operator keyword(s)
Packit Service 842c24
.TP
Packit Service 842c24
.B \-m [<name-prefix>]
Packit Service 842c24
Find/Display AML opcode name(s)
Packit Service 842c24
.TP
Packit Service 842c24
.B \-p [<name-prefix>]
Packit Service 842c24
Find/Display ASL predefined method name(s)
Packit Service 842c24
.TP
Packit Service 842c24
.B \-s [<name-prefix>]
Packit Service 842c24
Find/Display ASL operator name(s)
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.SS ACPI Values
Packit Service 842c24
.TP
Packit Service 842c24
.B \-e [<hex-value>]
Packit Service 842c24
Decode ACPICA exception code
Packit Service 842c24
.TP
Packit Service 842c24
.B \-i
Packit Service 842c24
Display known ACPI Device IDs (_HID)
Packit Service 842c24
.TP
Packit Service 842c24
.B \-i [<hex-value>]
Packit Service 842c24
Decode hex AML opcode
Packit Service 842c24
Packit Service 842c24
.SH AUTHOR
Packit Service 842c24
acpihelp 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).