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