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