Blame SPECS/acpixtract.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 ACPIXTRACT 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
acpixtract \- ACPICA source code conversion utility
Packit Service 842c24
.SH SYNOPSIS
Packit Service 842c24
.B acpixtract
Packit Service 842c24
.RI [ <option> ... ]
Packit Service 842c24
.RI <acpidump-file>
Packit Service 842c24
Packit Service 842c24
.SH DESCRIPTION
Packit Service 842c24
This manual page briefly documents the
Packit Service 842c24
.B acpixtract
Packit Service 842c24
command. The option list is taken from the acpixtract 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 acpixtract
Packit Service 842c24
extracts binary ACPI tables from the output of the
Packit Service 842c24
.B acpidump
Packit Service 842c24
command (see the
Packit Service 842c24
.B pm-tools
Packit Service 842c24
package).  A default invocation will extract the DSDT and
Packit Service 842c24
all SSDTs.
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
Packit Service 842c24
.SH OPTIONS
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-a
Packit Service 842c24
Extract all tables, not just DSDT/SSDT
Packit Service 842c24
.TP
Packit Service 842c24
.B \-l
Packit Service 842c24
List table summaries, do not extract
Packit Service 842c24
.TP
Packit Service 842c24
.B \-s <signature>
Packit Service 842c24
Extract all tables with <signature>
Packit Service 842c24
Packit Service 842c24
.SH AUTHOR
Packit Service 842c24
acpixtract 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).