]> git.pld-linux.org Git - packages/acpica.git/blob - acpisrc.1
- updated to 20220331 + current Fedora patch set; acpinames is gone
[packages/acpica.git] / acpisrc.1
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
18 acpisrc \- 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
25 This manual page briefly documents the
26 .B acpisrc
27 command. 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
33 converts the ACPICA into various forms for use with different operating
34 systems.
35 Source for ACPICA may be obtained from http://www.acpica.org/source/.
36 .PP
37 Much more detailed documentation may be found at
38 http://www.acpica.org/documentation/.
39
40 .SH OPTIONS
41
42 .PP
43 .TP
44 .B \-c
45 Generate cleaned version of the source
46 .TP
47 .B \-h
48 Insert dual-license header into all module
49 .TP
50 .B \-l
51 Generate Linux version of the source
52 .TP
53 .B \-u
54 Generate custom source translation
55 .TP
56 .B \-d
57 Leave debug statements in code
58 .TP
59 .B \-s
60 Generate source statistics only
61 .TP
62 .B \-v
63 Verbose mode
64 .TP
65 .B \-y
66 Suppress file overwrite prompts
67
68 .SH AUTHOR
69 acpisrc was written by Robert Moore <robert.moore@intel.com>.
70 .PP
71 This manual page was written by Al Stone <ahs3@redhat.com> for the
72 Fedora project (but may be used by others).
This page took 0.080403 seconds and 3 git commands to generate.