]> git.pld-linux.org Git - packages/acpica.git/blob - acpixtract.1
- updated tests
[packages/acpica.git] / acpixtract.1
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
18 acpixtract \- ACPICA source code conversion utility
19 .SH SYNOPSIS
20 .B acpixtract
21 .RI [ <option> ... ]
22 .RI <acpidump-file>
23
24 .SH DESCRIPTION
25 This manual page briefly documents the
26 .B acpixtract
27 command. 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
33 extracts binary ACPI tables from the output of the
34 .B acpidump
35 command (see the
36 .B pm-tools
37 package).  A default invocation will extract the DSDT and
38 all SSDTs.
39 .PP
40 Much more detailed documentation may be found at
41 http://www.acpica.org/documentation/.
42
43 .SH OPTIONS
44
45 .PP
46 .TP
47 .B \-a
48 Extract all tables, not just DSDT/SSDT
49 .TP
50 .B \-l
51 List table summaries, do not extract
52 .TP
53 .B \-s <signature>
54 Extract all tables with <signature>
55
56 .SH AUTHOR
57 acpixtract was written by Robert Moore <robert.moore@intel.com>.
58 .PP
59 This manual page was written by Al Stone <ahs3@redhat.com> for the
60 Fedora project (but may be used by others).
This page took 0.11492 seconds and 3 git commands to generate.