Blame SOURCES/acpibin.1

214d7a
.\" First parameter, NAME, should be all caps
214d7a
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
214d7a
.\" other parameters are allowed: see man(7), man(1)
214d7a
.TH ACPIBIN 1 "January 23, 2013"
214d7a
.\" Please adjust this date whenever revising the manpage.
214d7a
.\"
214d7a
.\" Some roff macros, for reference:
214d7a
.\" .nh        disable hyphenation
214d7a
.\" .hy        enable hyphenation
214d7a
.\" .ad l      left justify
214d7a
.\" .ad b      justify to both left and right margins
214d7a
.\" .nf        disable filling
214d7a
.\" .fi        enable filling
214d7a
.\" .br        insert line break
214d7a
.\" .sp <n>    insert n+1 empty lines
214d7a
.\" for manpage-specific macros, see man(7)
214d7a
.SH NAME
214d7a
acpibin \- ACPI binary AML file utility
214d7a
.SH SYNOPSIS
214d7a
.B acpibin
214d7a
.RI [ <option> ... ]
214d7a
214d7a
.SH DESCRIPTION
214d7a
This manual page briefly documents the
214d7a
.B acpibin
214d7a
command. The option list is taken from the acpibin interactive help.
214d7a
.PP
214d7a
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
214d7a
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
214d7a
.\" respectively.
214d7a
.B acpibin
214d7a
is a command provided to perform some basic and common operations on
214d7a
AML binary files.
214d7a
.PP
214d7a
Much more detailed documentation may be found at
214d7a
http://www.acpica.org/documentation/.
214d7a
214d7a
.SH OPTIONS
214d7a
214d7a
.PP
214d7a
.TP
214d7a
.B \-c <file1> <file2>
214d7a
Compare two binary AML files
214d7a
.TP
214d7a
.B \-d <in> <out>
214d7a
Dump AML binary to text file
214d7a
.TP
214d7a
.B \-e <sig> <in> <out>
214d7a
Extract binary AML table from acpidump file
214d7a
.TP
214d7a
.B \-h <file>
214d7a
Display table header for binary AML file
214d7a
.TP
214d7a
.B \-s <file>
214d7a
Update checksum for binary AML file
214d7a
.TP
214d7a
.B \-t
214d7a
Terse mode
214d7a
214d7a
.SH AUTHOR
214d7a
acpibin was written by Robert Moore <robert.moore@intel.com>.
214d7a
.PP
214d7a
This manual page was written by Al Stone <ahs3@redhat.com> for the
214d7a
Fedora project (but may be used by others).