Blame SOURCES/acpixtract.1

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