Blame SPECS/acpinames.1

Packit Service 842c24
.\" First parameter, NAME, should be all caps
Packit Service 842c24
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
Packit Service 842c24
.\" other parameters are allowed: see man(7), man(1)
Packit Service 842c24
.TH ACPINAMES 1 "January 23, 2013"
Packit Service 842c24
.\" Please adjust this date whenever revising the manpage.
Packit Service 842c24
.\"
Packit Service 842c24
.\" Some roff macros, for reference:
Packit Service 842c24
.\" .nh        disable hyphenation
Packit Service 842c24
.\" .hy        enable hyphenation
Packit Service 842c24
.\" .ad l      left justify
Packit Service 842c24
.\" .ad b      justify to both left and right margins
Packit Service 842c24
.\" .nf        disable filling
Packit Service 842c24
.\" .fi        enable filling
Packit Service 842c24
.\" .br        insert line break
Packit Service 842c24
.\" .sp <n>    insert n+1 empty lines
Packit Service 842c24
.\" for manpage-specific macros, see man(7)
Packit Service 842c24
.SH NAME
Packit Service 842c24
acpinames \- ACPI name space dump utility
Packit Service 842c24
.SH SYNOPSIS
Packit Service 842c24
.B acpinames
Packit Service 842c24
.RI <option> ...
Packit Service 842c24
.RI <aml-file>
Packit Service 842c24
Packit Service 842c24
.SH DESCRIPTION
Packit Service 842c24
This manual page briefly documents the
Packit Service 842c24
.B acpinames
Packit Service 842c24
command. The option list is taken from the acpinames interactive help.
Packit Service 842c24
.PP
Packit Service 842c24
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
Packit Service 842c24
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
Packit Service 842c24
.\" respectively.
Packit Service 842c24
.B acpinames
Packit Service 842c24
prints out the complete ACPI name space for an AML file.
Packit Service 842c24
.PP
Packit Service 842c24
Much more detailed documentation may be found at
Packit Service 842c24
http://www.acpica.org/documentation/.
Packit Service 842c24
Packit Service 842c24
.SH OPTIONS
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-? [<name-prefix>]
Packit Service 842c24
Display this help message
Packit Service 842c24
Packit Service 842c24
.SH AUTHOR
Packit Service 842c24
acpinames was written by Robert Moore <robert.moore@intel.com>.
Packit Service 842c24
.PP
Packit Service 842c24
This manual page was written by Al Stone <ahs3@redhat.com> for the
Packit Service 842c24
Fedora project (but may be used by others).