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