afae4e7
.\" First parameter, NAME, should be all caps
afae4e7
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
afae4e7
.\" other parameters are allowed: see man(7), man(1)
afae4e7
.TH ACPISRC 1 "January 23, 2013"
afae4e7
.\" Please adjust this date whenever revising the manpage.
afae4e7
.\"
afae4e7
.\" Some roff macros, for reference:
afae4e7
.\" .nh        disable hyphenation
afae4e7
.\" .hy        enable hyphenation
afae4e7
.\" .ad l      left justify
afae4e7
.\" .ad b      justify to both left and right margins
afae4e7
.\" .nf        disable filling
afae4e7
.\" .fi        enable filling
afae4e7
.\" .br        insert line break
afae4e7
.\" .sp <n>    insert n+1 empty lines
afae4e7
.\" for manpage-specific macros, see man(7)
afae4e7
.SH NAME
afae4e7
acpisrc \- ACPICA source code conversion utility
afae4e7
.SH SYNOPSIS
afae4e7
.B acpisrc
afae4e7
.RI [ -c | -l | -u] [-d] [-s] [-v] [-y] <source-dir> <dest-dir>
afae4e7
.RI <aml-file>
afae4e7
afae4e7
.SH DESCRIPTION
afae4e7
This manual page briefly documents the
afae4e7
.B acpisrc
afae4e7
command. The option list is taken from the acpisrc interactive help.
afae4e7
.PP
afae4e7
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
afae4e7
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
afae4e7
.\" respectively.
afae4e7
.B acpisrc
afae4e7
converts the ACPICA into various forms for use with different operating
afae4e7
systems.
afae4e7
Source for ACPICA may be obtained from http://www.acpica.org/source/.
afae4e7
.PP
afae4e7
Much more detailed documentation may be found at
afae4e7
http://www.acpica.org/documentation/.
afae4e7
afae4e7
.SH OPTIONS
afae4e7
afae4e7
.PP
afae4e7
.TP
afae4e7
.B \-c
afae4e7
Generate cleaned version of the source
afae4e7
.TP
afae4e7
.B \-h
afae4e7
Insert dual-license header into all module
afae4e7
.TP
afae4e7
.B \-l
afae4e7
Generate Linux version of the source
afae4e7
.TP
afae4e7
.B \-u
afae4e7
Generate custom source translation
afae4e7
.TP
afae4e7
.B \-d
afae4e7
Leave debug statements in code
afae4e7
.TP
afae4e7
.B \-s
afae4e7
Generate source statistics only
afae4e7
.TP
afae4e7
.B \-v
afae4e7
Verbose mode
afae4e7
.TP
afae4e7
.B \-y
afae4e7
Suppress file overwrite prompts
afae4e7
afae4e7
.SH AUTHOR
afae4e7
acpisrc was written by Robert Moore <robert.moore@intel.com>.
afae4e7
.PP
afae4e7
This manual page was written by Al Stone <ahs3@redhat.com> for the
afae4e7
Fedora project (but may be used by others).