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