Al Stone afae4e
.\" First parameter, NAME, should be all caps
Al Stone afae4e
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
Al Stone afae4e
.\" other parameters are allowed: see man(7), man(1)
Al Stone afae4e
.TH ACPIXTRACT 1 "January 23, 2013"
Al Stone afae4e
.\" Please adjust this date whenever revising the manpage.
Al Stone afae4e
.\"
Al Stone afae4e
.\" Some roff macros, for reference:
Al Stone afae4e
.\" .nh        disable hyphenation
Al Stone afae4e
.\" .hy        enable hyphenation
Al Stone afae4e
.\" .ad l      left justify
Al Stone afae4e
.\" .ad b      justify to both left and right margins
Al Stone afae4e
.\" .nf        disable filling
Al Stone afae4e
.\" .fi        enable filling
Al Stone afae4e
.\" .br        insert line break
Al Stone afae4e
.\" .sp <n>    insert n+1 empty lines
Al Stone afae4e
.\" for manpage-specific macros, see man(7)
Al Stone afae4e
.SH NAME
Al Stone afae4e
acpixtract \- ACPICA source code conversion utility
Al Stone afae4e
.SH SYNOPSIS
Al Stone afae4e
.B acpixtract
Al Stone afae4e
.RI [ <option> ... ]
Al Stone afae4e
.RI <acpidump-file>
Al Stone afae4e
Al Stone afae4e
.SH DESCRIPTION
Al Stone afae4e
This manual page briefly documents the
Al Stone afae4e
.B acpixtract
Al Stone afae4e
command. The option list is taken from the acpixtract interactive help.
Al Stone afae4e
.PP
Al Stone afae4e
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
Al Stone afae4e
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
Al Stone afae4e
.\" respectively.
Al Stone afae4e
.B acpixtract
Al Stone afae4e
extracts binary ACPI tables from the output of the
Al Stone afae4e
.B acpidump
Al Stone afae4e
command (see the
Al Stone afae4e
.B pm-tools
Al Stone afae4e
package).  A default invocation will extract the DSDT and
Al Stone afae4e
all SSDTs.
Al Stone afae4e
.PP
Al Stone afae4e
Much more detailed documentation may be found at
Al Stone afae4e
http://www.acpica.org/documentation/.
Al Stone afae4e
Al Stone afae4e
.SH OPTIONS
Al Stone afae4e
Al Stone afae4e
.PP
Al Stone afae4e
.TP
Al Stone afae4e
.B \-a
Al Stone afae4e
Extract all tables, not just DSDT/SSDT
Al Stone afae4e
.TP
Al Stone afae4e
.B \-l
Al Stone afae4e
List table summaries, do not extract
Al Stone afae4e
.TP
Al Stone afae4e
.B \-s <signature>
Al Stone afae4e
Extract all tables with <signature>
Al Stone afae4e
Al Stone afae4e
.SH AUTHOR
Al Stone afae4e
acpixtract was written by Robert Moore <robert.moore@intel.com>.
Al Stone afae4e
.PP
Al Stone afae4e
This manual page was written by Al Stone <ahs3@redhat.com> for the
Al Stone afae4e
Fedora project (but may be used by others).