Blame SOURCES/acpibin.1

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