]> git.pld-linux.org Git - packages/acpica.git/blame - acpisrc.1
- added verbose patch not to hide compiler command line, disable stripping on install
[packages/acpica.git] / acpisrc.1
CommitLineData
77760c90
JB
1.\" First parameter, NAME, should be all caps
2.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3.\" other parameters are allowed: see man(7), man(1)
4.TH ACPISRC 1 "January 23, 2013"
5.\" Please adjust this date whenever revising the manpage.
6.\"
7.\" Some roff macros, for reference:
8.\" .nh disable hyphenation
9.\" .hy enable hyphenation
10.\" .ad l left justify
11.\" .ad b justify to both left and right margins
12.\" .nf disable filling
13.\" .fi enable filling
14.\" .br insert line break
15.\" .sp <n> insert n+1 empty lines
16.\" for manpage-specific macros, see man(7)
17.SH NAME
18acpisrc \- ACPICA source code conversion utility
19.SH SYNOPSIS
20.B acpisrc
21.RI [ -c | -l | -u] [-d] [-s] [-v] [-y] <source-dir> <dest-dir>
22.RI <aml-file>
23
24.SH DESCRIPTION
25This manual page briefly documents the
26.B acpisrc
27command. The option list is taken from the acpisrc interactive help.
28.PP
29.\" TeX users may be more comfortable with the \fB<whatever>\fP and
30.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
31.\" respectively.
32.B acpisrc
33converts the ACPICA into various forms for use with different operating
34systems.
35Source for ACPICA may be obtained from http://www.acpica.org/source/.
36.PP
37Much more detailed documentation may be found at
38http://www.acpica.org/documentation/.
39
40.SH OPTIONS
41
42.PP
43.TP
44.B \-c
45Generate cleaned version of the source
46.TP
47.B \-h
48Insert dual-license header into all module
49.TP
50.B \-l
51Generate Linux version of the source
52.TP
53.B \-u
54Generate custom source translation
55.TP
56.B \-d
57Leave debug statements in code
58.TP
59.B \-s
60Generate source statistics only
61.TP
62.B \-v
63Verbose mode
64.TP
65.B \-y
66Suppress file overwrite prompts
67
68.SH AUTHOR
69acpisrc was written by Robert Moore <robert.moore@intel.com>.
70.PP
71This manual page was written by Al Stone <ahs3@redhat.com> for the
72Fedora project (but may be used by others).
This page took 0.132133 seconds and 4 git commands to generate.