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