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