]> git.pld-linux.org Git - packages/acpica.git/blob - acpibin.1
- updated tests
[packages/acpica.git] / acpibin.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 ACPIBIN 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 acpibin \- ACPI binary AML file utility
19 .SH SYNOPSIS
20 .B acpibin
21 .RI [ <option> ... ]
22
23 .SH DESCRIPTION
24 This manual page briefly documents the
25 .B acpibin
26 command. The option list is taken from the acpibin interactive help.
27 .PP
28 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
29 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
30 .\" respectively.
31 .B acpibin
32 is a command provided to perform some basic and common operations on
33 AML binary files.
34 .PP
35 Much more detailed documentation may be found at
36 http://www.acpica.org/documentation/.
37
38 .SH OPTIONS
39
40 .PP
41 .TP
42 .B \-c <file1> <file2>
43 Compare two binary AML files
44 .TP
45 .B \-d <in> <out>
46 Dump AML binary to text file
47 .TP
48 .B \-e <sig> <in> <out>
49 Extract binary AML table from acpidump file
50 .TP
51 .B \-h <file>
52 Display table header for binary AML file
53 .TP
54 .B \-s <file>
55 Update checksum for binary AML file
56 .TP
57 .B \-t
58 Terse mode
59
60 .SH AUTHOR
61 acpibin was written by Robert Moore <robert.moore@intel.com>.
62 .PP
63 This manual page was written by Al Stone <ahs3@redhat.com> for the
64 Fedora project (but may be used by others).
This page took 0.084875 seconds and 3 git commands to generate.