]> git.pld-linux.org Git - packages/acpica.git/blame - acpixtract.1
- updated tests
[packages/acpica.git] / acpixtract.1
CommitLineData
77760c90
JB
1.\" First parameter, NAME, should be all caps
2.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3.\" other parameters are allowed: see man(7), man(1)
4.TH ACPIXTRACT 1 "January 23, 2013"
5.\" Please adjust this date whenever revising the manpage.
6.\"
7.\" Some roff macros, for reference:
8.\" .nh disable hyphenation
9.\" .hy enable hyphenation
10.\" .ad l left justify
11.\" .ad b justify to both left and right margins
12.\" .nf disable filling
13.\" .fi enable filling
14.\" .br insert line break
15.\" .sp <n> insert n+1 empty lines
16.\" for manpage-specific macros, see man(7)
17.SH NAME
18acpixtract \- ACPICA source code conversion utility
19.SH SYNOPSIS
20.B acpixtract
21.RI [ <option> ... ]
22.RI <acpidump-file>
23
24.SH DESCRIPTION
25This manual page briefly documents the
26.B acpixtract
27command. The option list is taken from the acpixtract interactive help.
28.PP
29.\" TeX users may be more comfortable with the \fB<whatever>\fP and
30.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
31.\" respectively.
32.B acpixtract
33extracts binary ACPI tables from the output of the
34.B acpidump
35command (see the
36.B pm-tools
37package). A default invocation will extract the DSDT and
38all SSDTs.
39.PP
40Much more detailed documentation may be found at
41http://www.acpica.org/documentation/.
42
43.SH OPTIONS
44
45.PP
46.TP
47.B \-a
48Extract all tables, not just DSDT/SSDT
49.TP
50.B \-l
51List table summaries, do not extract
52.TP
53.B \-s <signature>
54Extract all tables with <signature>
55
56.SH AUTHOR
57acpixtract was written by Robert Moore <robert.moore@intel.com>.
58.PP
59This manual page was written by Al Stone <ahs3@redhat.com> for the
60Fedora project (but may be used by others).
This page took 0.154908 seconds and 4 git commands to generate.